/* Structure CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) #002f5e repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	color: #5b564a;
}

#Page {
	margin: 0 auto;
	width: 981px;
}


/* Content Areas */

#TopBanner {
	height: 97px;
	padding: 0 0 0 0;
	background: url(../images/topbanner-bg.jpg) no-repeat top left;
}

#LogoLink {
	float: left;
	padding: 0 20px 0 30px;
	width: 100px;
}

#Title {
	padding: 30px 0 0 0;
}

#Content {
	background: url(../images/content-bg.jpg) #FFFFFF repeat-y top left;
	width: 980px;	
	clear: left;
}

#ContentLeft {
	background: url(../images/content-left-bg.jpg) no-repeat top left;
	float: left;
	width: 559px;
	padding: 0 30px 0 50px;
}

#ContentRight {
	background: url(../images/content-right-bg.jpg) no-repeat top left;
	float: left;
	width: 301px;
	padding: 0 20px 0 20px;
}

#MainNav {
	height: 135px;
}

#MainNavClear {
	clear: left;
}


/* Footer Area */

#Footer {
	clear: left;
	width: 980px;
	height: 85px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(../images/footer-bg.jpg) #FFFFFF no-repeat top left;
}

#Disclaimer {
	width: 980px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
}