﻿html, body{
   margin:0;
   padding:0;
   height:100%;
   font-family:Arial, Helvetica, sans-serif;
   color:#3a2d27;
   font-size:12px;
	 background:url(Images/html_bg.jpg) no-repeat white top center;
	
}

/* Template 1 */



#template1 
{
  width:61.54em;*width:60.06em;min-width:800px; margin:auto; text-align:left;
 
  /*border:1px solid blue;
  width:1000px;
  min-height: 100%;
	height: auto !important;
	margin: 0 auto -4em; the bottom margin is the negative value of the footer's height */
}

#template1 h1.header
{
  background: url(Images/html_header.jpg) no-repeat top center;
  height:210px;
  /*width:1000px;*/
  /*height:120px;*/
}

#template1 #bd 
{
  margin: 10px 0px 10px 0px;
  /* border:1px solid blue;*/
   min-height:300px;
   padding-left:10px;
   padding-right:10px;
  
}


.yui-t3 #yui-main 
{
   width:650px;
   /*border:1px solid blue;*/
}

#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:#000;
   font-size:9pt;
   background:transparent;
    background-color:#a5a835;
}


#template1 .dyn-menu-item-style
{
    color:#000;
    padding-left:3px;
    font-size:9pt;
    background-color:#a5a835;
}

#template1 .static-menu-item-style:hover, #template1  .dyn-menu-item-style:hover,#template1 .sub-menu-style
{
    color:#000;
    background-color:Transparent;
}


#template1 .sub-menu-style ,#template1 .level-menu-item-style
{
 background-color:Transparent;
}


.dynamic-form
{
   
}

.dynamic-form label
{
   /*float: left;*/
   width: 150px;
   font-weight: bold;
}

.dynamic-form input, .dynamic-form textarea
{
   width: 150px;
   margin-bottom: 5px;
}

.dynamic-form textarea{
   width: 250px;
   height: 150px;
}

.dynamic-form .button 
{
   width:100px;
}

.dynamic-form br{clear: left;}
.maincontent { width:90%;}

.gallery {padding:2px;}
