@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	color:#CCC;
	background-image:url(images/bg.png);
}.container {
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.banner {
	width: 100%;
}
.nav {
	width: 507px;
	float: left;

}
.rightsidenav {
	background-image: url(images/design_11.png);
	float: right;
	width: 288px;
	height: 44px;
	text-align: right;
	padding-right: 5px;
}
.innernav {
	padding-right: 8px;
}
.content {
	background-image: none;
	height: auto;
	width: 100%;
	background-color: #292929;
}
.left {
	background-image: url(images/design_12.png);
	height: 100%;
	width: 14px;
	background-repeat: repeat-y;
	float: left;
}
.right {
	background-image: url(images/design_15.png);
	height: auto;
	width: 16px;
	background-repeat: repeat-y;
	float: right;
}
.containerbottom {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-image: url(images/back.png);
}
.footer {
	background-image: url(images/design_16.png);
	clear: both;
	height: auto;
	width: auto;
	color: #000;
}
.innercontent {
	height: auto;
	width: auto;
	padding-top: 60px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

