* { margin: 0; padding: 0; }
body {
	/*background: #D99E33; */
	background: #000000;
	font-size:13px;
	font-family:colibri;
	color: #FFFFFF;}
a { color: #000000; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: none; }
h1 { 
    padding: 5px 10px 5px 10px; 
    letter-spacing: 1px; 
    font-size: 20px; 
    display:inline;}
#header { 
	background: #000000;
    width: 800px; 
    height: 50px; 
    margin: 2px auto 2px auto;}
#menu {
	background: #D99E33;
	width: 800px;
	height: 25px;
	margin: 2px auto;
	border:1px solid white;}
#menu ul {list-style: none;margin: 3px auto;text-align:center;}
#menu li {display: inline;padding:7px 7px 7px 7px;}
#menu a {
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;}
#menu .active a { text-decoration: underline; }

#content {
	background: #D99E33;
	width:800px;
	height:500px; 
	border: 1px dotted white;
	margin: 5px auto;
	z-index:100;
	letter-spacing: 1px;
	font-family:colibri;}
#adsLeft{
	float:left;
	width:180px;
	height:400px;
	overflow:hidden;
	z-index:-100;
	padding:0px 0px 0px 20px; background:red;
    text-align:center;}
#adsRight{
	float:right;
	width:180px;
	height:400px;
	overflow:hidden;
	z-index:-100;
	padding:0px 20px 0px 0px; background:orange;
    text-align:center;}
#left { 
    float: left; 
    width: 335px; 
    height:480px; 
    padding:5px; 
    text-align:center;
	overflow:auto;}
#right { 
    float: right; 
    width: 435px; 
    height:480px; 
    padding:5px; 
    text-align:center;
    overflow:auto;}
#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 1px 0;
	border-top: 1px dotted #FFFFFF;}
#codeDiv{
	border:1px solid white;
	background:black;
	width:600px;
	overflow:auto;
	margin:5px 0px 5px 0px;
	padding:10px 10px 10px 10px;
	clear:both;
	color:white;
	letter-spacing: 0.1em; 
	font-family:arial;
	
}
.microText{font-size: x-small;display:inline;}
.techsTable {margin:0px auto;}
.techsTable tr td{padding:3px;}
.textLeft{text-align:left;}
.textRight{text-align:right;}
.textCenter{text-align:center;}
.mediumInput{height:22px;width:120px;}
.imgValidators{width:60px; height:25px; border:0px solid white; text-decoration:none;}
.imgFlags{width:20px; height:10px; border:0px solid white; text-decoration:none; margin:2px;}
.floatRight{float:right;}