@charset "utf-8";
/* CSS Document */

body {
	background: url(images/splash_bg.jpg) no-repeat center top;
	background-attachment: fixed;
	height: 100%;
	margin: 0px;
	text-align: center;
}
img {
	border: none;
}
#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 980px;
}
#header {
	background: url(images/content_head.jpg) no-repeat;
	height: 135px;
}
#mainimage {
	background: url(images/content_mainimage.jpg) no-repeat;
	height: 184px;
}
#contentwrap {
	background: url(images/content_contenttile.jpg) repeat-y;
	min-height: 400px;
}
#contenttop {
	background: url(images/content_contenttop.jpg) no-repeat top;
	min-height: 188px;
	padding: 14px 35px 0px 12px;
}
#menu {
	float: left;
	width: 226px;
}
#content {
	float: right;
	padding-top: 30px;
	width: 661px;
}
.clear {
	clear: both;
}
#contentbottom {
	background: url(images/content_contentbottom.gif) no-repeat;
	height: 120px;
}
#foot {
	background: url(images/splash_footer.jpg) no-repeat center top;
	height: 100px;
}
