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

body{
background:url(images/bg.gif) repeat;
}

#container{
background-color:#3f3734;
width:860px;
min-height:500px;
margin:30px;
border:#999999 solid 1px;
}

#header{
padding-top:10px;
}

#nav img{
border:#999999 solid 1px;
}

#nav a{
color:#231f20;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
font-size:22px;
line-height:35px;
}

#nav a:hover{
color:#FFFFFF;
}

h1{
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
font-size:18px;
}

h2{
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
font-size:15px;
margin-top:20px;
}


p{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
}

#content{
padding:20px;
}

#content img{
border:#999999 solid 1px;
}

#footer{
padding:10px;
border-top:#231f20 solid 1px;
width:750px;
}

#footer p, a{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:10px;
text-decoration:none;
}

#menu_tab{
background-color:#231f20; 
width:200px; 
color:#666666;
border:#999999 solid 1px;
margin-bottom: 5px;
}

#menu_tab:hover{
background-color:#3e3734; 
}