@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
ul {
	list-style: none;
	margin: 0;
}
h1 {
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
	color: #CF6911;
}
a:link {
	color: #633;
}
a:hover, a:active, a:focus, a:visited {
	color: #600;
}
.quote {
	font: bold 105% Georgia, "Times New Roman", Times, serif;
	color: #D2690E;
}
hr {
	color: #D2690E;
}
#wrapper {
	background: #f8efcd url(images/Lbkgd.gif) no-repeat left center;
	width: 780px;
	margin: 0px auto 15px;
	position: relative;
	z-index: auto;
	overflow: visible;
}
 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/column.gif) repeat-y right top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
 #header {
	background: url(none);
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: absolute;
	height: 347px;
	width: 751px;
} 
 #mainContent {
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 330px 0px 0 40px;
	font: 80%/2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
} 
#mainContent h2 {
	font: bold normal 105%/0.5em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #D2690E;
	letter-spacing: .35em;
}
#mainContent h3 {
	font: bold normal 100%/0.5em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.35em;
	color: #633;
}
#mainContent h2 a {
	text-decoration: none;
	color: #D2690E;
}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: none;
}
#contactmain a:link {
	color: #FFF;
}
#contactmain a:hover, #contactmain a:active, #contactmain a:focus {
	color: #F4E5AA;
	text-decoration: none;
}
#blogbutton {
	position:absolute;
	left:35px;
	top:260px;
	width:93px;
	height:52px;
	z-index:4;
}

#aboutusbutton {
	position:absolute;
	left:105px;
	top:270px;
	width:93px;
	height:52px;
	z-index:4;
}
#servicesbutton {
	position:absolute;
	left:215px;
	top:250px;
	width:92px;
	height:52px;
	z-index:5;
}
#photosbutton {
	position:absolute;
	left:300px;
	top:205px;
	width:73px;
	height:54px;
	z-index:6;
}
#productsbutton {
	position:absolute;
	left:375px;
	top:163px;
	width:78px;
	height:51px;
	z-index:7;
}
#classesbutton {
	position:absolute;
	left:445px;
	top:166px;
	width:79px;
	height:44px;
	z-index:8;
}
#linksbutton {
	position:absolute;
	left:633px;
	top:220px;
	width:83px;
	height:43px;
	z-index:9;
}
#contactusbutton {
	position:absolute;
	left:530px;
	top:197px;
	width:63px;
	height:39px;
	z-index:10;
}
#contactmain {
	position:absolute;
	left:56px;
	top:175px;
	width:170px;
	height:78px;
	z-index:3;
	font: 75% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
#sidebar1 {
	float: right;
	width: 300px;
	vertical-align: top;
	padding-top: 310px;
	margin-left: 40px;
	padding-left: 20px;
	z-index: 3;
	position: relative;
}
#sidebar1 img {
	padding-bottom: 20px;
}
 #footer {
	padding: 15 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d26909;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 75% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#footer ul {
	font: 75% Verdana, Trebuchet, Geneva, sans-serif;
	display: inline;
	float: right;
	max-width: 39%;
}
#footer li {
	float: left;
	margin-top: 8px;
	vertical-align: middle;
}
#footer li a {
	display: inline;
	padding: 20px 10px 10px;
	color: #FFF;
	vertical-align: middle;
	text-decoration: none;
}
#footer li a:hover, #footer li a:active, #footer li a:focus, #footer li a:visited {
	color: #FF9
}
#footer a:hover, #footer li a:active, #footer li a:focus, #footer li a:visited {
	color: #FF9
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.dropcap {
	font: 5em/.85em Georgia, "Times New Roman", Times, serif;
	color: #CF6911;
	float: left;
	padding-top: .03em;
	padding-right: .1em;
}
#wrapper #container #mainContent h2 a:hover, a:active, a:focus {
	color: #F4E5AA;
}
#mainContent h1 {
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
	color: #CF6911;
}
#header img {
	margin: 0px;
	padding: 0px;
	float: none;
	position: absolute;
	vertical-align: top;
	left: 0px;
	top: -1px;
}
.caption {
	font: 70% Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #D2690E;
	letter-spacing: 0.35em;
	float: none;
	padding-bottom: 20px;
}
#sidebar1 td img {
	padding: 0px;
}
#mainContent ul {
	list-style: circle;
}
.subhead {
	font-style: italic;
	line-height: .25em;
}
#mainContent table {
	padding-left: 0px;
	margin-left: 35px;
}
.listseparater {
	color: #D2690E;
}
.adjustlineheight {
	line-height: 1.25em;
}
.headerfloat {
	position: absolute;
	left: 524px;
}
.quotebox {
	color: #CF6914;
	padding: 30px;
	font-size: 1.1em;
}
#sidebar1 ul {
	font: 12px/2em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: left;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 50px;
}
td a img {
	padding-bottom: 10px;
}
#sidebar1 li a {
	color: #D2690E;
}
