html, body
{
border: 0px dotted #333333;
height: 100%; /* need for mozilla */
margin: 0px auto;
padding: 0px;
text-align: center;
background-color: #f8f2e1;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-position: left bottom;
background-attachment:fixed; /* needed for mozilla */
}

#Container
{
border: 0px dotted #333333;
position: relative;
top: 0;
left: 0;
min-height: 100%;
margin: 0px auto;
text-align:left;
background-image: url(images/bg-main.png);
background-repeat: repeat-y;
background-position: left bottom;
width: 960px;  /* Sets width of the site */
 /* Site shell background */

}
* html body #Container
{
height: 100%; /* Only IE sees this */
}

a:link {color:#780f0f; text-decoration: underline; font-weight:normal;}
a:visited {color:#780f0f; text-decoration: underline; font-weight:normal;}
a:hover {color: #c02020; text-decoration:underline; font-weight:normal;}

.header { font-size: 16px; color: #c02020; line-height: 130%;}
.subheader { font-size: 14px; color: #780f0f; line-height: 140%;}
.bodypic {float:right; margin-left: 20px; margin-bottom: 20px;}



#Banner
{
border-bottom: 0px dotted #b4a579;
padding: 0px;
margin-left: 15px;
width: 930px;
height: 287px;
text-align: left;
}


#BannerPic {margin-left: 0px; margin-top: 0px; margin-bottom: 0px; height: 287px; width: 930px;}


#Midcontent
{
margin-left: 0px;
text-align: left;
background-color: #ffffff;
}


#Col1
{
border-top: 0;
margin-left: 18px;
margin-top: 28px;
margin-bottom: 0px; 
width: 220px;
text-align: left;
font-family: Georgia, Lucida Sans Unicode, Lucida Grande, verdana, arial, helvetica, sans-serif; font-size: 14px; line-height: 150%; color: #780f0f; 
float:left;
}
#Col1 a:link {color:#780f0f; text-decoration: none; font-weight: normal;}
#Col1 a:visited {color:#780f0f; text-decoration: none; font-weight: normal;}
#Col1 a:hover {color:#c02020; text-decoration:underline; font-weight: normal;}

#Left {line-height: 130%;}
#Left a:link {text-decoration: underline; font-weight: normal;}
#Left a:visited {text-decoration: underline; font-weight: normal;}
#Left a:hover {text-decoration: underline; font-weight: normal;}

#Col2
{
border-left: 1px dotted #b4a579;
margin-left: 20px;
margin-top: 28px;
margin-bottom: 25px;
width: 620px;
text-align:left;
font-family: georgia, Lucida Sans Unicode, Lucida Grande, verdana, arial, helvetica, sans-serif; font-size: 13px; line-height: 135%; color:#634224;
float:left;
}

#Text {margin-left: 28px; margin-right: 0px; margin-bottom: 40px;}

#Footer
{
position: absolute;
bottom: 0px;
margin-left: 30px;
margin-top: 10px;
width: 900px;
height: 26px; /* Set footer height */
border-top: 0px dotted #b4a579;
background-color: #fdfbfb; /* Set footer color */
/* background:url(images/banner.jpg);  Set footer background */
text-align: left;
font-family: georgia, arial, helvetica, sans-serif; font-size: 10px; line-height: 120%; color:#926535; letter-spacing: 0px;
}
#Footer a:link {color:#926535; text-decoration: underline; font-weight: normal;}
#Footer a:visited {color:#926535; text-decoration: underline; font-weight: normal;}
#Footer a:hover {color:#c5b39b; text-decoration:underline; font-weight: normal;}
.footertext { margin-top: 8px; margin-left: 10px; }





