/* ----- Created by Emile Blume - Netcreators.nl - 2006 ----- */
body {
	margin: 0;
	padding: 0;
	color: #1A171B;
	background: url(../img/tribal-2.gif) #FFFFFF no-repeat bottom fixed;
	font-weight: normal;
	font-size: 11px;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	color: #D3181F;
	font-size: 16px;
}

h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #1A171B;
}

hr {
	border: 0;
	background: #000000;
	color: #000000;
	height: 1px;
}

form, form p {
	margin: 0;
	padding: 0;
}


input, textarea, select {
	border: 1px solid #888888;
	padding-left: 2px;
        font-size: 8pt;
}

#container {
	width: 100%;
	background: url(../img/bg.gif) repeat-x top;
	height: 200px;
}

#header {
	width: 100%;
	/*background: url(../img/header-01.jpg) no-repeat right top;*/
	height: 200px;
	left: 0;
	top: 0;
	position: absolute;
	/*z-index:99;*/
}
#flash {
	width: 100%;
	/*background: url(../img/header-01.jpg) no-repeat right top;*/
	height: 200px;
	left: 0;
	top: 0;
	position: absolute;
	/*z-index:0;*/
}

#header-frame {
	width: 1000px;
	margin: auto;
	height: 200px;
	top: 0;
	position: relative;
}

#header h1, #header h2, #header h3 {
	margin: 0;
	padding: 0;
}

#header h1 {
	width: 354px;
	width: 258px;
	background: url(../img/logo.png) !important no-repeat left;
	background: url(../img/logo.gif) no-repeat left;
	height: 70px;
	left: 20px;
	top: 40px;
	position: absolute;
}

#header h1 a {
	width: 354px;
	display: block;
	cursor: pointer;
	height: 70px;
}

#header span {
	display: none;
}

#frame {
	width: 1000px;
	margin: auto;
	top: 190px;
	position: relative;
}

#language {
	display: none;
}

#left, #center, #right {
	float: left;
	display: block;
	text-align: left;
}

#left {
	width: 190px;
}

#center {
	width: 500px;
}

#content {
	margin: 16px;
	margin-top: 0;
}

#content p {
	font-size: 8pt;
}

#content a {
	color: #1A171B;
	color: #D3181F;
}

#content a:hover {
	color: #D3181F;
        text-decoration: underline;
}

#content ul {
	margin: 0;
	margin-left: 0 !important;
	margin-left: 20px;
	padding-left: 12px !important;
	padding-left: 0;
}

#content li {
}

.frame-01, .frame-02 {
	padding: 10px;
}

#right {
	margin-top: 20px;
	width: 300px;
}

#title {
	margin-bottom: 10px;
	white-space: nowrap;
	color: #D3181F;
	font-family: "Trebuchet MS";
	font-size: 28px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 2px;
	right: 0px;
	top: 10px;
	position: relative;
	z-index: 0;
}

#footer {
	clear: both;
	width: 100%;
	display: none;
	background: #1A171B;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
	z-index: 60;
	bottom: 0;
	left: 0;
	position: fixed !important;
	position: absolute;
}

#footer #language {
	width: 980px;
	margin: auto;
	text-align: left;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #D3181F;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
}

a, a * {
	color: #1A171B;
         text-decoration: none;
}

a:hover, a:hover * {
	color: #D3181F;
	text-decoration: none;
}

