/* Page Structure
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333333;
	
	text-align: center;
	
	background: #FFFFFF;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 10 0 0;
	width: 780px;
	text-align: left;
	background: url(../interface/container.gif) repeat-y 0px;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 780px;
	background: url(../interface/header.gif) no-repeat left top;
	height: 250px;
}

#subhead,#subhead2 {
	margin: 0;
	padding: 5px 5px 0px;
	width: 750px;
	background-color: #FF0000;
	height: 60px;
	left: 10px;
	right: 0px;
	position: absolute;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	bottom: 0px;
}
#subhead2 {
	font-size: 14px;
	height: 60px;
}
#contentcontainer {
	position: relative;
	margin: 0;
	width: 780px;
	padding: 0px;
	background-image: url(../interface/container.gif);
	background-repeat: repeat-y;
}
#content {
	position: relative;
	margin: 0 auto;
	padding: 20px 20px 15px;
	width: 520px;
	text-align: justify;
	left: 20px;
	right: 20px;
	top: 0px;
	bottom: 0px;
}

#footer {
	position: relative;
	margin: 40 0 0;
	padding: 0px 0 0 50px;
	width: 780px;
	height: 50px;
	color: #FF0000;
	font-size: 12px;
	background: url(../interface/footer.gif) no-repeat left top;
	text-align: left;
	left: 0px;
	bottom: 0px;
}

#footer div.right {
	position: absolute;
	margin: 0;
	padding: 5 30 0;
	text-align: right;
	top: 0px;
	left: 450px;
}

#spacer-bottom {
	background-image: url(../interface/container.gif);
	background-repeat: repeat-y;
	height: 50px;
	background-position: left top;
}
