
*{
	padding: 0;
	margin: 0;
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
}

.clear{
	clear:both;
}

.right{
	text-align: right;
}

body{
	background: #000 url('../images/layout/bckimage.jpg') left top no-repeat;
}

#headernav{
	height: 110px;
	width: 100%;
	background: url('../images/layout/right-repeat.jpg') left top repeat-x;
}

#logo{
	background: url('../images/layout/logo.jpg') no-repeat;
	width: 220px;
	height: 110px;
	float: left;
}

#nav{
	float: left;
	height: 70px;
	background: #000;
	padding-top: 40px; 
	width: 558px; 
}


#nav ul{
	float: left;
	padding-left: 37px;
}

#nav li {
	list-style-type: none;
	padding-bottom: 6px;	
}
#nav li a {
	font-size: 12px;
	text-decoration: none;
}

#nav li a:hover, #nav li a#active_menu{
	color: #575741;
	font-size: 12px;
}

#content{
	padding-left: 105px;
	width: 675px;
	float: left;
}

#head{
	background: url('../images/layout/content_header.png') no-repeat;
	width: 675px;
	height: 42px;
}

#content{
	padding-left: 105px;
	width: 675px;
	float: left;
}

#content_txt{
	background: url('../images/layout/content_center.png') repeat-y;
	width: 515px;
	min-height: 410px;
	padding-left: 150px;
}

#content_txt .contentheading, .componentheading{
	color: #575741;
	font-size: 12px;
	padding-bottom: 10px;
	width: 480px;
	font-weight: bold;
}

.contentpane{
	width: 400px;
}

.contentpane input, .contentpane option, .contentpane select{
	color: #575741;
}

.contentpane textarea{
	float: left;
	width: 328px;
	color: #575741;
}

input.button{
	float: left;
}

#content_txt td{
	padding-bottom: 10px;
	width: 480px;
}

#footer{
	background: url('../images/layout/content_footer.png') no-repeat;
	width: 665px;
	height: 150px;
	padding-top: 40px;
}

#footer p{
	width: 640px;
}

#marginal{
	width: 150px;
	padding-top: 33px;
	float: left;
}

 #marginal li {
	list-style-type: none;
}

 #marginal li a{
	text-decoration: none;
}

#marginal li a:hover, #marginal li a#active_menu{
	color: #575741;
}

#marginal h3, #marginal .contentheading{
	color: #575741;
	padding-bottom: 5px;
	width: 150px;
}

#marginal td, #marginal p{
	width: 150px;
	padding-bottom: 10px;
	
}

.article_seperator, td.sectiontableheader{
	display: none;
}


