#overall_body {
	height: 100%;
	background-image: url(../images/bkgnd.jpg);
	background-repeat: repeat-x; 
}
#content_main {
	height: 100%;
	width: 810px;
}

#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	background-position: bottom;
	padding-top: 125px;
}
#main_body {
	background-color: #FFFFFF;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	overflow: auto;
	position: relative;
	min-height: 600px;
	}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width: 880px;
	height: 95px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 105px;
}
#content_footer {
	padding-left: 51px;
	text-align: left;
}

#nav {
	width: 810px;
	text-align: left;
	height: 25px;
	padding-right: 35px;
	padding-left: 35px;
}

#content_left {
	width: 300px;
	margin-right: 15px;
	float: left;
	height: 100%;
}
#content_right {
	width: 265px;
	float: right;
	height: 100%;
	overflow: auto;
}

#portfolio_nav {
	background-image: url(../images/portfolio_nav.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 175px;
	height: 25px;
	padding-left: 10px;
	text-align: left;
}

#content_left_large {
	width: 524px;
	float: left;
	height: 100%;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#content_image {
	height: 260px;
	width: 790px;
	background-color: #077EBB;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#web_analysis {
	width: 251px;
	float: right;
	min-height: 150px;
	background-image: url(../images/analysis.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 90px;
}
#advice_left {
	width: 510px;
	float: left;
	height: 150px;
	padding-right: 17px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../images/advice.jpg);
	background-repeat: no-repeat;
	padding-top: 90px;
	padding-left: 7px;
}
#contact {
	margin-left: 10px;
}
