/* Layout */

body{
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	text-align: center;
	background-image: url(../images/components/acbg.jpg);
}

body>#main{
	margin-left: auto;
	margin-right: auto;
}

body a{
	color: #FFCC99;
}
#main{
	position: relative;
	width: 800px;
	text-align: left;
	background-color: #000000;
}

#masthead{
	background-color: inherit;
	background-image: url(../images/components/double_lines.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
	width: auto;
	height: 145px;
}

#logo{
	position: relative;
	left: 20px;
	top: 10px;
	display: inline;
	width: 340px;
	text-align: left;
}

#topright{
	position: absolute;
	right: 15px;
	top: 5px;
	display: inline;
	width: 345px;
}

#topmessage{
	position: absolute;
	right: 0;
	top: 110px;
	width: 410px;
	height: 35px;
	color: #FFCC66;
	text-align: center;
	padding: .25em;
	/*border: 1px solid #acabae;*/
}

#leftrail{
	position: relative;
	float: left;
	width: 130px;
	height: auto;
	text-align: left;
}

#menu{
	position: relative;
	float: left;
	background-image: url(../images/components/frame_sides_blk.gif);
	background-repeat: repeat-y;
	width: 129px;
	height: auto;
	background-color: #000000;
	color: #CCCCCC;
	top: -3px;
}
	
#nav{
	position: relative;
	top: 0;
	left: 5px;
	right: 5px;
	width: 118px;
	padding-left: 1em;
}

#content{
	position: relative;
	float: right;
	margin-top: 20px;
	margin-bottom: 15px;
	width: auto;
	height: auto;
	width: 660px;
	color: #dece5a;
	line-height: 1.25em;
}

#rightcolumn{
	float: right;
}

#toprightcolumn{
	float: right;
	position: relative; 
	top: .5em; 
	padding: .5em; 
	width: 200px; 
	height: auto; 
	border: 1px inset #dece5a;
	color: #66FF00;
	line-height: 1.5em;
}

#center{
	color: #DECE5A;
}

#footer{
	position: relative;
	clear: both;
	height: 78px;
	background-image: url(../images/components/bottom.gif);
	background-repeat: no-repeat;
	font-size: 10px;
}

#main>footer{
	font-size: .8em;
}