.body {
	clear: both;
	width: 740px;
	float: none;
	margin: auto;
	height: 300px;
	background-color: #2D3E5A;
}
.header {
	clear: both;
	height: 160px;
	width: 740px;
	margin: auto;
	margin-top: 20px;
	background-image: url(header-bg.jpg);
	background-position: top center;
	background-color: 2B3E59;
}
.nav {
	float: left;
	height: auto;
	width: 155px;
	background-color: #FFFFFF;
	margin-top: 10px;
	background-image: url(nav-fade-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.body .content {
	float: right;
	height: auto;
	width: 540px;
	margin-top: 10px;
	background-image: url(content-fade-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.header .navbar {
	height: 36px;
	width: 739px;
	position: absolute;
	margin-top: 140px;
	left: auto;
	top: 0px;
	background-color: #2b3e59;
}
.body .nav .top {
	background-color: #FFFFFF;
	width: 155px;
}
.body .nav .bottom {
	background-color: #FFFFFF;
	width: 155px;
	background-image: url(nav-fade-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 60px;
}
.body .content .top {
	background-color: #FFFFFF;
	width: 540px;
}
.body .content .bodytop {
	background-color: #FFFFFF;
	width: 540px;
}
.body .content .bodybottom {
	background-color: #FFFFFF;
	width: 540px;
	background-image: url(content-fade-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 110px;
}
.body .content .bodycontent {
	margin: 10px;
	width: 520px;
}
.body .nav .navcontent {
	margin: 10px;
	width: 135px;
	color: #1F2B3F;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1.2px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 100;
	margin-top: 20px;
}
.body .content .bodytextarea {
	margin: 20px;
	width: 500px;
	vertical-align: top;
	color: #1F2B3F;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1.2px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 80;
}
.body .content .bodytextarea .bodypic {
	float: right;
	position: relative;
	left: 0px;
	bottom: 150px;
	height: 150px;
	margin-left: 20px;
	display: block;
}
.body .content .bodytextarea img {
	position: static;
	right: 0px;
	bottom: 0px;
	float: right;
	padding-left: 15px;
	padding-top: 10px;
}
