#container{
	width: 1012px;
	margin: 0px auto;
	padding: 0 0 0 0;
	text-align: left;
	

	vertical-align: top;
}

#page{
	width: 1012px;

	float: none;
	padding: 10px 0 0 0;
	margin-left: auto; 
	margin-right: auto;
	background:#4E0000;
	color: #fff;
}

#header{
/*	background:  url('../iomonsterImages/iomonsterheader.png') no-repeat top left;   */
	width: 1012px;
	height:202px;
	float: none;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
}

#header h1{
	padding: 25px 30px 25px; 
	font-size: 36px;
	text-transform: uppercase;
	color: #ffffff;
}

#header a{
	color: #ffffff;
}	
	


.wide_column_bottom{
	margin: 0 0 0 0;
	padding: 0 0 0px ;
}

.wide_column_bottom, .wide_column_top{
	width: 992px;
	float: none;
	margin: auto;
	
	padding: 10px 0px 10px 0px;
	background:#fff 
	color: #000;
}

.wide_column_top{
	margin: Auto; 
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	padding: 10px 0px 10px 0px;
	/*background: #fff url(./blog/wp-content/themes/iomonsterThemeB/images/bg_wide_column_top.gif) no-repeat top left;*/
}

.wide_column{
	width: 932px;
	margin: Auto;
	padding: 10px 30px 10px 30px;
	background-color: #690101;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3E0000;
	border-bottom-color: #3E0000;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #843434;
	border-left-color: #843434;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F2D8D0;
}
.wide_column h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#footer{
	padding: 10px 0px 10px 0px;
	width: 1012px;
	height: 60px;
	margin: auto auto 0px;
	float: none;
	
	background:#4E0000;
	
/*	background: #003053 url(images/bg_footer.gif) no-repeat bottom left;*/
	color: #fff;
}

#footer p{
	padding: 20px;
	font-size: 28px;
}

