body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 760px;
 float: inherit;
 height: auto;
}
#header {
	width: 750px;
	color: #fff;
	padding: 10px;
	border: 0px solid #fff;
	height: 70px;
	margin: auto;
	background: #fff;
}
#content {
	width: 750px;
	color: #333;
	background: #eaeaea;
	margin: auto;
	padding: 10px;
	position: static;
	height: auto;
}
a { 
text-decoration: none; 
color: #E11F27; 
} 
a:hover { 
color: #999999; 
} 
a.links { 
display: block; 
margin: 2px 0 0 0; 
} 
.hide { 
display: none; 
} 
.bodyphoto {
	text-align: center;
	vertical-align: middle;
}
.subphoto { 
margin: 0 0 20px 0; 
border: 0; 
float: left; 
} 
.headphoto {  
border: 0; 
float: right; 
} 
.leftheadphoto {
	border: 0;
	float: left;
} 
#copyright {
	margin:auto;
	font-weight: 400;
	color: #000000;
	width: 750px;
	color: #333;
	padding: 10px;
	border: 0px solid #fff;
	height: auto;
	background: #fff;
	text-align: center;
	float: inherit;
}
