@charset "utf-8";
/* CSS Document */

body{
background: #ffc;
margin: 0 auto;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #fff;
}
#container{
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
max-width: 886px;
border: 1px solid #000;
}
#nav{
background: url(../images/nav_bg.jpg) repeat;
height: 25px;
padding-top: 5px;
vertical-align: middle;
color: #000;
}
#nav a{
color: #000;
text-decoration: none;
font-weight: bold;
}
#nav a:hover{
color:#666;
text-decoration: underline;
}
#content{
background: url(../images/content_bg.jpg) repeat;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
padding: 5px;
}
#foot{
background: url(../images/nav_bg.jpg) repeat;
height: 25px;
padding-top: 5px;
font-size: smaller;
font-family: "Monotype Corsiva";
}
#foot a{
color: #000;
text-decoration: none;
}
#foot a:hover{
color: #666;
}