/* @group general */

* {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-style: none;
}

body {
	background: #333 url(images/bg.gif) repeat-y center top;
	text-align: center;
}

#header {
	width: 736px;
	height: 182px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg_heading.gif) center;
}

#content {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg_content.gif) no-repeat center top;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 2em;
	text-align: left;
}

#footer {
	height: 110px;
	width: 679px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background: #fff url(images/bg_footer.gif) center top;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
}

#footer p {
	color: #999;
	text-align: center;
	font: .6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */

/* @group content */

h1 {
	display: none;
}

h2 {
	clear: both;
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #333;
	font: normal bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 2em;
}

h3, table h3 {
	clear: both;
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #333;
	font: normal bold .75em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 2em;
}

p, table p, table li {
	font-size: .9em;
	line-height: 1.75em;
	color: #666;
	text-align: justify;
}

table ul {
	padding-left: 1em;
}

table li {
	margin-left: 0;
	padding-left: 0;
}

#gallery {
	float: left;
	margin-top: 1em;
	margin-bottom: 1em;
}

#thumb {
	float: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #666;
	margin-right: 15px;
}

#thumb * {
	border: 1px solid #fff;
}

#map {
	border-bottom: 1px solid #666;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

_#map * {
	border: 1px solid #fff;
}

/* @end */