@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #000;
}
.thrColElsHdr #container #mainContent h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color: #9C7402;
}


.thrColElsHdr #container {
	width: 1000px; 
	border: 1px solid #000000;
	text-align: center;
	background-color: #000;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColElsHdr #header {
	background-color: #000;
	text-align: center;
	height: auto;
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColElsHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}


.thrColElsHdr #sidebar1 {
	float: left;
	width: 16em; 
	background-color: transparent;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	text-align: center;
	background-image: url(navbar/tlo.png);
	background-repeat: no-repeat;
	height: 700px;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 16em; 
	background-color: transparent;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-image: url(navbar/tlo2.png);
	height: 700px;
	background-repeat: no-repeat;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
}

.thrColElsHdr #mainContent {
	background-color: #000;
	text-align: center;
	margin-top: 0px;
	margin-right: 12em;
	margin-bottom: 0px;
	margin-left: 12em;
	height: auto;
} 
.thrColElsHdr #footer {
	padding: 0 10px;
	background-color: #000;
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
	color: #C29200;
	font-family: Verdana;
} 

#footer a:link {
	text-decoration: none;
	outline: none;
	text-transform: none;
	color:#C29200;
}
#footer a:visited {
	text-decoration: none;
	color:#C29200;
	
}
#footer a:hover {
	text-decoration: none;
	color:#C29200;
}
#footer a:active {
	text-decoration: none;
	color:#C29200;
	
}
.thrColElsHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}



.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


