	body,
	html {
		margin:0;
		padding:0;
		background:#373737;
		color:#000;
		font-family: tahoma;
		font-size: 11px;
	}
	body {
		min-width:850px;
	}
	#wrap {
		background:url('images/bg.gif') top left repeat-y;
		margin:0 auto;
		width:850px;		
	}
	
	#container {
			background:url('images/bg_main.gif') bottom right no-repeat;	
	}
	
	#header {
		height: 15px;
		background: #373737;
		color: #afafae;
		font-size: 10px;
		padding-top: 20px;
		padding-bottom: 3px;
		text-align:right;
	}
	
	#header a {
		color: #afafae;
	}	
	
	#header a:hover {
		text-decoration: none;
	}		
	
	#left {
		background:url('images/bg_left.gif') #414141 top left repeat-y;
		float:left;
		width:263px;
	}
	
	#left a{
			color: #5b8422;
	}	
	
	#left a:hover{
			text-decoration: none;
	}	
		
	#left_text {
		padding: 0 10px 10px 10px;
		color: #fff;
		font-size: 10px;
	}	
	
	#main_wrapper {
		float:left;
		width:587px;

	}
	
	#main {
		float:right;  
		width: 517px;	
		margin-right: 70px;
		border: 0px solid white;

	}	
	
.item {
			width: 221px;
			height: 90px;
			background: #414141;
			margin: 7px;
			float: left;
			color: #fff;
			padding: 10px;

			}	

.item:hover {
			background: #373737;

			}				

.item a {
			color: #5b8422;
			}				
			
	
	#footer {
		height: 38px;
		background:url('images/footer_bg.gif') #373737 no-repeat;
		clear:both;
		text-align: right;
	  color: #b3b3b2;	
	}

		#footer a{
	  color: #b3b3b2;	
	}
