/*
Design by SRA Design
http://www.Sradesign.net
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(images/back.jpg) no-repeat;
	background-position:center -5px;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
}

a {
	line-height:20px;
	font-size:11px;
	font-family:tahoma;
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border:none;
}

/* Wrapper */

#wrapper {
	clear: both;
	width: 726px;
	margin: 82px auto;
}

/* Latest */

#latest {
	float: left;
	width: 290px;
}

#latest .boxed {
	margin-bottom: 10px;
}

#latest .boxed .title {
	height: 67px;
	background: url(images/head-latest.png) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#latest .boxed .content {
	padding: 5px 19px 0 30px;
	background: transparent url(images/back-latest.png) no-repeat;
	height:368px;
}

#latest .boxed .footer {
	height: 57px;
	font-family:tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align:center;
	color:#000;
	background: url(images/footer-latest.png) no-repeat;
}

#latest .boxed .footer a {
	color:#000;
}

/* Footer */

#footer {
	clear: both;
	padding: 5px 0 10px 0;
}

#footer div {
	width: 710px;
	text-align:right;
	margin: -5px auto;
	font-size: x-small;
}
