@import url("branding.css");
@import url("sidebar.css");
@import url("nav.css");
@import url("footer.css");
*{
	margin:0px;
	padding:0px;
}
body {
	font-family: arial ,"Myriad Pro", Verdana, sans-serif;
	text-align:center;
	line-height: 1.4;
	font-size: 62.5%;
	font-weight:500;
	background-image:url(../images/body-bg.jpg);
	color:#000000;
}
#wrapper{
	width:985px;
	margin: 0 auto;
	overflow:hidden;
	text-align:justify;
	font-size:1.2em;
	margin-top:40px;
	margin-bottom:40px;
}
#content{
	background-image:url(../images/main-stripe.png);
	background-repeat:repeat-y;
	margin-top:-51px;
	padding-top:23px;
	clear:both;
	
}
#content a { 
	color:#ff9000;
	text-decoration:none;
		 
}
#content a:visited {color:#ff9000;
	text-decoration:none;
}
#content a:hover {color:#ff9000;
	text-decoration:underline;
	}
.gdhl{
	color:#4ab40f !important;
}