/* CSS Document */

body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#171A1C;
}




#container {
	width:750px;
	text-align:left;
	margin:15px auto; !important
	padding:0;
	background-color:#6B757E; /*purple*/

}

#header {
	background-color:#363C41; /*dark purple*/
	margin:0 auto;
	padding:15px;
	height:200px;
	background-image:url(../images/header.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#header h1
{
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	padding-top:20px;
	margin:0;
}

#header h2
{
	color:#6F6F6F;
	font-size:12px;
	font-weight:normal;
	padding-top:20px;
	margin:0;
}

#search_bar {
	background-image:url(../images/search_bar.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
	padding-top:8px;
	padding-right:5px;
	height:40px;
	text-align:right;
}

#search_bar input {
	background-color:#F4A804;
	border:1px solid #DF9707;
}

#content_wrap
{
	margin-bottom:15px;
	margin-top:15px;
	
	padding-left:5px;	
}

#nav 
{
	clear:left;
	float:left;
	width:150px;
	margin:0 0 10px 0;
	padding:0;
}

#nav ul 
{
	list-style:none;
	width:159px;
	margin:0 0 20px 0;
	padding:0;
}

#nav li 
{
	margin-bottom:0px;
}

#nav li a 
{
	font-weight:normal;
	font-size:12px;
	height:20px;
	text-decoration:none;
	color:#505050;
	display:block;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:0px;
	background:#f4f4f4 url(../images/menu.jpg) bottom left repeat-x;
}

#nav li a:hover 
{
	background-image:url(../images/menu_hover.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#000000;
}






#main {
	width:550px;
	margin-left:165px;
	padding:10px ;
	background-color:#FFFFFF;

	/*font-defaults: (override these below)*/
	font-size:12px;
	color:#505050;
}

#main a:link
{
	color:#666666;
	text-decoration:underline;
}
#main a:visited
{
	color:#333333;
	text-decoration:underline;
}
#main a:hover
{
	color:#F1A502; /*yellow*/
	text-decoration:underline;
}
#main a:active
{
	color:#666666;
	text-decoration:underline;
}


#main h1
{
	font-size:18px;
	font-weight:normal;
	color:#505050;
}

#main p
{
	font-size:12px;
	font-weight:normal;
	color:#505050;
}



#footer {
	background-color:#363C41; /*dark purple*/
	margin:0 auto;
	padding:10px;
	color:#999999;
	font-size:10px;
	text-align:center;
	background-image:url(../images/footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#footer a
{
	color:#999999;
}
#footer a:visited
{
	color:#999999;
	text-decoration:underline;
}
#footer a:hover
{
	color:#F1A502; /*yellow*/
}
#main a:active
{
	color:#666666;
	text-decoration:underline;
}

#hidden 
{
	display:none;
}


.brclear { 
	clear:both; 
	height:0; 
	margin:0;
	font-size: 1px;
	line-height: 0px;
}