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

#revres_body{
	color:#30F;
	background:url(images/Pale-Ink.png);
	margin: 0 auto;
	}

#revres_content {
	position: relative; 
	background:#EFEFEF;
	width: 1000px; 
	height:700px;
	padding: 5px 10px 10px;
	margin-top:20px;
	color:#039;
}

#revres_content .menu a {
	color:#000;
}

#revres_content h2 {
	font-size:3em;
	line-height:1em;
	font-family:Leander;
}

#revres_content p{
	font-family:Leander;
	color:#039;
	font-weight:bold;
}
#resume_left {
	float:left;
	width:400px;
	padding-left:50px;
	
}

#resume_right {
	float:right;
	width:400px;
	padding-right:50px;
	
}