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

html { font-size: 100%; }




#main_wrapper {
	float: left;
	width: 960px;
}


#top_bar {
	margin-left: 288px;
	float: left;
}

#name {
	margin-left: 288px;
	float: left;
	height: 90px;
	padding-top: 56px;
	padding-bottom: 48px;
	width: 700px;
}

#content_wrapper {
	float: left;
	width: 960px;
}


#left_content_wrap {
	float: left;
	width: 180px;
	padding-left: 48px;
	height: 406px;
	padding-right: 60px;
}

.left_subheads {
	float: left;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
}

#projects {
	width: 100%;
	line-height: 16px;
	padding-top: 4px;
	float: left;
}

#center_content_wrap {
	width: 370px;
	float: left;
	height: 406px;
}

.center_subhead {
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#about {
	line-height: 16px;
	padding-top: 4px;
}

#right_content_wrap {
	width: 148px;
	float: left;
	padding-left: 100px;
	height: 406px;
}

.right_subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#links {
	width: 148px;
	line-height: 16px;
	padding-top: 4px;
	float: left;
	padding-bottom: 18px;
	}

#portfolio_wrap {
	width: 960px;
	float: left;
}

.project_info {
	padding-left: 48px;
	width: 180px;
	padding-right: 60px;
	float: left;
	line-height: 16px;
}

.project_wrap {
	float: left;
	width: 960px;
	margin-bottom: 103px;
}

.project_image_wrap {
	float: left;
	width: 640px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099CC;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}


.credit {
	color: #999999;
}

.top a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height: 64px;
}

.top a:hover {
	color: #0099CC;
}

.image {
	float: left;
	padding-bottom: 26px;
}

a {
	color: #333333;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

a:hover {
	color: #0099CC;
	text-decoration: none;
}

body {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
