body {
	background:#fff url(../images/bg-body.jpg) repeat-x;
color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

#head-right {
	width: 500px;
	float: right;
	text-align: right;
	margin: 10px 20px 0 0 ;
}
	
#wrapper { 
	background: #3a3a3a;
	margin: auto;
	width: 974px;
	}
	
	
	img {
		border: 0;
		}
		
a {
	color: #FFF;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.nav {
	background: #000 url(../images/nav-up.gif);
	height: 26px;
	margin: 0;
	padding: 0;
	}

.nav li {
	list-style: none;
	width: 243px;
	text-align: center;
	float: left;
	
	}
	
.nav li a{
	padding-top: 5px;
	height: 26px;
	display: block;
	text-decoration: none;
	font-weight:bold;
	}
	
.nav li a:hover{
	background: #000 url(../images/nav-over.gif) repeat-x;
	}
	
#content {
	padding: 30px;
	
	}
	
#content-left {
	width: 540px;
	float: left;
	padding: 20px;
	background: #282828;
	}

#content-right {
	width: 319px;
	float: right;
	}
		
#footer-wrapper {
	background: #000;
	text-align: center;
	min-height: 50px;
	padding: 10px 0 10px 0;
	}
	

.clear {
	clear: both;	
	}
