body {
	font-size: 100%;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #645d4c;
	background-image: url(images/tall_bkg.jpg);
	background-repeat: repeat-x;
}
div {
	padding: 0;
	margin: 0;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img {
	border: 0;
	}
#page {
	width: 820px;
	margin: 10px auto;
	text-align: left;
	clear: both;
	
}
#content{
	width: 100%;
	float: left;
	background-color: #ccc3b1;
	border: 6px solid #fff;
	background-image: url(images/content_bkg.gif);
	position: relative;
	z-index: 10;
	/*background-image: url(images/bkg.gif);
	background-repeat: repeat-y;*/
}

#header {
	width: 100%;
	background-color: #fff;
	height: 110px;
	background-image: url(images/content_bkg.gif);
}
#header h1{
	margin-top: 10px;
	text-align: right;
	font-size: 110%;
	color: #578b34;
	width: 550px;
	float: left;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	text-transform: uppercase;
}
#headerContact{
	width: 250px;
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 100%;
	/*font-family: Arial, san-serif;*/
	line-height: 110%;
	font-weight: bold;
	font-style: italic;
	color: #666;
}
.emailSml{
	font-size: 80%;
	margin-top: 10px;
}
#headerContact a{
	color: #333;
}
#logo{
	margin-left: 80px;
	margin-top: 10px;
	float: left;
	width: 474px;
}
#icon{
	position: absolute;
	z-index: 100;
	top: 5px;
	left: 0;
}

#bigPic {
	height: 186px;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#menu {
	background-color: #857e6c;
	color: #fff;
	width: 100%;
	height: 35px;
	text-align: center;
	border-bottom: 5px solid #fff;
}

#menu ul {
	font-size: 100%;
	margin: 0;
	padding: 8px 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", serif;
}
#menu li {

	list-style: none;
	display: inline;
	padding: 0 15px;
	line-height: 18px;
	background: url(images/menu_seperator.gif) no-repeat;
}
#menu li.first{
	background: none;
}
#menu a:link, #menu a:visited, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#main{
	clear: both;
	float: left;
	width: 100%;
}
#left{
	width: 490px;
	float: left;
	/*background-image: url(images/main_bkg.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
}
#innerLeft{
	padding: 0 15px 10px 15px;
	color: #343434;
	line-height: 1.2em;
	text-align: justify !important;
}
#innerLeft a{
	color: #578b34;
}
#innerLeft p{
	text-align: justify;	
}
#left h1, #left h2{
	font-size: 200%;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	color: #333;
	margin: 10px 0;
	padding-bottom: 10px;
	padding-top: 3px;
	width: 100%;
	float: left;
	border-bottom: 1px dotted #857e6c;
	clear: both;
}

#right{
	width: 330px;
	float: right;
	background-color: #857e6c;
}
#innerRight{
	padding: 20px 10px;
	font-size: 66%;
}
#right h3{
	font-size: 133%;
	font-family: Georgia, "Times New Roman", serif;
}
#right img{
	margin-bottom: 10px;
	border: 3px solid #ccc3b1;
	float: left;
}
.smlRight{
	float: right !important;
	margin-right: 5px;
}
.smlRight:hover, .sml:hover{
	cursor: pointer;
}
#rightText{
	float: left;
	width: 165px;
}
#rightForm{
	padding-top: 170px;
	padding-bottom: 20px;
	float: right;
	width: 245px;
	text-align: right;
}
#rightForm p{
	margin: 5px 0;
}
#rightForm input{
	width: 135px;
	border: 0;
	height: 12px;
	font-size: 80%;
}
#rightForm form{
	border-left: 1px solid #fff;
	padding: 20px 0;
}

#footer {
	width: 100%;
	font-size: 66%;
	background-color: #857e6c;
	color: #fff;
	border-top: 5px solid #ffffff;
	clear: both;
	float: left;
	text-align: right;
	line-height: 40px;
	font-weight: bold;
}

#footer ul, #headerContact ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer li{
	display: inline;
	margin: 0;
}
#footer li{
	padding: 0 4px;
	background: url(images/menu_seperator_sm.gif) left center no-repeat;
}
#footer li.first{
	background: none;
}
#footer li{
	padding: 0 8px;
}


#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

