/* ------ START: Global Reset ------ */
* {
	padding: 0;
	margin: 0;
}

a { outline: none; }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0px;
}
li, dd, blockquote {
	margin-left: 5%;
}
fieldset {
	padding: .5em; 
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin-bottom: 1em;
}
/* ------ END: Global Reset ------ */

a {
	color: #876b5d;
	text-decoration: bold;
}

a:hover {
	color: #775e52;
}

body {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #5F564D;
}

body { behavior: url("ssi/csshover.htc"); } 

.clear {
	clear: both;
}

#content {
	background-color: #ebe9e0;
	position: relative;
	width: 810px;
	float: left;
	padding: 20px;
	min-height: 400px;
	z-index: 0;
}

* * body #content { height: 400px; }

#description {
	margin: 0 10px;
}

#description p {
	font-size: 0.9em;
}

#details {
	margin: 20px 0;
}

#footer {
	background-color: #ebe9e0;
	clear: both;
	padding: 1em 0;
}

#footer img {
	float: right;
}

#footer p {
	display: block;
	margin: 0 20px;
	width: 625px;
	font-size: 0.8em;
}

#footer a {
	color: #876b5d;
	text-decoration: none;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #775e52;
}

#footer a:hover {
	color: #775e52;
}

#footer a#sitemap, #footer a#radar { padding: 0; margin: 0; border: none; }

#footer_content {
	position: relative;
	width: 850px;
	margin: 0 auto;
}

#front {
	background-color: #AFA178;
	float: left;
	height: 225px;
	margin: 0 10px;
	padding: 5px;
	text-align: center;
	width: 300px;
}

#front img {
	border: none;
}


h1 {
	font-family: Book Antiqua, Bookman Old Style, Times New Roman, serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #3F3633;
	border-bottom: 1px solid #FFFFFF;
}

h2 {
	font-family: Book Antiqua, Bookman Old Style, Times New Roman, serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #3F3633;
	margin: 10px 0;
}

h3 {
	font-family: Book Antiqua, Bookman Old Style, Times New Roman, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #7F6D57;
	margin: 10px;
}

#header {
	position: relative;
	min-height: 428px;
}

* * body #header { height: 323px; }

#header img {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}

* * body #header hr { margin-top: -7px; }
* + html #header hr { margin-top: -7px; } 


#images {
	width: 760px;
	margin: 0px auto;
}

#images p {
	font-size: 0.8em;
	margin: 20px 0;
	text-align: center;
}

.imgs {
	position: relative;
	float: left;
	width: 160px;
	height: 160px;
	text-align: center;
	padding: 12px;
}

.imgs a {
	text-decoration: none;
}

.imgs img {
	display: block;
	border: 1px solid #675C57;
}

#map {
	position: relative;
	margin: 0 auto;
	width: 430px;
}


/* ------ START: Menu ------ */
#menu {
	background: url("../images/menu_bg.gif") repeat-x;
	height: 38px;
	padding: 0 310px;
	position: relative;
	text-align: center;
	z-index: 1000;
}

#menu a {
	display: block;
	float: left;
	height: 38px;
	background: url("../images/menu.gif") no-repeat;
	text-indent: -3000px;
}

a#menu_01 { width: 127px; background-position: 0px 0px; }
a#menu_01:hover {  background-position: 0px -37px; }

a#menu_02 { width: 84px; background-position: -127px 0px; }
a#menu_02:hover {  background-position: -127px -37px; }

/* ------ END: Menu ------ */




#wrapper {
	position: relative;
	width: 850px;
	margin: 0 auto;
}
