body {font-family:tahoma; background: #866320; color:#C5B98E; font-size:8pt; font-family: Tahoma, Arial, sans-serif; background-repeat: repeat-y; margin: 0; text-align: center;}
#container {overflow: hidden; background:#000; width: 612px; margin: 1px auto;}
#header {width: 612px; height: 318px; padding-top: 0px;}
#content {font-family:Arial, sans-serif; color:#C5B98E; font-size:9pt; text-align:justify; background: #000000; border-style:solid; border-width:0px; padding:10px 3px 3px 3px; float:left; width: 440px;}
#sidebar {background:#000000; color:#B29232; font-family: Arial, sans-serif; font-size:9pt; text-align:justify; border-style:solid; border-width:0px; padding: 10px 3px 3px 3px; float: right; width: 150px;}
table {width: 500px;}
table, td {
font: 11px verdana, sans serif;
}
td img {
border: 1px solid #FFFF59;
}
td {
padding: 2px; align: center;} 
.topmenu, .bottommenu {padding: 3px;}
A:link, a:visited, a:active {color:#B29232; text-decoration: none; cursor:default; border-bottom: 1px dashed #243847; font-weight:bold;}
a:hover {color:#ffff59; border-bottom: 1px dotted #fff; font-weight:bold;}

a {
font-weight:bold;}

#nav a {
display: block;
   width: auto;
   background-color: #CCA736;
   color: #5C7279;
   font-family: Arial;
   text-decoration: none;
   text-align: center;
   padding: 2px 5px; border: 1px solid #FFFF59;
}
#nav a:hover {
   color: #B29232;
   background-color: #000000;}

.maintitle {font-weight: bold; padding-left: 10px;   color: #000000;
   background-color: #CCA736;
 text-align: center;
   text-transform: lowercase;
   font-size: 12px;
   letter-spacing: 4px;
   border: 1px solid #FFFF59;
   font-family: Arial;
}
.nav { 
   font-weight: bold; 
   padding-left: 10px;
   color: #31315E;
   background-color: #CCA736; text-align: center;
   text-transform: lowercase;
   font-size: 12px;
   letter-spacing: 4px;
   font-family: Arial;
}
.title { 
   font-weight: bold; 
   padding-left: 10px;
   color: #A9B8D0;
   background-color: #FFFF59;
   text-align: center;
   text-transform: lowercase;
   font-size: 12px;
   letter-spacing: 4px;
   font-family: Arial;
} textarea, input, select {font-family: Arial; font-size: 8pt; color: #243847; background:#5C7279; border: 1px solid;
	border-color:#243847;
}
	function fixColumns(){
		var h1 = document.getElementById("content").offsetHeight;
		var h2 = document.getElementById("sidebar").offsetHeight;
		var max = h1;
		if(h2 > max) max = h2;
		if(h3 > max) max = h3;
		if(h4 > max) max = h4;
		document.getElementById("content").style.height = max + "px";
		document.getElementById("sidebar").style.height = max + "px";
	}

