body {
	background: #590222; 
	margin: 0px; 
	padding: 0px;
	font-family: sans-serif;
	font-size: 12px;
	color: #f1e6db;
}

#wrap {
	width: 754px; 
	height: 100%; 
	margin: auto;
	min-height: 100%;
	background: #390116;
	padding-bottom: 10px;
}

#header {
	height: 130px;
	text-align: center;
	background: url(/images/banner.jpg) no-repeat;
}

a {
	text-decoration: underline;
	color: #a10000;
}

a:hover {
	text-decoration: underline;
	color: #eeec2d;
}

#address {
	float: right;
	color: #a10000; 
	text-align: right; 
	margin-top: 20px;
	margin-right: 10px;
	}


#headline {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	color: #a10000;
	font-size: 16px;
	font-weight: bold;
	padding-top: 80px;
	
}


#nav {
	background: #590222;
	clear: both;
	text-align: center;
	margin: 0 1px 0 1px;
	width: 752px;
	*width: 754px;
	display: block;
	height: 26px;
	margin-top: -12px;
	*margin-top: 0px;

}

#nav ul li {
	font-size: 14px;
	display: block;
	margin: 0 auto;
	
	padding: 5px;
	float: left;
	height: 16px;
}


#nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #c6c6c6;
}

#nav ul li a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #eeec2d;
}

.seperate {
	color: black;
}

#content {
	padding: 5px 50px 5px 50px;
}

#footer {
	clear: both;
	padding: 10px 10px 10px 10px;
	font-size: 9px;
}

h1 {
	font-size: 18px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	line-height: 22px;
}
h3 {
	font-size: 14px;
	line-height: 20px;
}
p {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

.title {
	padding-top:20px;
}

.floatright {
	float: right;
}


.conditionslist li {
	display: block;
	padding-left: 20px;
	width: 280px;
	float: left;
	background: url(/images/arrow.gif) 5px no-repeat;
}

.popup {
	background: #390116;
	padding:5px;
	margin:5px;
}

.prices {
	float: left;  
	height: 30px; 
	border-bottom: 1px solid #590222; 
	padding-top: 20px;
	padding-bottom: 10px;
}