@charset "utf-8";
/* CSS Document */

body {
	background: #0d5653;
	margin: 0px;
	text-align: center;
}
#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 960px;
}
#mainimage {
	background: url(images/content_mainimage.jpg);
	height: 308px;
}
#maintitle {
	padding: 105px 0px 0px 160px;
}
#midwrap {
	background: url(images/content_contenttile.jpg) repeat-y;
	padding-bottom: 15px;
}
#leftwrap {
	margin: 0px 270px 0px 15px;
}
#rightwrap {
	float: right;
	padding: 45px 0px;
	width: 235px;
}
#contenttitle {
	padding: 36px 15px;
}
#contentwrap {
}
#menu {
	float: left;
	padding-bottom: 20px;
	width: 131px;
}
#content {
	float: right;
	padding-bottom: 20px;
	width: 516px;
}
#contentfoot {
	background: url(images/splash_sun.jpg) no-repeat 13px center;
	height: 72px;
	padding: 16px 0px 0px 164px;
}
.clear {
	clear: both;
}
.clear2 {
	clear: both;
}
