/*
	CSS by Lenz Marketing
	http://www.lenzmarketing.com
	2/14/2007
*/

html { 
     min-height:101%; 
}

body {
	margin: 0px;
	padding: 0px;
	min-height:101%;
	background-image:url(/Assets/Navigation/LeftBG.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#DDC993;
}

#Header {width:800px; margin-left:auto;margin-right:auto;}

#ContentWrapper {width:800px; margin-left:auto;margin-right:auto;}

#LeftSideBar {width:161px; float:left; background-image:url(/Assets/Navigation/LeftBG.jpg); background-repeat:repeat-y;}

#Navigation {width:639px; float:left;border-bottom: solid 1px black;}

#MainContent {width:468px; float:left;background-image:url(/Assets/Navigation/MainBG.jpg); background-repeat:repeat-y; padding-left:24px; padding-right:24px;}

#Footer {width:800px; margin-left:auto;margin-right:auto;}

#Tree {width:123px; float:left; background-image:url(/Assets/Navigation/TreeRepeater.jpg); background-repeat:repeat-y;}

#FooterAddress {width:800px; margin-left:auto;margin-right:auto;}

#MainContent h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:26px;font-weight:bold;color:#8A4C30;}
#MainContent h2 {font-family:"Times New Roman", Times, serif; font-size:24px;font-weight:bold;padding-bottom:0;margin-bottom:0;}
#MainContent h3 {font-family:"Times New Roman", Times, serif; font-size:20px;font-weight:bold;padding-bottom:0;margin-bottom:0;}
#MainContent p {font-family:"Times New Roman", Times, serif; font-size:17px;margin-top:0;margin-bottom:1em;}
#MainContent li {font-family:"Times New Roman", Times, serif; font-size:17px;}
#MainContent li.Indent {margin-left:2em;}
#MainContent img.Float {float:right;padding:10px;}