body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
	background:url(images/body_bg.jpg) repeat-x;
	background-color: #3f3f3e;
	margin:0;
}

a {
	text-decoration: none;
}

.page_wrapper {
	width: 870px;
	background-color: #ffffff;
	padding:0;
	margin-left: auto ;
  	margin-right: auto ;
	text-align: left;
	padding-bottom: 10px;
		
}

.content-left {
	width:250px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
}
	
.content-right {

	width: 500px;
	margin-right: 20px;
	margin-left: 10px;
	float: right;
	}
	
.content-right a{
	text-decoration: none;
	color: #666666;
}
.content-right a:hover{
	text-decoration: none;
	color: #333333;
}
.listing-title {
	margin-left: 5px;
	float: left;
}

h1 {
	margin-left: 20px;
	margin-bottom: 20px;
	}
.selected {
	font-weight: bold;
}


.nav_container {
	list-style: none;
	list-style-image: none;
	margin-left: 0px;
	padding: 0;
	float: right;
	font-size: 1.2em;
	margin-top: 180px;
	padding-right: 25px;
	background-color: #FFF;
	padding: 10px;
}
.nav_container li {
	color: #666666;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	margin-left: 0;
	padding: 0;
}
.nav_container a{
	text-decoration: none;
	color: #666666;
}
.nav_container a:hover{
	text-decoration: none;
	color: #333333;
}

.age_nav_container {
	float:right;
	margin-right: 5px;
	margin-top: 10px;
}
.age_nav_container ul {
	list-style: none;
	list-style-image: none;
	margin-left: 0px;
	padding: 0;
}
.age_nav_container li {
	color: #666666;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	margin-left: 0;
	padding: 0;
}
.age_nav_container a{
	text-decoration: none;
	color: #666666;
}
.age_nav_container a:hover{
	text-decoration: none;
	color: #333333;
}

.header {
	width: 870px;
	height: 237px;
	background:url(images/header.jpg) no-repeat;
}

.listing {
	width: 135px;
	height: 180px;
	background-color: #d2d2d2;
	text-align: center;
	margin: 5px;
	float: left;
	
}

.listing img {
	margin: 5px;
	border: 0;
}
.clearboth {
	clear: both;
}

.listing h3 {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.listing p {	
	margin: 0px;
	margin-bottom: 5px;
}

.listing a{
	text-decoration: none;
	color: #333333;
}


.footer {
	height: 30px;
	margin-top: 5px;
	width: 870px;
	margin-left: auto ;
  	margin-right: auto ;
}
.copyright {
	color: #FFF;
	float: right;
}
.footer ul {
	list-style: none;
	list-style-image: none;
	float: left;
	margin-left: 0px;
	padding: 0;
}
.footer li {
	color: #FFF;
	display: inline;
	margin-right: 10px;
	margin-left: 0;
	padding: 0;
}
.footer a{
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover{
	text-decoration: none;
	color: #666666;
}
