@charset "utf-8";
/* CSS Document */
html {height:100%;}
body {
	margin:0;
	padding:0;
	height:100%;
	background:#000000;
	color: #CCCCCC;
}
#endtags a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #CCCCCC;
}

#wrap {
	position:relative;
	background:#ffffff;
	border-color:#669900;
	width: 92%;
	margin-left:auto;
	margin-right:auto;
	border-width: thin;
	border-style: solid;
}

#navigation_wrap {
	background-image:url(images/navbg.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	height: 50px;
	text-align: center;
	width: 92%;
}
#navigation_inner_wrap {
	background-image:url(images/navbg.jpg);
	background-repeat:repeat-x;
	height: 50px;
	text-align: center;
}


#inner-wrap {
	padding-bottom:10px;
}
	
#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;}
	
#footer {
	position:absolute;
	bottom:0;
	height:80px;
	width:100%;
	color:#cccccc;
	background-color:#666666;
	text-align:center;} 

#left {
	float:left;
	width:200px;
	text-align:center;
}

#left-box {
	margin-top:5px;
	border: thin solid #cccccc;
	width:190px;
	background-image:url(images/leftboxbg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	margin-left: 5px;
}
	
#left-box-top {
	background-color:#FF6600;
	font-family:"Maiandra GD";
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
	
#main {
	position:relative;
	margin-left:200px;
	border-left:medium #669801;
	border-right:medium #669801;
}
#main p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
	 
#right {
	float:right;
	width:200px;
	text-align:center;
}
	
#content {
	padding:5px;
	margin-right:200px;
	text-align:left;
	border-left-color: #669900;
	border-right-color: #669900;
	border-left-style: solid;
	border-left-width: thin;
	border-right-style: solid;
	border-right-width: thin;
}
#content a {
	color:#669900;
	font-weight: bold;
}
[if IE]>
<style type="text/css">
#content,
#main,
#inner-wrap,
#wrap {
zoom:1;
}
</style>
<![endif]
