@charset "utf-8";
/* CSS Document */

#bg_wrapper {
	width: 100%;
	height: 100%;
	background-color: #515151;
	background-image: url(../images/Diablo_Background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}

#wrapper {
	margin: auto;
	height: 100%;
	width: 950px;
	background-color: #000;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	}
	
#news_letter {
	margin: 0px;
	padding-bottom: 25px;
	padding-top: 7px;
	height: 55px;
	width: 450px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#nav {
	width: 600px;
	float: right;
	padding-right: 10px;
	}
	
#header {
	float: clear;
	width: 320px;
	height: 100px;
	background-image: url(../images/Logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}
	
#latest_news {
	float: left;
	margin: 10px;
	width: 660px;
	padding: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	}
	
#feeds {
	float: left;
	margin: 10px;
	width: 200px;
	padding: 10px;
	}
	
#content {
	padding-top: 20px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 20px;
	width: 860px;
	line-height: 20px;
	}
	
#mc_embed_signup {
	float: right;
	width: 435px;
	}
	
#footer {
	padding-top: 35px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	margin: auto;
	height: 12px;
	width: 900px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

