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

html {
	height: 100%;
}

body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	color: #707070;
	height: 100%;
	font: 11px Arial, Helvetica, sans-serif;
}
#port_float {
	position:absolute;
	left:192px;
	top:45px;
	width:99px;
	height:46px;
	z-index:1;
	background: black;
	text-align: center;
}
td {
	line-height: 16px;
}

#wrapper {
	width: 955px;
	height: 100%;
}
#sidebar {
	float: left;
	width: 200px;
	height: 70%;
	margin-top: 20px;
}
#main {
	width: 755px;
	float: right;
	margin-top: 20px;
	height: 70%;	
}
#content {
	min-height: 100%;
	width: 755px;
	position: relative;
	background: #000000 url(images/content_bg.png) no-repeat right bottom;
}
#spacerbar {
	min-height: 100%;
	width: 200px;
	background: url(images/stripes_light.png);
}
#menubar {
	height: 139px;
	width: 200px;
	background: url(images/stripes_menu.png);
	padding-top: 8px;
}
#menubar a {
	margin: 7px 20px 0px 0px;
	clear: both;
	float: right;
}
.titlebar {
	height: 147px;
	width: 755px;
	position: relative;
}
p {
	margin: 0px;
}
ul {
	margin-top: 10px;
	list-style: circle;
}
.current {
	color: #e4551f;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a {
	text-decoration: none;
	color: white;
	padding: 2px;
}
a:hover.text {
	color: #000000;
	background: #FFFFFF;
}
.textField {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
	background-color: #F6F3F3; 
	width: 250px; 
	border: 1px #333333 solid; 
	height: 18px
	}
.textArea {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
	background-color: #F6F3F3; 
	height: 150px; 
	width: 250px; 
	border: #333333; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
.sendButton {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	text-decoration: none; 
	background-color: #333333; 
	border-color: #666666 #666666 #000000 #000000; 
	cursor: hand; 
	height: auto; 
	width: 124px; 
	border: 0;
}
#resume {
	background: url(images/resume_title.png);
}
#contact {
	background: url(images/contact_title.png);
}
#reel {
	background: url(images/reel_title.png);
}
#portfolio {
	background: url(images/portfolio_title.png);
}
#footer {
	background: url(images/bottom_bar.png);
	height: 40px;
	width: 755px;
	position: relative;
}
#title {
	top: 82px;
	position: relative;
	float: left;
}
#contactinfo {
	float: right;
	position: relative;
	top: 123px;
}
li {
	margin-top: 10px;
}

