body {
	margin: 0px;
	background: url('img/background.jpg');
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: arial;
	font-size: 12px;
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
}

img {
	border: 0px;
}

h1 {
	font-size: 26px;
	font-family: Georgia;
	font-weight: normal;
	line-height: 120%;
	color: #333;
}

h3 {
	font-family: Georgia;
	font-size: 14px;
	color: #911518;
}

h5 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin: 4px 0px;
}

p {
	line-height: 140%;
	color: #333;
}
.red {
	color: #8E3007;
}

.clear {
	clear: both;
}

#wrap {
	background: url('img/background-content.jpg');
	background-repeat: no-repeat;	
	width: 980px;

	margin-left: auto;
	margin-right: auto;
}

#master {
	width: 900px;
	margin: 0px auto 40px auto;
	padding-top: 100px;
}

#page {
	background: url('img/page-back.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 48px 30px 10px 30px;
	min-height: 600px;
}

#left {
	float: left;
	width: 470px;
	padding: 8px;
}

#right {
	float: right;
	width: 320px;
	padding: 8px;
}

#half-left {
	float: left;
	width: 390px;
	padding: 8px;
}

#half-right {
	float: right;
	width: 390px;
	padding: 8px;
}

#footer {
	background-color: #DFC275;
	padding: 14px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	font-weight: bold;
}

#logo {
	float: left;
}

#nav {
	float: right;
	width: 560px;
	margin-top: 20px;
	font-family: Georgia;
	font-style: italic;
	font-size: 18px;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
	margin-right: 22px;
}

#nav a {
	color: #333;
}

#nav .active {
	color: #911618;
}

#service-list {
	list-style-image: url('img/bullet.jpg');
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: Georgia;
	font-size: 16px;
	font-style: italic;
}

#service-list li {
	margin-top: 3px;
}

.tel {
	color: #BD1F0A;
}

.side-section {
	background-color: #F8F0E1;
	border: 1px solid #DBDBDB;
	padding: 4px;
}

.line {
	text-align: center;
}

label
{
width: 70px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input[type=text] {
	width: 200px;
	border: 1px solid #DFC275;
	padding: 4px;
	font-size: 11px;
	color: #444;
	letter-spacing: 1px;
}

textarea {
	width: 200px;
	border: 1px solid #DFC275;
	padding: 4px;
	font-size: 11px;
	color: #444;
	height: 100px;
	font-family: arial;
	letter-spacing: 1px;
}

input[type=submit]
{
	margin-left: 230px;
	background-color: #DFC275;
	border: 0px;
	padding: 4px;
}

.menu-section {
	background: url('img/menu-back.jpg');
	background-repeat: no-repeat;
	padding: 6px 20px 10px 10px;
}