body {
	background-color: #282828;
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/back_pattern.jpg);
	background-repeat: repeat-y;
}
#nav {
	height: 230px;
	line-height: 45px;
	background-image: url(images/nav_pattern.jpg);
	background-repeat: no-repeat;
}
#header {
	height: 170px;
}

#nav ul li {
	float: left;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#nav ul li a {
	font-size: 20px;
	color: #F9F;
	text-decoration: none;
}
#nav a:hover {
	color: #FFF;
	font-weight: bold;
}
#nav a.current{
	color: #FFF;
	font-weight: bold;

}

#content {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
hr {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content  p{
	color: #FFF;
	font-size: 14px;
	margin-bottom: 15px;
}


#content a {
	height: 30px;
	line-height: 30px;
	color: #F9F;
	text-decoration: underline;
	font-size: 16px;
}
.center {
	text-align: center;
	display: block;
}
#content img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 30px;
}
#pandora {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
#themescapes {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}

iframe {
	display: block;
	height: 451px;
	width: 555px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}


h2 {
	margin-bottom: 5px;
	font-size: 24px;
	color: #FCF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#footer {
	height: 100px;
	background-color: #666;
}
#footer p {
	font-size: 12px;
	font-weight: bolder;
	color: #2D2D2D;
	line-height: 100px;
	text-align: center;
}
