body {
	background-color:#f4f4f4;
	margin:0;
}

#container{
	background:#FFFFFF url('../images/containerBG.jpg') repeat-y;
	width:970px;
	margin:0px auto;
	padding:45px 0px 0px;
}
#header {
	background:transparent url('../images/headerBG.jpg') no-repeat;
	width:947px;
	height:328px;
	margin:0px 12px 0px 13px;
	position:relative;
	}
#headContact{
	position:absolute;
	top:-30px;
	right:10px;
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	color:#9c9c9c;
	}
#headContact a{
	text-decoration:none;
	color:#9c9c9c;
	}	
#homeText{
	position:absolute;
	top:50px;
	right:50px;	
	width:620px;
	font-size:1.3em;
	color:#fff;
	height:260px;
	overflow-y:hidden;
	}	
	
#main1 {
	background:url('') top left repeat-y;
	width:947px;
	margin:0px 12px 0px 13px;
	}
#main2 {
	background:url('') top right repeat-y;
	}

#content {
	width:947px;
	height:335px;
	background:#FFFFFF url('../images/contentBG.jpg') repeat-x;
	}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }

#footer {text-align:center; color:#9c9c9c}

#footText{
	font-size:1em;
	width:920px;
	margin-left:15px;
	}

#credit{
	font-size:1.3em;
	margin:15px 0px;;
	}

body.noStructure {}

#header h1, #header h2,
body.noStructure #main1,
body.noStructure #main2,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu
{
	display:none;
}
