* {
	padding: 0;
	margin: 0;
}
body {
	background: #EFE2B6;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans", "Tebuchet MS", verdana, sans-serif;
	
}

h1 {
	font-size: 20px;
	line-height: 25px;
	margin-left: 5px;
	margin-bottom: 20px;
}
h2 {
	font-size: 16px;
	margin-left: 5px;
	margin-bottom: 20px;
}
h3 {
	font-size: 14px;
    margin-left: 5px;
    margin-bottom: 20px;
}
a {
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
	font-weight: bold;
}
p {
	font-size: 12px;
	line-height: 20px;
	margin: 0 .5em 20px 5px;
}
ul, ol {
	margin-bottom: 20px;
}
ul li, ol li {
	font-size: 12px;
	line-height: 20px;
	font-size: 12px;
	margin-left: 5px;
}
#accessability {
	position: absolute;
	text-indent: -9999px;
}
#container {
	width: 760px;
	margin: 0 auto;
}
#wrapper {
	width: 760px;
	float: left;
	border: 1px solid #000;
	background: #FDF7DF url(../imgs/centerback.jpg) repeat-x bottom;
}
#header {
	width: 760px;
	float: left;
	clear: both;
	height: 200px;
	background: #000 url(../imgs/top_images/rotator.php) no-repeat;
	border-bottom: 1px solid #000;
	margin-bottom: 3em;
	font-size: 80%;
}
#header h1 { 
	color: #fff;
	margin-top: 145px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 1.4em;
	font-weight: normal;
}
#header h2 {
	color: #fff;
	margin-top: 0px;
	margin-left: 15px;
	font-weight: normal;
	font-size: 1em;
}
#left {
	float: left;
	clear: both;
	width: 203px;
}
#navigation {
	list-style: none;
	margin-top: 1em;
	margin-bottom: 45px;
}
#navigation li {
	margin: 10px 15px;
}

#navigation li a { 
	border-bottom: 1px dotted #000; 
}
#navigation li .active {
	background: #000;
	color: #EFE2B6;
}
#center {
	float: left;
	width: 465px;
	margin-bottom: 2em;
	margin-left: 25px;
}
#center p {
}
#center .ad-image {
	width: 465px;
	margin-left: 0;
}
#center li {
	margin-left: 20px;
}
#right {
	float: left;
	width: 10px;
	margin-top: 1em;
}

.gallery-box {
	margin-bottom: 22px;
}
#left a img {
	border: none;
	margin-left: 15px;
}
#left a {
	border-bottom: none;
}
#footer {
	float: left;
	clear: both;
	width: 760px;
	height: 3em;
}
#footer p {
	margin-left: 15px;
}