body{
	background-image: url('images/MainBG.gif'); /*make extra stylesheets, png for all but IE, gif for IE*/
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
	background-color: #182B18;
	text-align: center;
}
#wrap{
	width: 950px; max-width: 950px;
	margin: 20px auto 0px auto;
}
/*-----HEADER-----*/
#header{
	height: 200px; max-height: 200px;
	display: block;
	background-color: #081B08;
}
#title img{
	margin-top: 8px;
}
#navigation{
	margin-top: 8px;
}
.nav_ul{
	list-style-type: none;
	display: block;
	margin: 0px auto;
}
.navbutton{
	display: inline;
	margin: 0px;
}
.navbutton a{
	float: left;
	width: 160px;
	height: 30px;
	margin: 7px 6px;
	border: 1px solid #384B38;
	background-color: #182B18;
	color: #A5A5A5;
	text-decoration: none;
	line-height: 1.7em;
}
.navbutton a:hover{
	background-color: #384B38;
}
.navbutton a:active{
	background-color: #050A05;
}
/*==========HOMECONTENT============*/
#home_content{
	width: 800px; max-width: 800px;
	margin: 10px auto 0px auto;
}
#side{
	display:inline; float: left;
	width: 200px; max-width: 200px;
	min-height:800px;
	height:auto !important;
	height:800px;
	background-color: #081B08;
	margin-bottom: 20px;
}
/*---Blog Feed---*/
.feedburnerFeedBlock{
}
.feedTitle{
	display: none;
}
.feedburnerFeedBlock ul{
	float: left;
	display: block;
	width: 200px;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	color: #A5A5A5;
	text-align: center;
}
.feedburnerFeedBlock ul li{
	padding: 0px; margin: 0px 0px 5px 0px;
	float: left;
	width: 200px;
	background-color: #050A05;
}
.feedburnerFeedBlock ul li a{
	color: #555555;
}
#creditfooter{
	display:none;
}
/*---main content---*/
#announce{
	display: inline; float: right;
	width: 580px; max-width: 580px;
	min-height:800px;
	height:auto !important;
	height:800px;
	background-color: #081B08;
	margin-bottom: 20px;
}
.announce_title{
	width: 580px; height: 50px;
	display: block;
	text-align: center;
	line-height: 2em;
	font-size: 1.5em;
	background-color: #050A05;
	color: #A5A5A5;
}
.announce_body{
	padding: 4px 12px;
	color: #A5A5A5;
	text-align: left;
}
#announce_foot{
	width: 580px; height: 30px;
	display: block;
	background-color: #050A05;
}
/*==========RIDICULOUS==========*/
#ridic_head{
	width: 500px; height: 50px;
	display: block;
	margin: 5px auto 5px auto;
	background-color: #050A05;
	font-size: 2em;
	line-height: 1.5em;
	color: #A5A5A5;
}
#ridic_wrap{
	width: 900px;
	margin: 10px auto 10px auto;
	display: block;
}
#ridic_twitter{
	width: 300px; max-width: 300px;
	min-height:500px;
	height:auto !important;
	height:500px;
	display: inline;
	float: left;
	background-color: #081B08;
}
#ridic_content{
	width: 550px; min-width: 550px;
	min-height:500px;
	height:auto !important;
	height:500px;
	display: inline;
	float: right;
	background-color: #081B08;
}
.ridic_title{
	width: 550px; min-width: 550px; max-width: 550px;
	height: 50px;
	margin: 0px auto 0px auto;
	background-color: #050A05;
	color: #A5A5A5;
	font-size: 1.5em;
	line-height: 2em;
}
.ridic_item{
	width: 550px; min-width: 550px; max-width: 550px;
	display: block;
	margin: 8px auto 8px auto;
}
/*--Twitter--*/
#twitter_title{
	background-color: #050A05;
	font-size: 1.5em;
	line-height: 2em;
	color: #A5A5A5;
}
#twitter_div{
	margin: 0px; padding: 0px;
}
#twitter_update_list{
	list-style-type: none;
	margin: 0px; padding: 0px;
}
#twitter_update_list li{
	background-color: #2a382b;
	color: #000000;
	margin: 5px 0px;
	padding: 0px 4px;
	text-align: left;
}
#twitter_update_list li a{
	color: #757575;
}
#twitter_update_list li a:hover{
	color: #252525;
}
/*=======Shoutbox=======*/
#shout_head{
	width: 600px;
	display: block;
	margin: 8px auto 0px auto;
	background-color: #050A05;
	font-size: 1.3em;
	line-height: 1.75em;
	color: #A5A5A5;
}
#shout_wrap{
	width: 850px;
	margin: 10px auto 20px auto;
	display: block;
}
#shout_form{
	width: 300px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	float: left;
	display: inline;
	background-color: #081B08;
	color: #A5A5A5;
}
#shout_content{
	width: 500px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	float: right;
	display: inline;
	background-color: #081B08;
	color: #A5A5A5;
}
#progress{
	position: absolute;
	top: 250px; left: 400px;
	width: 500px; height: 250px;
	display: block;
	background-color: #050A05;
	color: #A5A5A5;
	font-size: 3em;
	border: 5px solid #384B38;
}
	


