p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-position: outside;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
img {
	border: none;
}
a, a:visited {
	color: #184642;
}
a:hover {
	color: #222;
}
h1, h2, h3, h4, h5 { margin: 10px 0;}
h1 {
	font-size: 1.4em; 
	color: #184642;
	text-transform: uppercase;
}
h2 {font-size: 1.2em; color: #694726;}
h3 {font-size: 1.1em; color: #184642;}
h4 {font-size: 1em; color: #694726;}
h5 {font-size: 1em; color: #184642;}
hr {
	border: none 0;
	border-top: 1px solid #EEE;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;	
}
blockquote {
	margin: 0 20px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
body {
	margin: 0px auto;
	font: 62.5% Tahoma, Verdana, Arial, sans-serif;
	background: #184642;
	text-align: center;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 948px;
	background: url(../img/bg.gif) repeat-y;
	overflow: hidden;
}
#header {
	width:948px;
	height:250px;
}
#left {
	width: 202px;
	margin: 0 18px;
	font: normal 1.2em Tahoma, Verdana, Arial, sans-serif;
	float: left;
}
/* --- navigation --- */
#navcontainer {
	color: #FFF;
	font-size: 1.2em;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer li {
	margin-left: 0;
	line-height: 2.2em;
}
#navcontainer a {
	padding-left: 10px;
	display: block;
}
#navcontainer a:link, #navcontainer a:visited {
	color: #FFF;
	text-decoration: none;
}
#navcontainer a:hover {
	color: #184642;
	background: #C1BCB1;
	text-decoration: none;
}
#contact {
	padding: 10px 0 10px 10px;
	color: #FFF;
	float: left;
	font-size: 1.1em;
	line-height: 1.5em;
}
#contact h2 {
	width:80%;
	color: #FFF;
	font-weight: normal;
	font-size: 1em;
	border-bottom: 1px solid #FFF;
}
#contact p {
	margin-top: 0;
}
#contact a {
	color: #FFF;
	text-decoration: none;
}
#contact a:visited {
	color: #FFF;
}
#contact a:hover {
	color: #C1BCB1;
}
/* --- END LEFT--- */
#content {
	width: 600px;
	padding: 20px 40px 40px;
	font-size: 1.2em;
	line-height: 1.4em;
	float: left;
}
div.caption {
	width: 200px;
	margin: 0 0 20px 20px;
	text-align: center;
	float: right;
	clear: right;
}
.imageright {
	margin: 0 0 20px 20px;
	float: right;
	clear: right;
}
p.price {
	font-size: 1.1em;
	color: #184642;
	font-weight: bold;
}
p.top {
	text-align: right;
	font-size: .9em;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 948px;
	padding: 5px 0;
	font-size: .9em;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	color: #C1BCB1;
	font-weight: normal;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #C1BCB1;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	color: #333;
	font-weight: normal;
}
#footer h3 a:visited, #footer h3 a:link {
	color: #333;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #C1BCB1;
	text-decoration: none;
}
