@charset "utf-8";

* {
	margin:0;
	padding:0;
}
body {
	background-image: url(images/body_slice.jpg);
	background-repeat: repeat-x;
	background-color: #6D717D;
}
#wrapper #banner {
	height: 151px;
	background-image: url(images/Banner.jpg);
	background-repeat: no-repeat;
}



#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
}
#nav {
	float: left;
	width: 230px;
	list-style-type: none;
}
#content {
	float: left;
	width: 500px;
	padding-top: 5px;
}
#footer {
	background-image: url(images/footer.jpg);
	clear: both;
	height: 66px;
}
#footer p {
	float: right;
	margin-right: 10px;
}
#nav ul {
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#nav ul li {
	margin-left: 25px;
	height: 27px;
	line-height: 27px;
}
#content h3 {
	font-size: 12px;
	color: #333;
	padding-bottom: 15px;
}
#content p {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content p img {
}


#nav ul li a {
	color: #6D717D;
	background-image: url(images/nav_slice.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 27px;
	width: 175px;
	text-align: center;
}

.current {
	color: #000000;
	background-image: url(images/nav_slice.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 27px;
	width: 175px;
	text-align: center;
}
#content h2 {
	color: #FF7900;
}
.img {
	margin: 5px;
	border: medium solid #FFF;
}
#content p .img {
	float: right;
}
