@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(../images/bg.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1024px;
	text-align: left;
	margin: 0 auto;
	height: 768px;
	border-top: none;
	border-right: 5px solid #000;
	border-bottom: 5px solid #000;
	border-left: 5px solid #000;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/banner.jpg);
	float: left;
	height: 219px;
	width: 476px;
	padding: 0;
}
.oneColFixCtrHdr #nav{
	float: left;
	width: 546px;
	height: 219px;
	position: relative;
	top: 0px;
	clear: right;
}
.oneColFixCtrHdr #spacer{
	background-image: url(../images/spacer.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	float: left;
	height: 67px;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 985px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
	clear: both;
	height: 442px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 1024px;
	padding-top: 0;
	position: relative;
	font-size: 0.7em;
	text-align: center;
	height: 40px;
}

#reel {
	float: left;
	height: 350px;
	width: 500px;
}

#resume {
	float: right;
	width: 325px;
	margin-top: -30px;
	text-align: center;
	background: url(../images/edit_resume.jpg) no-repeat 25px 25px;
	height: 380px;
}
