
html,
body {
   margin:0;
   padding:0;
   height:100%;
    
	background: #797865 url(images/bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 666666;
}
#container {
   min-height:100%;
   position:relative;
}
#header { }
#bodyout {
   padding-bottom:60px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */

   background: #b8ae6d; line-height: 60px; text-align: center; color: #ffffff; 
}

/*
html, body { 
	min-height:800px;
	height:auto !important;
	height:800px;
}
body {
	background: #797865 url(images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 666666;
}

*/

h1, h2, h3, h4 { margin-top: 0; padding-top: 0; }
p { line-height: 150%; }
img { border: 0; }
ul { list-style-type: square; }
a { color: #ffffff; }


h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22px; color: #C1AD0F;}
h4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #C1AD0F;}


div#content { width: 620px; float: left; padding: 35px 10px 40px 35px; color: #666666; }
div#contentwide { width: 820px; float: left; padding: 35px 10px 40px 35px; color: #666666;}
div#right { width: 200px; float: right; padding: 35px 40px 0px 20px; color: #666666;}


div#footer a:link {color: #ffffff; }a:visited {color: #ffffff; }{ width: 100%; position: absolute; bottom: 0px; background: #b8ae6d; padding: 18px 0; text-align: center; color: #ffffff; } 












