@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000;
}

ul, ol, dl { 
	padding: 0px, 0px, 0px, 0px;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 0px;
	padding-top: 20px;
	color:#00000
}
a img {
	border: none;
}

a:link {
	color: #000000;
	text-decoration: none; 
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

#container {
	width: 1000px;
	background-color: #E7E7E7;
	margin: 0 auto;
	position:center;
	padding: 25px;
}
#resume {
	width:auto;
	padding: 20px;
}
header {
	background-color: #E7E7E7;
}

.content {
	padding: 10px 0;
	width: 250px;
	float: right;
}


.content ul, .content ol {
	padding: 0 15px 15px 0px; 
}


nav ul{
	list-style: none; 
	border-top: none; 
	margin-bottom: 15px;
	text-Decoration:none;
}
nav li {
	border-bottom: none;
	text-align: left;
	text-decoration: none;
}
nav a, nav a:visited { 
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
nav a:hover, nav a:active, nav a:focus { 
	background-color: #E7E7E7;
	color: #009ADA;
	Text-decoration:none;
}
#thumbwrap{
	position:relative;
	width:250px;
	height:1000px;
}
.thumb img {
	margin:5px;
	float:left;
}
.thumb span { 
	visibility:hidden;
	position:absolute;
} 
.thumb span img {
	width:1000px;
	padding-top:125px;
}
.thumb:hover, .thumb:hover span { 
	visibility:visible;
	top:o;
	left:250px;
	z-index:1;
}
.fltrt{
	float:right;
}
footer {
	padding: 100px 0;
	background-color: #E7E7E7;
	position: relative;
	clear: both;
	text-align:center; 
}
