/* Container */
html {}
body {
	background:url(../images/background.jpg) center repeat;
	text-align:center;}
div#content-body-embellishment-1 {}
div#content-body-embellishment-2 {
	background:url(../images/contentbodyembellishment2.png) top no-repeat;}
div#content-body {
	background:url(../images/contentbackground.png) top repeat-x;
	border-bottom:1px solid #FFF;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;}
div#content-verticalplacement {
	margin:auto;
	overflow:show;}
div#content-horizontalplacement {
	margin:auto;	
	overflow:hidden;
	width:900px;
	position:relative;}
div#emblem-body {	
	height:0px;
	margin:auto;
	overflow:show;
	width:900px;
	position:relative;}
div#emblem {
	background:url(../images/emblem.png);
	height:59px;
	overflow:visible;	
	margin:-23px 352px 0px 352px;
	position:absolute;
	width:196px;
	z-index:100;} /* must follow next item with position:relative */
div#footer-body-embellishment-1 {
	position:relative;}
div#footer-body-embellishment-2 {
	background:url(../images/footerbodyembellishment2.png) top no-repeat;}
div#footer-body {
	border-top:1px solid #000;
	clear:both;
	color:#EEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;}
div#footer-verticalplacement {
	margin:auto;
	overflow:show;}	
div#footer-horizontalplacement {
	margin:auto;
	width:900px;
	overflow:hidden;}
	
/* Main Divisions */
div#header {
	height:216px;
	text-indent:-9999px;
	width:900px;}
div#header h1 {
	background:url(../images/header-h1.png);
	display:block;
	float:left;
	height:216px;
	text-indent:-9999px;
	width:450px;}
div#header a {
	display:block;
	height:216px;
	text-indent:-9999px;
	width:400px;}
div#header .description {
	background:url(../images/header-description.png);
	color:#fff;
	display:block;
	float:right;
	height:134px;
	padding-top:82px;
	width:450px;}
div#header .description p {
	display:block;
	text-indent:-9999px;}
div#content-main-embellishment-1 {
	background:url(../images/contentbackground.jpg);
	width:900px;}
div#content-main {
	background:url(../images/contentboundaryembellishment1.jpg) bottom no-repeat;
	min-height:200px;
	width:900px;}
div#footer-top {
	background:url(../images/footertop.jpg);
	margin:10px 0px 0px 0px;
	height:5px;
	width:900px;}
div#footer-main {
	min-height:200px;
	width:900px;}
div#footer-bottom {
	background:url(../images/footerbottom.jpg);
	margin:0px 0px 25px 0px;
	height:5px;
	width:900px;}
	
/* Content Boundaries */
div#content-boundary {
	margin:0px 55px 0px 55px;
	width:790px;}
div#content-bottom {
	clear:left;
	height:106px;
	width:900px;}	
div#footer-boundary {
	background:url(../images/footerbackground.jpg);
	padding:10px 20px 0px 20px;
	width:900px;}
	
/* Columns */
div#content-main div.column-left {
	margin-bottom:25px;
	float:left;
	min-height:500px;
	width:550px;}
div#content-main div.column-right {
	background:#8c980e;
	float:right;
	margin-bottom:25px;
	min-height:200px;
	padding:10px;
	width:180px;}
		
div#footer-main div.column-full {
	margin-bottom:10px;
	float:left;
	width:860px;}
	
div#footer-main div.column-left {
	margin:0px 0px 10px 0px;
	float:left;
	width:274px;}
div#footer-main div.column-center {
	margin:0px 0px 10px 19px;
	float:left;
	width:274px;}
div#footer-main div.column-right {
	margin:0px 0px 10px 19px;
	float:left;
	width:274px;}
	
div#footer {
	margin-top:50px;
	text-align:center;}
	
div.clear {
	clear:both;}