/* CSS Document */

body {
	margin: 10px 0px 0px 0px;
	background-color:black;
	background-image:url(../images/body_background.jpg);
	background-repeat:repeat-x;
}

#maincontainer {
	margin-left: -475px;
	position: absolute;
	left: 50%;
	width:950px;
	height:850px;
}

#top {
	width:950px;
	height:52px;
	background-image: url(../images/top_background.jpg);
}

#header {
	width:950px;
	height:180px;
}


#middle {
	background-image: url(../images/middle_background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:950px;
	padding-bottom:24px;
}

#bottom {
	width:950px;
	height:95px;
}


#inner {
	background-image: url(../images/inner_background.jpg);
	background-repeat:repeat-y;
	width: 800px;
	padding-top:11px;
	padding-bottom:11px;
	margin-left: 75px;
}

#innermost {
	background-image:url(../images/innermost_background.jpg);
	background-repeat: no-repeat;
	background-color: #5b5b5b;
	width:778px;
	margin-left:11px;
}

#screws_top {
	background-image:url(../images/screws_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height: 28px;
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	background-image: url(../images/screws_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom: 35px;
	padding-left:38px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	line-height: 18px;
}

ul {
	color: #D6CCB0;
	line-height: 18px;
}

h1 {
	text-transform:uppercase;
	font-size: 16px;
	color: #fef1ce;
}

h2 {
	text-transform:uppercase;
	font-size: 12px;
	color: #FFFFFF;
      margin-bottom: 0px;
}

.imageborder {
	border:6px solid #d6ccb0;
}


/*FOOTER STUFF */
#footer {
	background-color: #333333;
	width: 850px;
	height: 38px;
	margin-left: 50px;
	margin-top: 11px;
	color: #c4ccce;
	font-size:10px;
}

#footer a:link, #footer a:visited, #footer a:active  {
	font-family:Arial, Helvetica, sans-serif;
	color: #c4ccce;
	font-size:10px;
	text-decoration: none;
}

#footer a:hover  {
	text-decoration:underline;
	border-bottom: none;
	color: #FFFFFF;
}

#footer td {
	color: #c4ccce;
	font-size:10px;
}

a:link, a:visited, a:active {color: #ecdfbe; text-decoration: underline; font-size:11px}
a:hover {color: white; text-decoration: underline; font-size:11px; border-bottom: 1px solid white;} 