/* CSS Document */

BODY {
	background:#c6bca6 url(../images/construct/bodybackground-c6bca6.gif) repeat-x;
	padding:0;
	margin:0;

}
#container {
	width:100%;
}
#pagecontainer {
	width:1000px;
	margin:auto;
	background:#ffffff;
	position:relative;
}
#splashmasthead {
	height:263px;
	background:url(../images/construct/Masthead.jpg) no-repeat;
}
#menu {
	height:40px;
	background:#4e0102;
	text-align:right;
}

#innermenu {
margin-left:500px;
}
#contentarea {
	padding:15px 15px 15px 15px;
}
#actualcontent {
	padding:0px;
}

/* float clearing for IE6 */
	* html .clearfix{
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix{
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#footer {
	background:#4e0102;
	height:70px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#dddddd;
	padding:10px 0px 0px 0px;
	position:relative;
}

#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#FFffaa;
	text-decoration:none;
}
#footer div.right {
position:absolute;
top:10px;
right:20px;
height:90px;
width:120px;
}
#footer div.bottom {
position:absolute;
top:5px;
left:0px;
width:1000px;
height:20px;
text-align:center;
}
#footer table {
padding:0px;
width:100px;
}

#footer tbody td {
padding:1px;
}

