#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	height: 100%;
}
#left_nav {
	float: left;
	width: 175px;
	margin-left: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
}
#footer {
	clear: both;
	font-size: 7pt;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #98CAC9;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #000000;
	background-color: #FFFFFF;
}
#content {
	width: 550px;
	float: left;
	margin-right: 40px;
	margin-bottom: 60px;
	margin-top: 0px;
	padding: 0px;
}
#header {
	margin-top: 30px;
	margin-bottom: 40px;
}
#index {
	margin-right: auto;
	margin-left: auto;
	width: 751px;
	margin-top: 60px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #98CAC9;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#portfolio {
	width: 600px;
	float: left;
	margin-bottom: 60px;
	height: 590px;
}

.rightpadding {
	margin-right: 5px;
}
.float_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 12px;
}
