body {
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
}



#container {
	width: 750px;
	height: 100%;
}
#left {
	width: 360px;
	float: left;
	margin-right: 30px;
}
#portfolio {
	width: 360px;
	margin-top: 230px;
	background-color: #00adef;
	background-image: url(../images/bg_portfolio.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: none;
	margin-bottom: 20px;
	height: 220px;
}
#right {
	float: left;
	width: 360px;
}
#logo {
	background-image: url(../images/jw.gif);
	height: 160px;
	width: 360px;
	margin-top: 45px;
	margin-bottom: 35px;
}
#main {
	width: 360px;
}

#contact {
	height: 70px;
	width: 345px;
	background-color: #00adef;
	background-image: url(../images/bg_contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
}
#contact h2 {
	padding-bottom: 10px;
}

.clear {
	clear: both;
}
.pane a, #contact a
{
	color: #FFF;
	text-decoration: none;
}
#main a
{
	color: #00adef;
	text-decoration: none;
}
.bio {
	text-decoration: none;
	padding-right: 15px;
}

