body{
		 background-image:url(/templates/images/back1.jpg);
		 background-color:#c0c0c0;
		 position:absolute;
	   text-align:center;
		 margin:10 auto;
		 width:100%;
		 height:100%;
		 overflow:auto;
		 font-family:arial,helvetica,sans-serif;
		/* margin-top:5px;
		 margin-left:0;*/
		  }

#wraper{
				width:928px;
				height:590px;
				border:solid 1px transparent;
				margin:0 auto;
				background-color:transparent;
				background-image:url(/templates/images/wrap.png);
				text-align:center;
				}
				
#header{
				width:910px;
				height:150px;
				margin-top:9px;
				margin-right:9px;
				margin-left:9px;
				background-image:url(/templates/images/header.png);
				/*background-color:#000;*/
				}
				
#menutop{
				 width:906px;
				 height:30px;
				 background-color:#000;
				 border:solid 0px #fff;
				 margin:auto;
				 overflow:hidden;
				 }
				 
#top_active{
	background: #c8c8c8;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}				 

#content{
				 width:905px;
				 height:326px;
				 background-image:url(/templates/images/cont.gif);
				 background-repeat: repeat-x;
				 background-color:#fff;
				 margin:auto;
				 border:solid 0px #ff0000;
				 overflow:auto;
				 overflow-x:hidden;
				 padding-top:20px;
				 }
				 
#footer{
				width:910px;
				height:52px;
				margin:auto;
				background-image:url(/templates/images/foot.png);
				}
				
.top{
width: 100%;
overflow: hidden;
/*border-bottom: 0px solid black; bottom horizontal line that runs beneath tabs*/
}

.top ul{
margin: 0;
padding: 0;
padding-top:4px;
margin-top:0px;
padding-left: 1px; /*offset of tabs relative to browser left edge*/
list-style-type: none;
}

.top li{
display: inline;
margin: 0;
}

.top li a{
border:solid 0px #ff0000;
float: left;
display: block;
width:123px;
height:24px;
text-decoration: none;
margin: 0;
padding: 2px 3px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
border-top: 0px solid white;
color: white;
background: #000; /*background of tabs (default state)*/
}
.top li a:visited{
		 							color: white;
		 							}

.top li a:hover, .top li.selected a{
background: #c8c8c8; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#000;
}
				  
a{
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:0.8em;
	letter-spacing:0.1em;
	}
	

