/* Layout Stylesheet */ 

body {
	margin:20px;
	background-color:#101015; 
	text-align:center;
	padding:0;
}

#outer {
	text-align:left;
	border:0px;
	width:780px;
	margin:auto;
}

#header {
	height:170px;
	width:780;
}

#bodyblock {
	position:relative; 
	background-color:none;
	color:#333333;
	width:780px;
	padding:0;
	border:0px;
}

#menu {
	color:#e97040;
	border-top:solid #e9404c;
	border-width:1px;
	width:780px;
	height:20px;
}

#content {
	width:780px;
	background-color:#ababad;
	color:#333333;
	border-top:solid #e9404c;	
	border-width:1px;
	text-align:left;
}

