/* CSS */
/*
gold: D4A600
*/
body {
	background:url('images/body_bg.jpg') no-repeat #FFF;
	background-position:top center;
	font:10pt Verdana, Arial, sans-serif;
	line-height:1.5em;
	color:#000;
	padding:0px;
	margin:0px;
	text-align:center;
}

a {color:#f58634; text-decoration:none; }
a:hover {color:#FF0000; text-decoration:underline;}
.common {
	font:10pt Verdana, Arial, sans-serif;
	line-height:1.5em;
	color:#000;
}

#header {
	display:block;
	width:900px;
	height:112px;
	position:relative;
	background:transparent url('images/logo.gif') no-repeat;
	background-position:14px 23px;
	padding:0px;
	margin:0px;
}
	#header h1, #header h1 a, #header h2, #header h2 a {
		display:block;
		position:absolute;
		top:-9999px;
		left:-9999px;
		text-indent:-9999px;
	}
	#header_text {
		display:block;
		float:right;
		width:400px;
		height:112px;
		padding:12px 0px 0px 0px;
	}
		#header_text h3, #header_text h4 {margin:0px; padding:0px;}
		#header_text h3 {font:bold 21px Arial, Helvetica, sans-serif;}
		#header_text h4 {font:bold 16px Arial, Helvetica, sans-serif;}
		
#main_wrapper {
	display:block;
	width:900px;
	padding:0px;
	margin:40px auto 20px auto;
	Xborder:dashed 2px red;
}
#top_bar, #btm_bar {
	display:block;
	width:100%;
}
	#top_bar {
		background:url('images/top_bar_bg.gif') repeat-x;
		height:37px;
		text-align:center;
		text-indent:-9999px;
	}
		#top_bar_img {
			display:block;
			width:900px;
			height:37px;
			background:url('images/top_bar_img.gif') no-repeat;
			background-position:top center;
			margin:0px auto;
		}
	#btm_bar {
		background:url('images/btm_bar_bg.gif') repeat-x;
		height:57px;
		text-align:center;
		text-indent:-9999px;
	}
		#btm_bar_img {
			display:block;
			width:900px;
			height:57px;
			background:url('images/btm_bar_img.gif') no-repeat;
			background-position:top center;
			margin:0px auto;
		}
#nav {
	display:block;
	float:left;
	list-style-type:none;
	width:200px;
	padding:0px;
	margin:0px;
	text-align:left;
	}
#nav li {
}
	#nav a, #nav a:link, #nav a:visited{
		display:block;
		width:175px;
		font:bold 16px Arial, Helvetica, sans-serif;
		margin-top:5px;
		color:#000;
		text-decoration:none;
		line-height:1.5em;
	}
	#nav a:hover {
		color:#dc853d;
		text-decoration:underline;
	}
	#nav a.selected {color:#FF0000;}
	
#content {
	display:block;
	float:left;
	width:675px;
	top:20px;
	text-align:left;
	padding:0px;
	margin:0px;
}
	#content h3 {font:bold 14px Arial; color:f58634; margin-bottom:10px;}
	#content.lists {float:left; margin-left:10px; padding-left:10px; border-left:solid 1px #999;}
	#content.lists ul {float:left;}

#footer {
	display:block;
	clear:both;
	width:700px;
	font-size:11px;	
	text-align:center;
	margin-top:20px;
	padding-top:5px;
	border-top:solid 1px #3B3B3B;
}
	#footer a {font:11px Arial; color:#5E5E5E;}
	#footer a:hover {color:#FF0000;}


#content .prop {display:block; float:right; width:1px; height:400px;}
.clear {clear:both;}
