	body {
		font-family: Georgia;
		font-size: 13px;
		color: #3D3D3D;
		background: url('../img/background.jpg');
		text-align: center;
		margin: 0px 0px 20px 0px;
	}
	
	a {
		color: #000;
	}
	
	h2 {
		color: #4B2913;
		font-family: arial;
		font-size: 22px;
	}
	
	h3 {
		color: #4B2913;
		font-family: arial;
	}
	
	p {
		line-height: 150%;
	}
	
	li {
		line-height: 140%;
	}
	
	.clear {
		clear: both;
	}
	
	#container {
		background: url('../img/top-background.jpg') repeat-x !important;
		min-height: 600px;
		padding-top: 40px;
	}
	
	
	#master {
		width: 960px;
		text-align: left;
		margin: 0px auto;
	}
	
	#nav {
		background-color: #FAF1E3;
		border-radius: 10px;
		-moz-border-radius: 10px;
		padding: 10px;
		
		-moz-box-shadow: 3px 3px 4px #222;
		-webkit-box-shadow: 3px 3px 4px #222;
		box-shadow: 3px 3px 4px #222;
	}
	
	#logo {
		float: left;
		width: 220px;
	}
	
	#links {
		width: 700px;
		float: right;
		text-align: right;
		margin-top: 24px;
	}
	
	#links a {
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		font-family: arial;
		color: #4B2913;
		margin-right: 20px;
	}

	#links a:hover {
		text-decoration: underline;
	}
	
	.selected {
		color: #A93F00 !important;
	}
	
	#splash {
		padding: 0px 20px;
	}
	
	#splash-left {
		float: left;
		padding-top: 40px;
		
	}
	
	#splash-right {
		float: right;
	}
	
	#splash img {
		background-color: #321B0C;
		padding: 8px;
	}
	
	#splash h2 {
		color: #F7E5CC;
		font-size: 26px;
		font-style: italic;
		font-family: Georgia;
	}
	
	#splash h3 {
		color: #F7E5CC;
		font-size: 20px;
		font-style: italic;
		font-weight: normal;
		font-family: Georgia;
	}
	
	#page {
		background-color: #FAF1E3;
		border-radius: 10px;
		-moz-border-radius: 10px;
		padding: 20px;
	}
	
	#left {
		float: left;
		width: 540px;
	}
	
	#right {
		float: right;
		width: 340px;
	}
	
	#footer {
		padding: 15px 40px;
		color: #F9F1E1;
	}
	
	#footer a {
		color: #F9F1E1;
		text-decoration: none;
	}
	
	#ourwork {
		width: 850px;
		margin: 0px auto;
	}
	
.menu-section {
	background: url('../img/menu-back.jpg');
	background-repeat: no-repeat;
	padding: 6px 20px 10px 10px;
}

.service-section h1 {
	font-size: 16px;
}

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

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

.orange {
	color: #f25b00;
}

#home-services ul {
	
}

#home-services li {
	font-size: 14px;
	margin-bottom: 6px;
}