p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-position: outside;
}
ul {
	list-style: disc;
}
img {
	border: none;
}
a, a:visited {
	color: #99360a;
}
a:hover {
	color: #222;
}
h2, h3, h4, h5, h6 { 
	margin: 1em 0 .5em;
	color: #99360a;
}
h2 { 
	text-transform: uppercase;
	padding-bottom: .5em;
	font-size: 1.4em; 
	border-bottom: 2px solid #99360a;
}
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
hr {
	border: none 0;
	border-top: 1px solid #eee;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
table {
	margin-bottom: 20px;
}
table td {
	padding: 4px;
	border: 1px solid #ccc;
}
body {
	margin: 0 auto;
	font: 62.5% Verdana, Helvetica, Arial, sans-serif; 
	background: #a2a4a2;
	text-align: center;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 948px;
	background: url(../img/copybg.png) repeat-y;
	overflow: hidden;
}
#skip {
	height: 0;
	text-indent: -9999em;
}
.noshow {
	position: absolute;
	left: -9999px;
	width: 900px;
}
#header {
	margin: 0;
	height:242px;
	width:948px;
	background: url(../img/header.png) no-repeat;
	text-indent: -9999em;
}
#left {
	width: 230px;
	margin-right: 20px;
	float: left;
}
#left img {
	margin: 10px;
}
/* --- navigation --- */
#navcontainer {
	color: #fff;
}
#navcontainer ul {
	padding: 20px 10px 40px;
	list-style-type: none;
}
#navcontainer a {
	margin: 0;
	display: block;
	width: 90%;
	line-height: 250%;
	font-size: 1.4em;
	border-bottom: 1px solid #fff;
}
#navcontainer a.last {
	border-bottom: none;
}
#navcontainer a, 
#navcontainer a:visited {
	color: #fff;
	text-decoration: none;
}
#navcontainer a:hover,
#navcontainer a:focus {
	color: #99360a;
	text-decoration: none;
}
#contact h2 {
	width: 90%;
	margin-left: 10px;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}
#contact p {
	color: #fff;
	margin-left: 10px;
	font-size: 1.2em;
}
#contact a {
	color: #fff;
	text-decoration: underline;
	border: none;
}
#contact a:hover,
#contact a:focus {
	color: #99360a;
}
/* --- END LEFT--- */
#content {
	width: 590px;
	min-height: 700px;
	padding: 20px 40px;
	font-size: 1.2em;
	line-height: 150%;
	float: left;
}
.imageright {
	margin: 0 0 20px 20px;
	border: 3px solid #99360a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: right;
	clear: right;
}
div.gallery img {
	margin: 0 10px 10px 0;
	border: 3px solid #99360a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: left;
}
div.gallery a:hover img {
	border: 3px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.clear {
	clear: both;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 948px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
	color: #eee;
	border: none;
	text-transform: none;
}
#footer h2 a, 
#footer h2 a:visited {
	color: #eee;
	text-decoration: none;
}
#footer h2 a:hover,
#footer h2 a:focus {
	color: #fff;
	text-decoration: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
	color: #222;
}
#footer h3 a, 
#footer h3 a:visited {
	color: #222;
	text-decoration: none;
}
#footer h3 a:hover,
#footer h3 a:focus {
	color: #fff;
	text-decoration: none;
}
