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

* {
margin:0;
padding:0;
list-style-type:none;
}

body {
background:#766959;
width:100%;
padding:20px 0 20px 0;
text-align:center;
}

#container {
width:980px;
background:#ffffff;
margin-right:auto;
margin-left:auto;
}

#banner {
width:314px;
height:114px;
margin-right:auto;
margin-left:auto;
}

#logo {
width:318px;
height:149px;
margin-top:40px;
background:url(../img/logo.jpg) no-repeat;
margin-right:auto;
margin-left:auto;
}

#menu {
text-align:center;
margin-top:55px;
font-size:15px;
font-family: Helvetica, sans-serif, arial;
}

#menu p {
color:#d4cbb8;
}

#menu a {
color:#595959;
text-decoration:none;
}

#menu a:visited {
color:#595959;
text-decoration:none;
}

#content {
width:850px;
height:352px;
margin-right:auto;
margin-left:auto;
margin-top:45px;
font-size:15px;
font-family: Helvetica, sans-serif, arial;
color:#776a5a;
text-align:center;
}

#content p {
margin-top:25px;
}

#content a {
font-family: Helvetica, sans-serif, arial;
color:#776a5a;
text-align:center;
text-decoration:none;
}

#footer {
width:315px;
height:17px;
background:url(../img/footer.jpg);
margin-right:auto;
margin-left:auto;
}
