@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	border: 0;
	}
body {
	background-image: url(images/body_slice.jpg);
	background-repeat: repeat-x;
	background-color: #6D717D;
}
#banner  {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 151px;
}
#nav {
	float: left;
	width: 260px;
}
#nav ul li {
	height: 27px;
	margin-left: 25px;
	line-height: 27px;
}
#nav ul li a {
	color: #6D717D;
	text-decoration: none;
	background-image: url(images/nav_slice.jpg);
	background-repeat: repeat-x;
	display: block;
	width: 180px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF8B08;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#nav ul {
	list-style-type: none;
}

#content {
	float: left;
	width: 500px;
	padding-top: 20px;
}
#footer {
	background-image: url(images/footer_1.jpg);
	clear: both;
	height: 66px;
	text-align: center;
	line-height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}




#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapper_background.jpg);
	background-repeat: repeat-y;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 15px;
}
#content img {
	border: medium solid #FFF;
	margin: 5px;
}

.floatright {
	float: right;
}
.floatleft {
	float: left;
}

.current {
	color: #000;
	text-decoration: none;
	background-image: url(images/nav_slice.jpg);
	background-repeat: repeat-x;
	display: block;
	width: 180px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
