

/*
************************************************************
* Body
*/
body{
 background:#white;
 text-align: center;
 background-image:url(/system/uploads/23/original/bk_top_light_gray.gif); 
 background-repeat:repeat-x; 
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 padding-top:15px;
 color:#0F0E0E;;
} 

  

/*
************************************************************
* Doc

*/

#doc{
margin:auto;
width:780px; 
align:left;
padding:10px;
text-align:left;
}   

#top{


}                                            

#content{
 padding:45px;
 padding-top:2px;

}

#foot{
 clear:both;
 align:right;
}

#bottom{

}





/*
************************************************************
* A
*/
a{
 color:firebrick;
 text-decoration:none;
}
a:hover{
 color:red;
 text-decoration:bold;
} 

  

/*
************************************************************
* h
*/
h1{
 margin-top:0px;
 border-bottom:1px solid #999;
}

h2{
 margin-top:6px;
} 

h3{
 margin-top:0px;
 margin-bottom:0px;
}

  

/*
************************************************************
* Menu
*/
ul#menu{
 float:left;
 list-style:none;
 padding:10px;
 margin-top:0;
margin:15px;
padding-top:0;


}

ul#menu li{
 
}

ul#menu a{
 width:auto;
 display:block;
 width:110px;
 background:#ccc;
 border:1px solid #999;
 padding:7px;
 
}

ul#menu a:hover{
 background:#ddd;
  color:teal;
}


 

  

/*
************************************************************
* form
*/
label{
 display:block;
 font-weight:bold;
 color:#585423;
}    

  

/*
************************************************************
* Gallery
*/
/*
************************************************************
* Gallery
*/
ul.gallery li{
 list-style:none;
 float:left;
 padding:6px;
 margin:6px;
 border:1px solid #ccc;
}
ul.gallery li img{
 width:40px;
 height:40px;
}  

  

/*
************************************************************
* Clear
*/
/*
************************************************************
* Clearfix
*/
.c:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.c {display: inline-block;}

/* Hides from IE-mac \*/
* html .c {height: 1%;}
.c {display: block;}
/* End hide from IE-mac */

  

   
