body {
	background-color: #f6f6f6;
	font: 11px verdana,arial,helvetica,sans-serif;
}
a {
	color: gray;
	text-decoration: none;
}
a:hover{
	color: black;
	border-bottom: 1px dotted gray;
}
#header {
	width: 95%;
	height: 60px;
	background: #f6f6f6 none repeat-x 1px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 20px;
}
#statement, #contact, #resume{
	width: 470px;
	position: relative;
	left: 20px;
	font-size: 1em;
	line-height: 2em;
	background-color: #e4e4e4;
	margin: 40px 0 0;
	padding: 20px;
}

#header img{
	float: left;
	left: 12px;
	position: relative;
}
#header ul {
	padding-left: 0;
	position: relative;
	top: 43px;
	left: -17px;
}

#header li{
	display: inline;
	padding-right: 37px;
}

#resume ul{
	list-style-type: square;
	width: 360px;
}
#resume li{
	margin: 0 0 0 -20px;
	padding: 0 0 9px;
	line-height: 1.5em;
}
#resume h1.first{
	padding-top: 0px;
}

#resume h1{
	font-size: 1.3em;
	color: #4d4d4d;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px dotted #a9a9a9;
	width: 90%;
	margin-top: 0;
	padding-top: 25px;
}

#resume h2{
	font-size: 1.1em;
	margin: 0 0 -10px;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	color: gray;
}
	
#footer {
	background-color: #f6f6f6;
	width: 100%;
	height: 40px;
	border-top: 1px dotted #d7d7d7;
	text-align: center;
}
	
#flashcontent {
	width: 100%;
	height: 550px;
}