/* CSS Document */



div#container
{
   width: 900px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   font-family: georgia, Arial,  sans-serif;

}
body
{
   text-align: center;
   margin: 0;
   background-color:#825454;
   font-size:16px;
}

.head
{
background-color:#ece6e6;
background: url(images/title2.jpg);

width:900px;
height:150px;
}

.menu
{
background-color:#c6b6b7;
height:60px;
width:900px;
}

.header
{
margin-bottom:7px;
margin-top:7px;
background-color:#000000;
width:900px;
height:599px;
}

ul.menu1
{
float:left;
width:100%;
padding:0;
margin:0 0 0 0px;
list-style-type:none;
font-size:1em;
text-align:center;
}

ul.menu1 a{
float:left;
width:129px;
height:34px;
text-decoration:none;
color:#423836;
background-color:#c6b6b7;
/* background-image:url('btn_bg1.png'); */
padding:0.70em 0.6em;
border-right:1px solid #c6b6b7;
font-weight:bold;
}

ul.menu1 a:hover {background-color:#bba6a1;}
ul.menu1 li {display:inline;}
