/*
 * Page Structure
 */
* {
	border: 0 none transparent;
	margin: 0;
	padding: 0;
}
body {
	padding: 30px 0;
	text-align: center;
}
#wrapper {
	background: #D83 url('../img/bg.gif') scroll repeat-y center bottom;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(192,0,0,.5);
	height: 593px;
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
}
#header {
	height: 130px;
	width: 900px;
}
#header img {
	border-radius: 10px 10px 0 0;
	box-shadow: none;
}
#content {
	text-align: left;
}
#clear {
	clear: both;
}
#left {
	float: left;
	height: 463px;
	overflow: hidden;
	text-align: center;
	width: 180px;
}
#center {
	float: left;
	height: 463px;
	overflow: hidden;
	width: 520px;
}
#right-wide {
	float: left;
	height: 463px;
	overflow: hidden;
	text-align: left;
	width: 720px;
}
#right {
	float: left;
	height: 463px;
	overflow: auto;
	text-align: center;
	width: 200px;
}

#nav {
	list-style-type: none;
	padding: 0 10px;
}
#nav a {
	border: 1px solid #000;
	display: block;
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight; bold;
	line-height: 35px;
	margin: 10px 0;
}
#nav li a:link , #nav li a:visited {
	background: #F00;
	color: #000;
	text-decoration: none;
}
#nav li a:hover , #nav li a:focus , #nav li a:active {
	background: #F22;
	color: #000;
	text-decoration: none;
}

/*
 * General Elements
 */
h1 , h2 , h3 , h4 , h5 , h6 {
	color: #02A;
	font-family: sans-serif;
	line-height: 1em;
}
h1 {
	padding: 10px 0;
}
h2 , h3 , h4 , h5 , h6 {
	padding: 5px 0;
}
p {
	padding: 5px 0;
}
address {
	color: #02A;
	font-family: sans-serif;
	font-size: 1.25em;
	font-style: normal;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
}
address span {
	font-size: 1.25em;
}
img {
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgba(0,0,0,.333);
}

/*
 * Gallery Elements
 */
#viewer {
	padding: 10px 0;
	text-align: center;
}
ul#gallery {
	list-style-type: none;
}
#gallery {
	padding-bottom: 5px;
}
#gallery li {
	padding: 10px 0 0 0;
}