﻿/*----------------------------------- COLOR KEY ----------------------------------- 

YELLOW: #e5b754
GOLD: #d39c2e

DARK TEAL: #609090
SEAFOAM: #8bc7b9

BROWN: #d39c2e
CREAM: #f0f0d8

---------------------------------------------------------------------------------*/ 



body  {
	background-color: #f0f0d8;
	background-image: url(../images/bgtop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	width: 100%;
	height: 100%;
}
#container {
	width: 893px;
	margin: auto;
}
#header {
	width: 893px;
	height: 512px;
	position: relative;
	top: 0px;
}
#header img {
}
#homelink {
	width: 250px;
	height: 100px;
	position: relative;
	top: 10px;
	left: 20px;
	display: block;
	margin-bottom: -100px;
}	

.mainContent {
	width: 893px;
	float: left;
	display: inline;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-y;
}
		
.mainContent #coloumnLeft {
	background-image: url(../images/tagline.jpg);
	background-repeat: no-repeat;
	width: 460px;
	float: left;
	display: inline;
	padding-top: 120px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-left: 40px;
		}
.mainContent #coloumnRight {
	float: right;
	display: inline;
	width: 370px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-bottom: 10px;
	background-image: url(../images/right.png);
	background-position: 4px 0px;
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 15px;
		}
		
.bottom {
	width: 816px;
	position: relative;
	left: 21px;
	background-color: #f0f0d8;
	clear: both;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.thumnail_row {
	clear: both;
	margin-left: 30px;
}
.thumnail {
	border: solid 1px #d39c2e;
	padding: 5px;
	height: 225px;
}
#footer {
	width: 859px;
	height: 70px;
	padding-top: 13px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding-right: 17px;
	padding-bottom: 80px;
	padding-left: 17px;
	background-color: #F0F0D8;
}
#footer p {
	float: right;
	margin-top: 35px;
	margin-right: 20px;
}
#footer img {
	float: left;
	margin: 0px 5px 0px 30px;
}

