html,body{
margin:0;
background:#f1eeee;
}
html{
color:#b07f21;
font-family:Verdana;
font-size:83%;
}
a:active,a:link{color:#66201b}
a:visited{color:#a35550}
a:hover{color:#cc00cc;text-decoration:underline;}

.main{
width:800px;
margin:auto;
}
.ma{
float:left;
width:800px;
background:url(img/bg.gif) repeat-y;
}
.top{
float:left;
width:800px;
height:273px;
background:url(img/top.jpg) no-repeat;
}
.lin{
float:left;
width:800px;
height:28px;
background:url(img/link.gif) no-repeat;
}
.menu{
width:190px;
float:left;
padding:5px 0 0 0;
border-bottom:#e0be91 17px solid;
}
.menu ul li a{
display:block;
width:178px;
padding:4px 0 4px 12px;
text-decoration:none;
font-size:13px;
font-weight:bold;
color:#a46006;
font-family:Tahoma;
background:#e0be91;
border-bottom:#f1eeee 3px solid;
}
.menu li a:hover{
background:#f8ddba;
}
.menu li{
list-style-type:none;
}
.menu ul{
margin:0;
padding:0;
}
.txt{
float:right;
width:580px;
padding:17px 0 15px 0;
}
.txt h1{
margin:0 0 7px 0;
font-size:17px;
}
.bot{
float:left;
width:780px;
height:25px;
background:#e0be91;
padding:8px 20px 0 0;
text-align:right;
}
.bot a{
color:#b07f21;
}



