#home {
	margin-bottom: 3px;
}
#port {
	margin-bottom: 3px;
}
#resu {
	margin-bottom: 3px;
}
#bout {
	margin-bottom: 3px;
}

#footer {
	left: 0px;
	background-image: url(images/footer_2.png);
	background-repeat: no-repeat;
	background-position: center;
	bottom: 0;
	height: 150px;
	position: fixed;
	width: 100%;
	z-index: 5;
} 

a:link {text-decoration: none; color: #E36F1E;}
a:visited {text-decoration: none; color: #E36F1E;}
a:active {text-decoration: underline; color: #E36F1E;}
a:hover {text-decoration: none; color: #764200;}

body {
	background-image: url(bg_color.jpg);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #4F493D;
}

#resume{
        margin-bottom: 200px;
}

ul {
	margin-top: 3px;
}

img {
	border: 0;
	margin-right: 2px;
}

#wrapper {
	padding-top: 100px;
	width: 620px;
	margin: 0px auto;
	text-align: left;
}

#left_content {
	float: left;
	width: 370px;
	margin-right: 20px;
}

#blurp {
	margin-top: 10px;
        margin-bottom: 150px;
}

hr {
	color: #B5ACA9;
	background-color: #B5ACA9;
	height: 1px;
	border: none;
}

h1 {
	margin: 35px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #4F493D;
}

h2 {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #B5ACA9;
}

#right_content {
	float: right;
	width: 230px;
}

a.home_rollover { 
	display: block; 
	width: 187px; 
	height: 22px;
	text-decoration: none;
	background-image: url(buttons/t_home.jpg);
}

a.home_rollover:hover { 
	background-position: 0 -22px;
}

a.port_rollover { 
	display: block; 
	width: 187px; 
	height: 23px;
	text-decoration: none;
	background-image: url(buttons/t_port.jpg);
}

a.port_rollover:hover { 
	background-position: 0 -23px;
}

a.resu_rollover { 
	display: block; 
	width: 187px; 
	height: 22px;
	text-decoration: none;
	background-image: url(buttons/t_resume.jpg);
}

a.resu_rollover:hover { 
	background-position: 0 -22px;
}

a.bout_rollover { 
	display: block; 
	width: 187px; 
	height: 23px;
	text-decoration: none;
	background-image: url(buttons/t_about.jpg);
}

a.bout_rollover:hover { 
	background-position: 0 -23px;
}

#note {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 19px;
	font-size: 9px;
	color: #4F493D;
}

#navigation {
	margin-top: 10px;
	margin-left: 15px;
}

#banner {
	width: 230px;
	height: 73px;
	background-image: url(images/banner.jpg);
}
