/* CSS Document */


body {
	background-color: #686e75;
	
}

h2 {
	margin-left: 20px;
	margin-bottom: 30px;
}

#header {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	padding: 40px;
}

#container {
	width: 700px;
	height: auto;
	min-height: 400px;
	margin: 1em auto;
	background-color: #FFFFFF;
	font-size: 12px;
	border: 4px solid #CCCC99;
	padding: 5px;
	background-position: center;
}

#navigation {
	clear: both;
	width: 700px;
	padding: 2px;
	text-align: right;
	background-position: center;
	margin: 0em auto;
}

#navigation ul {
	
	list-style: none;
}

#navigation a {
	text-transform: lowercase;
	text-decoration: none;
	font-family: "Century Gothic" arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	margin-right: 6px;
	margin-left: 6px;
	
}

#navigation a:hover {
	color: #CCCC99;
	text-decoration: none;
}



#introduction {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
	padding: 5px;
	margin-left: 5px;

}

#introduction h5 {
	color: #CCCC99;
	text-decoration: none;
}

#introduction a {
	color: #CCCC99;
	text-decoration: none;
}

#services {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
	padding: 5px;
	margin-left: 5px;
	
}

#resume {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
	padding: 5px;
	margin-left: 5px;
	height: 380px;
	overflow: scroll;
}

#contact {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
	padding: 5px;
	margin-left: 5px;


}

#portfolio {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
	padding: 5px;
	margin-left: 5px;

}

#portfolio a {
	text-decoration: none;
	color: #666633;
}

#box1 {
	position: absolute;
	width: 180px;
	height: 200px;
}

#box2 {
	position: absolute;
	width: 180px;
	height: 200px;
	left: 350px;
}

#footer {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	