@charset "utf-8";
body {
	background-color: #000000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-size: 1.75em;
	color: #5B633E;
}
h2 {
	font-size: 1.5em;
	color: #3875A4;
}
#wrapper {
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat;
	background-color: #FFFFFF;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	border:#FFFFFF solid 5px;
	
}
#header {
	/*height: 200px;*/
	border-bottom: #FFFFFF solid 5px;
}
#nav {
	position: relative;
	/*border-bottom: #FFFFFF solid 5px;*/
	height: 32px;
	font-size:13px;
	font-weight: bold;
}
#content {
	margin: 10px 35px 35px 35px;

}

#content p {
	
}
#footer {
	height: 60px;
	background-image:url(images/footer.jpg);
}
#footer p {
	font-size: 10px;
	text-align:center;
	color:#333333;
}.no_top_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table_border {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.image_left {
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-right: 10px;
}
.image_right {
	float: right;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-left: 10px;
}
.brown_text {
	font-size: 13px;
	font-weight: bold;
	color: #955D23;
}

.light_green {
	background-color: #E2E2BC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #929240;
	border-right-color: #929240;
	border-bottom-color: #929240;
	border-left-color: #929240;
}
.white {
	background-color: #FFF;
	}
.price {
	font-weight: bold;
	font-size:1.3em;
	color:#990000;
}	
.dk_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.text {
	width: 380px;
	border: solid 1px #318CC5;
}
.blue {
	color: #318CC5;
	font-weight: bold;
}
.ashf {
	visibility: hidden;
	width: 1px; 	
}
.align_centre {
	align: centre;
}