@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:890px;
}
#swrapper2 {
margin:0 auto;
width:890px;
}
#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:890px;
}
#sbanner {
margin:0 auto;
width:890px;
}
#leftWrap{
	background-image:url(/images/leftWrap-bkg.png);
	width:240px;
	float:left;
}

#rightWrap{
	background-image:url(../../../images/rightWrap-bkg.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:650px;
	float:left;
}

#leftWrap li {
list-style:none;
padding-left:30px;
height:30px;
line-height:30px;
background-image:url(../../../images/subMenu-bkg.png);
}
#leftWrap li a{ color:#FFFFFF; text-decoration:none;}

#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:890px;
margin:0 auto;
text-align:right;
}

#vertical_s_menu{
	padding-left:0px;
}