html, body
{
     background-image: url(../cmsimages/backbrown.jpg);
     color: #2B1809;
     font-family: Tahoma, Verdana, Arial, sans-serif;
     font-size: 10pt;
     font-weight: bold;
     margin: 0;
     padding: 0;
}

body#editor { color: #2b2809; background: #7f8866; text-align: left; }
body#editor a { color: #bdcac3; }

div#container
{
     background-image: url(../cmsimages/backgreen.gif);
     background-repeat: repeat-y;
     margin: 0 auto 0 auto;
     width: 740px;
}
div#header
{
     line-height: 0;
}
div#header_author
{
     float: left;
}
div#header_nav
{
     background-image: url(../cmsimages/backnav.jpg);
     float: right;
     height: 344px;
     width: 460px;
}
div#header_banner
{
     clear: both;
     margin: 0 0 0 -19px;
}
div#header_bannergreen
{
     clear: both;
     margin: 0 0 0 -7px;
}
div#content
{
     padding: 10px 40px 20px 30px
}
div#content_2
{
     color: #DBCE88;
     font-family: "Times New Roman", Times, Roman, serif;
     font-size: 20px;
     padding: 20px 40px 0 30px
}
div#content a
{ 
	color: #2B1809;
	font-weight: bold;
}

div#content a:visited
{ 
	color: #DBCE88;
}

div#content a:link
{ 
	color: #BDCAC3;
}
div#content dt,
div#content dd
{
	margin: 0;
}
div#content dt
{
	color: #DBCE88;
}
div#content dd
{
	margin-bottom: 15px;
}
div#footer
{
     background-image: url(../cmsimages/backbrown.jpg);
     line-height: 0;
     margin: 0 auto 0 auto;
     width: 740px;
     z-index: 1;
}
div#footermid
{	
     background-image: url(../cmsimages/backfooter.jpg);
     background-repeat: repeat-x;
     height: 50px;
}
div#footermidleft
{	
     background-image: url(../cmsimages/footerleft.jpg);
     background-position: left;
     background-repeat: no-repeat;
     height: 50px;
}
div#footermidright
{	
     background-image: url(../cmsimages/footerright.jpg);
     background-position: right;
     background-repeat: no-repeat;
     margin: 0 -25px 0 0;
     height: 50px;
}
div#footerbottom
{
     background-image: url(../cmsimages/footerbrown.jpg);
     background-position: right;
     background-repeat: no-repeat;
     margin: 0 -10px 0 0;
     height: 27px;
}
div#footerbottom img
{
     float: right;
     margin: 0 -11px 0 0;
}
div#footertop
{
     background-image: url(../cmsimages/backfootergreen.jpg);
     background-repeat: repeat-x;
     height: 34px;
     margin: 0 auto 0 auto;
     width: 740px;
}
div#footertopright
{
     float: right;
     margin: 0 -11px 0 0;
}
div#footertopleft
{
     float: left;
}
div#footerlinks,
div#footerlinks a
{
     color: #ffffff;
     font-family: "Times New Roman", "Times", "Roman", serif;
     line-height: normal;
     font-weight: normal;
     position: relative;
     text-decoration: none;
}
div#footercopyright,
div#footercopyright a
{
     color: #dbce88;
     font-family: "Times New Roman", "Times", "Roman", serif;
     line-height: normal;
     font-size: 8pt;
     position: relative;
     text-align: center;
     margin: -10px 0 15px 0;
}
div#footerlinks
{
     padding-left: 10px;
}
div#footerlinks div
{
     margin-top: 16px;
}
div#footerlinks div:first-letter
{
     font-size: 1.25em;
}
div#footerlinks,
div#footerlinks a
{
     margin: 0;
}

div.clear
{
     clear: both;
}


