@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #484646;
	background: url(../images/bg.jpg) #484646 no-repeat top center;
	color: #505050;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
img {
	border: none;
}
h1 {
	font-size: 22px;
}
.header {
	height: 165px;
	width: 823px;
}
.main {
	width: 822px;
	background: url(../images/tbg.jpg) no-repeat top left #ffffff !important;
	
}
.navigation {
	width: 180px;
	padding: 0px 20px 10px 20px;
	margin: 63px 0px 0px 0px;
	float: left;
	text-align: right;
	background: url(../images/mbg.jpg) no-repeat right;
	min-height: 400px;
}
.navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.navigation ul li {
	border-bottom: 1px dotted #505050;
	display: block;
}
.navigation ul li a {
	color: #505050;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 6px 10px 6px 0px;
}
.navigation ul li a:hover {
	background: #333333;
	color: #ffffff;
}
.navigation ul li a.active {
	background: #333333;
	color: #ffffff;
}
.content {
	width: 550px;
	padding: 10px 10px 10px 20px;
	text-align: left;
	float: left;
}
.footer {
	width: 822px;
	background: url(../images/fbg.jpg) no-repeat top left;
	min-height: 27px;
	clear: both;
}
.allrights {
	width: 400px;
	text-align: left;
	padding-left: 20px;
	padding-top: 7px;
	color: #ffffff;
	font-size: 11px;
	float: left;
}
.cdslogo {
	padding-top: 10px;
	text-align: right;
	color: #ffffff;
	font-size: 11px;
	float: right;
}
.cdslogo a {
	color: #ffffff;
	text-decoration: none;
}
.cdslogo a:hover {
	text-decoration: underline;
}

