@charset "UTF-8";
/* CSS Document

	CONTENT MANAGEMENT SYSTEM
				V3
				
	Reserved DIV ID's, Classes etc listed below:
	- #banners
	- .suckertreemenu
	- #treemenu1
	- .section_on
	- #wrapper
	
	!! Please don't use the reserved style identifiers
	!! Would cause issues with the system!

*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(/images/bkg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link { color: #FF0000; }
a:visited { color: #FF0000; }
a:hover { color: #CC6600; }
a:active { color: #FF0000; }
#swrapper{
margin:0 auto;
width:1004px;
}
#swrapper2 {
margin:0 auto;
width:1004px;
}
#logo {
	margin-top:20px;
	margin-bottom:20px;
}

#smenu {
	/* background-image:url(/images/menu-bkg.gif); */
	background-repeat:repeat-x;
	height:42px;
}
#menubar {
margin:0 auto;
width:1004px;
}
#sbanner {
margin:0 auto;
width:992px;
padding: 5px;
border: 1px solid #999;
}
#footer{
background-color:#313747;
background-image:url(../../../images/footer-bkg.png);
background-repeat:no-repeat;
background-position:left center;
height:25px;
line-height:25px;
width:1004px;
margin:0 auto;
text-align:right;
}
img.rollover{
	border:1px solid #999; margin: 1px;
}
.padline{
	padding: 8px;
	border: 1px solid #999;
	border-top: none;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
#content_0 p{ margin-top: 0px; }
