
html, body {
text-align: center;
font-family: "Helvetica Neue", "Helvetica", "Verdana", sans-serif;
font-size: 12px;
letter-spacing: .04em;
color: #444;
margin: 0px;
background-color: #411c03;

}



#wrapper {
	margin: 0px auto;
	width: 700px;
	height: 700px;
	background: url(/images/mg_background.jpg) no-repeat center top;
}

#navigation {
	margin: 0px auto 0px auto;
	float: left;
	padding: 8px;

}

#navigation ul {
	margin: 0px auto;
	padding: 0px;
}

#navigation li {
	list-style: none;
	text-align: left;
}

#navigation a {
	text-decoration: none;
	color: #fff;
	font-size: 28px;
	letter-spacing: .04em;
	line-height: 26px;
}

#navigation a:hover {
	color: #C9410F;
}

#resume_holder {
	margin: 0px auto;
	width: 700px;
	height: 800px;
	background: url(/images/mg_background.jpg) no-repeat 57px -300px;
}

#content {
margin: 0px 0px 50px 0px;
clear: none;
padding-top: 100px;
}

#content h1 {
color: #fff;
font-size: 25px;
}

#content span {
font-size: 30px;
color: #421A04;
}


#experience, #qualities, #education {
color: #421A04;
background-color: #fff;
padding: 15px;
margin: 10px 10px 10px 50px;
width: 550px;
text-align: left;
}

#experience {
margin-top: 0px;
}

#experience h1 {
color: #F83C20;
margin: 0px;
font-size: 18px;
}

#experience strong {
color: #85270C;
}

#experience h2 {
color: #85270C;
margin: 0px;
font-size: 16px;
}


#qualities strong {
color: #F83C20;
}

#qualities p {
color: #421A04
}


#education h1 {
color: #F83C20;
margin: 0px;
font-size: 18px;
clear: right;
}

#education p {
color: #421A04
}

#portfolio_holder {
	margin: 0px auto;
	width: 700px;
	height: 700px;
	background: url(/images/mg_background.jpg) no-repeat 57px -300px;
	padding-top: 90px;
}
.image_holder span{
	color: #fff;
	font-size: 28px;
	letter-spacing: .04em;
	line-height: 26px;
}

.image_holder {
	height: 150px;
	width: 800px;
	margin-bottom: 20px;
	text-align: left;
	
}
.thumbnails img {
	text-decoration: none;
	border: solid 3px #2D1202;
	float: left;
	margin-right: 17px;
}


#contact {
	margin: 0px auto;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

#contact a {
	text-decoration: none;
	color: #C9410F;
	
}

