/* CSS Document */
body{
background:url(../img/background.png) repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
margin:30px;
line-height:20px;
}

h1{
font-family:Geneva, Helvetica, Arial, sans-serif;
font-size:24px;
color:#CCCCCC;
margin:0px;
padding:0px;
font-weight:normal;
}

h2{
font-family:Geneva, Helvetica, Arial, sans-serif;
font-size:20px;
font-weight:normal;
color:#6699FF;
}

h3{
font-family:Geneva, Helvetica, Arial, sans-serif;
font-size:18px;
font-weight:normal;
}

a{
font-size:12px;
color:#B3B3B3;
text-decoration:underline;
font-weight:bold;
margin-top:10px;
}

a:hover{
text-decoration:none;
}

#wrapper{
width:800px;
text-align:left;
}

#nav{
background:url(../img/header.png) repeat;
height:30px;
width:800px;
font-size:18px;
color:#FFFFFF;
font-weight:bold;
padding-top:14px;
padding-left:10px;
text-align:center;
font-family:Geneva, Helvetica, Arial, sans-serif;

}

#nav a{
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
font-size:18px;
}

#nav a:hover{
text-decoration:none;
}

.top{
margin-top:30px;
background:url(../img/top.gif) no-repeat;
height:20px;
width:810px;
}

.bottom{
background:url(../img/bottom.gif) no-repeat;
height:20px;
width:810px;
}

#content{
width:770px;
background:url(../img/middle.gif) repeat-y;
padding-left:20px;
padding-right:20px;
}

#footer{
width:810px;
text-align:center;
margin-top:20px;
}

