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

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: "Lucida Sans";
	font-size:11px;
	color: #000000;
	background-color:#000000;
	
}


#wrap {
width: 1055px;
margin-left: auto;
margin-right: auto;
}

#wrap_header {
	margin-bottom: -11px;
	width: auto;
	height: 436px;
	background-image: url(images/resume_01.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#header {
width: auto;
text-align: right;
padding-top: 240px;
padding-right: 185px;
padding-bottom: 15px;
}


/* Content Box */


#wrap_content {
width: auto;
margin-left: 152px;
margin-bottom: -11px;
margin-top: -137px;

}

#content {
width: 704px;
padding-top: 10px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
text-align: left;
background-color:#FFFFFF;
}

#wrap_footer {
	width: auto;
	height: 147px;
	background-image: url(images/resume_04.jpg);
}

#footer {
padding-top: 1px;
width: auto;
text-align: center;

}

/* General Formatting */


.title {font-weight: bold;}

a:link
{
color:#FFFFFF;
text-decoration:none;
}

a:hover
{
color:#33CCFF;
text-decoration:none;
}

a:visited
{
color:#CCCCCC;
text-decoration:none;
}

.highlightgold {
color:#F7C600;
font-weight: bold;
}


.footer {
color:#ffffff;
font-weight: bold;
}