html {
	margin:0;
	padding:0;
	background-color: #ffffff;
}

div,p,form,ul {
	margin:0;
	padding:0;
	font: normal 14px/24px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	color:#7d7d7d;
}

img {
	border:none;
}

#wrap {
	position: absolute;
	left:50%;
	top:50%;
	width:880px;
	height:460px;
	margin-left:-440px;
	margin-top:-200px;
	z-index:0;
}

#wrap #logo {
	position:absolute;
	top:-37px;
	left:360px;
	width:327px;
	height:47px;
}

#wrap #menu {
	position:absolute;
	left:740px;
	top:60px;
	width:114px;
	height:300px;
}

#wrap #menu ul {
	list-style: none;
}
#wrap #menu li {
	list-style: none;
	margin:20px 0;
}

#wrap #content_window {
	position:absolute:
	top:173px;
	left:0px;
	width:750px;
	height:450px;
	overflow: none;
	background: url('/images/content_bg.png') no-repeat;
	margin:0;
	color:#fffff;
}

#wrap #content_window  #title {
	position:absolute;
	top:50px;
	left:90px;
	font: normal 20px/24px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
}

#wrap #content_window .content {
	position:absolute;
	top:80px;
	left:90px;
	overflow: auto;
	display:none;
	width:540px;
	height:330px;
	font: normal 14px/14px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	padding-right:12px;
}

#wrap #content_window .content .home_portfolio_content {
	margin:6px 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color:#000000;
	cursor: pointer;
}

#contact_form input {
	float:left;
	clear:left;
	margin:6px 0;
	padding:4px;
	font: normal 14px/16px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	color:#7d7d7d;
	background-color: #c0c0c0;
	border:none;
}

#contact_form input[type=text] {
	width:400px;
	padding:4px;
	background-color: #c0c0c0;
	border:none;
}

#contact_form textarea {
	float:left;
	clear:left;
	margin:6px 0;
	padding:4px;
	width:400px;
	height:100px;
	font: normal 14px/16px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	color:#7d7d7d;
	background-color: #c0c0c0;
	border:none;
}

#contact_form #submit_button {
	float:left;
	clear:left;
	margin:6px 0 0 340px;
	padding:4px;
}

p.name {
	margin-top:6px;
	font-weight: bold;
}
p.bio { 
	margin-top:0;
	margin-bottom:10px;
}
p.less {
	text-align:right;
}


.file_display100 {
	width:100px;
	float:left;
	clear:left;
	margin-right:12px;
}
.file_display200 {
	width:200px;
	float:left;
	clear:left;
	margin-right:12px;
}

.project_name {
	font: bold 12px/14px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	margin:0;
}
.project_text {
	font: normal 12px/14px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	margin-top:2px;
}
.projects_list {
	float:left;
	clear:left;
	margin:6px 0 0 0;
	width:100%;
}
.home_projects_list {
	float:left;
	width:100px;
	height:83px;
	margin:4px 8px 0 0;
}

.subnav {
	width:100%;
	text-align:right;
	font-size:11px;
	font-weight: bold;
	margin-bottom:10px;
}

.subnav a,.subnav a:visited {
	color: #666;
	margin: 0 6px;
}
.subnav a:hover {
	color: #999;
	margin: 0 6px;
}


a, a:visited {
	color: #2d3364;
}
a:hover {
	color: #999;
}
