﻿body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	/*background-color: #26232A;*/
	background-color: #45444C;
}
h2 {
	font-size: 16px;
	margin: 30px 0 20px 0;
	font-weight: normal;
}
#bkgd {
	/*width: 1200px;
	background-image: url('../images/chalkboard-bkgd.jpg');
	background-repeat: no-repeat;
	height: 800px;*/
	margin: 0 auto;
	text-align: center;
}
#container {
	width: 785px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#header {
	height: 100px;
}
#logo {
	width: 218px;
	float: left;
	display: inline;
	margin: 32px 0 0 0;
}
/* Menu */
#menu {
	float: right;
	visibility: hidden;
}
#menu li {
	float: left;
	display: inline;
	padding-left: 20px;
	list-style: none;
}
#menu a {
	float: left;
	display: inline;
	padding-top: 50px;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
#menu a:hover {
	background: url(../images/beaker.png) no-repeat center top;
	font-weight: bold;
}
#menu .current_page_item a {
	background: url(../images/beaker.png) no-repeat center top;
}
#hero {
	width: 785px;
	margin: 0 auto;
	background-image: url('../images/prairie-flowers-bkgd.jpg');
	height: 200px;
}
#tag1-shadow {
	z-index: 1;
	background-color: #000;
	width: 259px;
	height: 50px;
	position: absolute;
}
#tag1 {
	z-index: 2;
	padding-top: 7px;
	background-color: #231E22;
	text-align: center;
	width: 259px;
	height: 43px;
	position: absolute;
	font-size: 26px;
}
#tag2-shadow {
	z-index: 1;
	background-color: #000;
	width: 280px;
	height: 50px;
	position: absolute;
}
#tag2 {
	z-index: 2;
	padding-top: 7px;
	background-color: #231E22;
	text-align: center;
	width: 280px;
	height: 43px;
	position: absolute;
	font-size: 26px;
}
#content {
	width: 785px;
	margin: 0 auto;
	height: 230px;
	text-align: left;
	line-height: 17px;
}
#content p {
	margin: 10px 0 10px 0;
}
#featured {
	background-image: url('../images/bar260.png');
	background-repeat: no-repeat;
	display: inline;
}
#testimonials {
	background-image: url('../images/bar260.png');
	background-repeat: no-repeat;
	display: inline;
}
#do {
	background-image: url('../images/bar260.png');
	background-repeat: no-repeat;
	display: inline;
}
#testimonials {
	width: 260px;
}
#testimonials a {
	color: #ABCDE9;
	text-decoration: none;
}
#testimonials a:hover {
	text-decoration: underline;
}
#do {
	width: 260px;
}
#do {
	float: left;
}
#featured {
	width: 191px;
	float: left;
	margin: 0 0 0 37px;
	height: 200px;
}
#featured img {
	margin: 0;
	border-width: 0px;
}
#testimonials {
	float: right;
}
#footer {
	width: 785px;
	margin: 0 auto;
}
#contact {
	padding-top: 10px;
	width: 250px;
	float: left;
	text-align: left;
	background-image: url('../images/bar-footer.png');
}
#middle {
	padding-top: 15px;
	width: 285px;
	height: 35px;
	float: left;
	background-image: url('../images/bar-footer.png');
}
#dev-by {
	padding-top: 10px;
	width: 250px;
	float: right;
	text-align: right;
	background-image: url('../images/bar-footer.png');
}
.vert_spacer {
	float: left;
	width: 100%;
	height: 30px;
}
