/*Hillside Styles*/
body{
background:#202020;
background-image: url(images/main_bg.gif);
background-repeat: repeat-x;
text-align: center;
font-family: arial;
margin: 0 auto;
}

#wrapper{
width:797px;
margin: 0 auto;

}
#nav{
width:567px;
height: 41px;
background:url(images/logo.gif);
text-align:left;

margin-left: 116px;
padding-top: 40px;
}

.nav-item{

	display: inline;
	padding-right: 17px;


}

#nav img{
	border: 0;
}
#graphic{


margin-left: 116px;
}
#content{

}
#panel{
	
	
	margin-top: 9px;

	
}
#copy{

width: 400px;

font-size: 18px;
color:#fff;
}
#sub-nav{
margin-top: 50px;
float:right;
width: 66px;
text-align:right;
font-size: 12px;
color: #6b6b6b
}
#footer{

	margin-top:100px;
	
}
.red{
	color:#ee1d24;
}
hr{
	border: 0;
	color:#78776e;
	background-color:#78776e;
	height: 1px;
}