/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #8D8868 url(../images/bg.jpg) top right no-repeat;
}

a{
	text-decoration:none;
	color:#000000;
}

.footer a{
	text-decoration:none;
	color:#ffffff;
}
#contentbg {
	background:#FFFFFF;
	width:760;
	min-height:320px;
	padding:5px;
	border: 2px #000000;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index:5;
}
#content {
	width:760;
	z-index:10;
	position:relative;
}
#content h1{
	margin:0px;
	padding:0px;
	padding-bottom:6px;
	font-weight:bold;
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
}
#advert{
	border: 2px #000000;
	height:50px;
	width:100%x;
	text-align:center;
	background:#333333;
	color:#FFFFFF;
}
.footer{
	font-size:10px;
	color:#CCCCCC;
}
.navigation{
	color:#FFFFFF;
	font-weight:bold;
}
#title{
	width:100%;
	height:40px;
	background: #ffffff url(../images/titlebg.jpg) top right repeat-x;
}
.whitetext{
	color:#FFFFFF
}