body {
	background-color:#333333;
	color: #E3990F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
img {
	border-width:0px;
	border-bottom:none;
}
a:link {
	color: #5375A6;
	font-weight: bold;
	text-decoration:none
}     
a:visited {
	color:#5375A6;
	font-weight: bold;
	text-decoration:none
} 
a:hover {
	color: #FF0000;
	font-weight: bold;
}
#main #navigation #navbuttons a:link {
	color:#FFFFFF;
	font-weight: bold;
}     
#main #navigation #navbuttons a:visited {
	color:#FFFFFF;
	font-weight: bold;
} 
#main #navigation #navbuttons a:hover {
	color: #FF0000;
	font-weight: bold;
}
hr
{
	margin-left:auto; 
	margin-right:auto;
	width:60%;
}

#main #rhollister {
	background-image: url(../images/logo.jpg);
	background-color: #0166FF;
	float: left;
	height: 100px;
	width: 535px;
	position: relative;
	cursor: hand;
}
#main {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	background-color: #0166FF;
}
#main #contact {
	background-image: url(../images/corner.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	height: 100px;
	width: 212px;
	position: relative;
	pardding:0px;
	background-color: #0166FF;
	cursor: hand;
}
#main #top_filler {
	background-color: #0166FF;
	height: 100px;
}
#main #navigation {
	background-color: #0166FF;
	height: 95px;
	text-align:center;
	color: #FFFFFF;
}
#main #navigation #navbuttons {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 95px;
	color: #FFFFFF;
}
#main #navigation #navbuttons #intro {
	float:left;
	width:16.6%;
	height:auto;
}
#main #top_divider {
	background-image: url(../images/divider.jpg);
	height: 50px;
}
#main #content {
	background-color: #333333;
	text-align:center;
}
#main #bot_divider {
	background-image: url(../images/divider2.jpg);
	height: 50px;
	background-position: bottom;
}

#main #navigation #navbuttons #bio {
	float:left;
	width:16.6%;
	height:auto;
}
#main #navigation #navbuttons #education {
	float:left;
	width:16.6%;
	height:auto;
}
#main #navigation #navbuttons #skills {
	float:left;
	width:16.6%;
	height:auto;
}
#main #navigation #navbuttons #experience {
	float:left;
	width:16.6%;
	height:auto;
}
#main #navigation #navbuttons #interest {
	float:left;
	width:16.6%;
	height:auto;
}
#main #left_corner {
	background-image: url(../images/corner2.jpg);
	float: left;
	height: 54px;
	width: 216px;
	position: relative;
}
#main #right_corner {
	background-image: url(../images/corner3.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	height: 54px;
	width: 216px;
	position: relative;
	z-index: 2;
}
#main #bot_filler {
	background-color: #0166FF;
	height: 54px;
}
.fineprint {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
h1 {
	font: 35px;
	text-align: center;
	margin-top:0px;

}
h2 {
	font-size: 20px;
	text-align: center;
	margin-top:0px;

}
h3 {
	font-size: 18px;
	font-weight:bold;
	margin-top:0px;

}
#main #content #smaller_content {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#main #content #centered {
	text-align:center;
	border-width:0px;
	border:none;
	border: 0px;
	margin-right:auto;
	margin-left:auto;
}
#vcentered {
	text-align:center;
	border-width:0px;
	border:none;
	border: 0px;
	vertical-align:middle;
}
p {
	text-align:left;
}
p.center {
	text-align:center;
}