body {
padding:0px;
margin:0px;
background-color:#D5C9A7;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#A69267;
}

#siteinfo {
width: 100%;
visibility: visible;
}

h1 {
font-size: xx-small;
font-weight: bold;
text-indent: -9999px;
}

h2 {
font-size: xx-small;
font-weight: normal;
font-style: italic;
text-indent: -9999px;
}

h3 {
font-size: xx-small;
font-weight: normal;
text-indent: -9999px;
}

/*** MAIN / CONTAINER DIVS ***/

#main_top {
width:100%;
padding-bottom:13px;
background-image:url(../images/home/repeat_top.jpg);
background-repeat:repeat-x;
background-color:#F1EBBB;
clear:both;
}

#container {
width:970px;
margin:auto;
}

#main_btm {
width:100%;
height:88px;
background-image:url(../images/home/repeat_btm.jpg);
background-repeat:repeat-x;
clear:both;
}

#top {
width:766px;
height:118px;
margin:auto;
background-image:url(../images/home/top.jpg);
background-repeat:no-repeat;
clear:both;
}

#banner_container {
width:970px;
height:329px;
margin:auto;
margin:auto;
clear:both;
}

#banner_left {
width:102px;
height:329px;
background-image:url(../images/home/banner_left.jpg);
background-repeat:no-repeat;
float:left;
}

#banner {
width:766px;
height:329px;
background-image:url(../images/home/banner_bkg.jpg);
background-repeat:no-repeat;
float:left;
}

#banner_right {
width:102px;
height:329px;
background-image:url(../images/home/banner_right.jpg);
background-repeat:no-repeat;
float:left;
}

#nav {
width:766px;
height:38px;
margin:auto;
clear:both;
}

#callouts {
width:766px;
min-height:214px;
margin:auto;
clear:both;
}

#intro {
width:383px;
min-height:214px;
background-image:url(../images/home/intro_bkg.jpg);
background-repeat:no-repeat;
float:left;
}

#intro_text {
width:265px;
margin-left:108px;
margin-top:95px;
line-height:14px;
}

#promotions {
width:383px;
height:214px;
background-image:url(../images/home/promotions_bgk.jpg);
background-repeat:no-repeat;
float:left;
}

#promotions_btn {
margin-left:24px;
margin-top:88px;
}

#footer {
width:970px;
margin:auto;
padding-top:20px;
text-align:center;
}


/*** FOOTER ***/

.footer {
	font-size: 10px;
	color: #FBF9ED;
	}

	a.footer:link {
		color: #FBF9ED;
		text-decoration: none;
		}
	a.footer:hover {
		color: #FBF9ED;
		text-decoration: underline;
		}
	a.footer:active {
		color: #FBF9ED;
		text-decoration: none;
		}
	a.footer:visited {
		color: #FBF9ED;
		text-decoration: none;
		}
	a.footer:visited:hover {
		color: #FBF9ED;
		text-decoration: underline;
		}

/*** TEXT / LINKS ***/

a:link {
color:#26765F;
text-decoration: underline;
}

a:hover {
color:#26765F;
text-decoration: none;
}

a:active {
color:#26765F;
text-decoration: none;
}

a:visited {
color:#26765F;
text-decoration: underline;
}

a:visited:hover {
color:#26765F;
text-decoration: none;
}

/*** CLASSES ***/

.large {
font-size:12px;
font-weight:bold;
font-style:italic;
}

