@charset "utf-8";
/* CSS Document */

body
	{
	background-image:url(../images/bgb.jpg);
	font-family: Trebuchet MS, Verdana, Garamond, Arial;
	background-repeat: repeat-x;
	background-color:#999;
	font-size:0.9em;
	font-weight:300;
	margin:0 auto;
	}

#wrapper
	{
	width:1000px;
	margin:10px auto;
	background-color:#fff;
	padding-top:1px;
	border:thin solid;
	}
	
#logo990
	{
	 width:986px;
	 background-image: url(../images/topbg3.gif);
	 background-repeat:repeat-x;
	 color: #fff;
	 height: 130px;
	 margin-top: 5px;
	 margin-right: auto;
	 margin-bottom:3px;
	 margin-left: auto;
	 padding-left: 5px;
	}
#logo990 h1
	{
	/*float:left;*/	
	}
#logoImg
	{
	 width:700px;
	 height:125px;
	 float:left;
	 clear:left;
	}
#logoTxt
	 {
	  float:left;
	 }

#mainscroll990
	{
	 width:990px;
	 height:201px;
	 margin:0 auto;
	}
	
#menubar990
	{
	background-color:#727272;
	width:990px;
	height: 34px;
	margin-top:2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#contentarea990
	{
	 width:990px;
	 margin: 5px auto;
	 padding: 10px;
	 font-size:1.0em;
	 /*min-height:700px;*/
	}
#footer
	{
	min-height:15px;
	width:990px;
	text-align:center;
	color:#fff;
	margin: 0 auto;
	background-image:url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	}

