@charset "utf-8";
/* CSS Document */

body{
background-image:url(../images/brown01.jpg);
background-position:center;

background-color:#000000;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;

}

a{text-decoration:none; color:#FFFFFF; font-weight:bold;}

.wrapper{
width:770px;
margin:auto
}

#title {
background-color:#000000;
border:#FFFFFF solid 1px;
width:100%;
height:100%;
}

.content{
background-color:#52371c;
border:#FFFFFF solid 1px;
width:100%;
height:550px;

}
.menu{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
text-shadow:#000000;
color:#CCCCCC;

}

.menu:hover{
font-size:18px;
font-weight:bold;
text-decoration:underline;
color:#fff;
}

.left
{
background-color:#52371c;
border:#FFFFFF solid 1px;
width:350px;
height:100%;
padding:8px;
}

.news{
margin:auto;
width:510px;
font-size:12px;
background-color:#52371c;

}
.caption{
color:#DFDF00;
font-weight:bold;
font-size:14px;}