@charset "UTF-8";

body {
	background:#251603;
	color:#e2a375;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a {
	color:#e2a375;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

#container {
	width: 850px;
	margin: 0 auto;
}
#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 96px;
	width: 369px;
}
#contact {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 57px;
	width: 358px;
}
#header {
	height: 120px;
	padding-top: 25px;
}
image_left {
	float: left;
	width: 250px;
}
.image_centre {
	width: 350px;
	float: left;
	text-align: center;
}
.image_row {
	height: 200px;
	padding-bottom: 35px;
}
.image_left {
	float: left;
	width: 250px;
	text-align: center;
}
.image_right {
	float: right;
	width: 250px;
	text-align: center;
}
.row {
	padding-bottom: 5px;
}
#Image_holder {
	text-align: center;
}
#container #Image_holder img {
	padding-bottom: 15px;
}
.title {
	font-size:18px;
}
