body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	background: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #DCDCDC;
}

.homebg {
	background-image: url(images/bg_home.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.servicesbg {
	background-image: url(images/bg_services.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.schedulingbg {
	background-image: url(images/bg_scheduling.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.contactbg {
	background-image: url(images/bg_contact.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.content {
	font-size: 12px;
	color: #444;
	padding: 0px 30px 270px 30px;
	line-height: 20px;
}

.content a {
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

.content a:hover {
	color: #003300;
}

.contenttitle {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.contentsubtitle {
	font-size: 13px;
	font-weight: bold;
}

.sidebar {
	padding: 0 20px 100px 20px;
	line-height: 20px;
}

.sidebar a {
	font-size: 14px;
	font-weight: bold;
	color: #597F59;
	text-decoration: none;
	letter-spacing: 0.3px;
}

.sidebar a:hover {
	color: #003300;
}

.sidebar img {
	padding-top: 50px;
}

.divider {
	margin-top: 10px;
	margin-bottom: 10px;
}
