@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bodyBg.png) repeat-x #1f2d3d;
	font-family:Arial, Helvetica, sans-serif;
	}

#header {
	width:923px;
	margin:0 auto;
	background: url(images/topwater.gif) top right no-repeat;
	}
	
#header h1 a {
	display:block;
	width:516px;
	height:100px;
	background:url(images/logo.gif) no-repeat;
	text-indent:-9000px;
	}
	
#container {
	border:8px solid #fff;
	width:907px;
	margin:0 auto;
	background:url(images/contentBg.gif) repeat-y top right;
	}
	
#contentArea {
	float:left;
	padding-left:10px;
	width:875px;
	}
	
#copyArea {
	float:left;
	width:650px;
	}
	
#copyArea h3 {
	font-weight:bold;
	font-size:16px;
	padding-top:5px;
	}
	
#copyArea p {
	margin-top:15px;
	margin-bottom:15px;
	}
	
#copyArea ul {
	list-style-type:disc;
	margin-left:25px;
	}
	
#copyArea ul ul {
	list-style-type:circle;
	}
	
#footer {
	color:#fff;
	width:923px;
	text-align:center;
	margin:0 auto;
	padding-top:3px;
	}

#footer span {
	margin-right:30px;
	font-size:12px;
	}
	
.inlineList li {
	float: left;
	width:200px;
	list-style:none;
	}
		
.floatClear {
	clear:both;
	}