﻿html, body{
	padding:0;
	margin:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(Images/bg.jpg) repeat-y center #E9E7E7;
	color:#636363;
}

/* Template 1 */
#template1 
{
  /*border:1px solid blue;*/
   width:802px;
  	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
}

#template1 h1.header
{
  background: url(Images/header.jpg) no-repeat center;
  height:200px;
  width:802px;
}

#template1 #bd 
{
   margin: 10px 0 10px 0;
   /*border:1px solid blue;*/
   min-height:300px;
}

#template1 .contentheader 
{
   font-weight:bold;
   font-size:larger;
}

#template1 #ft
{
   color:#959595;
}

#ft , .push {
	height: 4em; /* .push must be the same height as .footer */
	margin-top:100px;
}

#template1 .static-menu-item-style 
{
   color:#989898;
}



#template1 .dyn-menu-item-style
{
    color:#989898;
    background-color:#f6f6f5;
    padding-left:3px;
}

#template1 .static-menu-item-style:hover, #template1  .dyn-menu-item-style:hover
{
   color:#636363;
}



