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

body{
background:#D7D3B8;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}

#wrapper{
margin-left:auto;
margin-right:auto;
width:800px;
background:url(../images/content-bg.jpg) 0 0 repeat-y #EAEBDB;
border:solid 2px #6D0619;

}

#top{
background:url(../images/top-bg.jpg) 0 0 no-repeat;
width:800px;
height:97px;
}

#menu{
background:url(../images/nav-bg.jpg) 0 0 no-repeat;
width:800px;
height:38px;
border-top:solid 2px #FFFFFF;
border-bottom:solid 2px #FFFFFF;

}

#nav{
width:800px;
height:24px;
padding-top:10px;
margin-left:10px;

}

#nav a{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
padding-left:17px;
padding-right:17px;
}

#nav a:hover{
background:url(../images/ahover.png) 0 0 no-repeat;
}

#section-home #nav #menu-home, #section-overview #nav #menu-overview, #section-areas #nav #menu-areas,
#section-profile #nav #menu-profile, #section-contact #nav #menu-contact, #section-links #nav #menu-link,
.menu a:active{
background:url(../images/ahover.png) 0 0 no-repeat;
}

#main{
width:800px;
}

#left{
width:548px;
float:left;
border-right:dashed 1px #000000;
background:url(../images/left-bg.jpg) right bottom  no-repeat;

}

#left-top{
width:541px;
border-bottom:solid 1px #ffffff;
border-left:solid 1px #ffffff;
border-right:solid 1px #ffffff;
float:left;
height:32px;
background-color:#BAB9A4;
font-size:20px;
color:#000000;
padding-left:5px;
padding-top:5px;
}


#right{
width:250px;
float:right;

}

#right-top{
width:245px;
height:32px;
border-bottom:solid 1px #ffffff;
border-right:solid 1px #ffffff;
float:right;
background-color:#BAB9A4;
font-size:20px;
color:#000000;
padding-left:5px;
padding-top:5px;
}

p{
padding-left:5px;
padding-lright:5px;
}

input{
font-family:Georgia, "Times New Roman", Times, serif;
border:solid 1px #CCCCCC;
color:#666666;
width:210px;
font-size:13px;
}

textarea{
font-family:Georgia, "Times New Roman", Times, serif;
border:solid 1px #CCCCCC;
color:#666666;
width:210px;
font-size:13px;
}

.inputbutton{
color:#990000;
height:30px;
}

.inputbutton:hover{
background-color:#FFFFFF;
}

#footer{
width:800px;
border-bottom:solid 1px #990000;
}

#footer-table{
background-color:#C1C0AB;
width:800px;
height:55px;
}

#footer-table a{
color:#000000;
text-decoration:underline;
}

#footer-table a:hover{
color:#000000;
text-decoration:none;
}


hr{
width:100%;
background-color:#990000;
height:5px;
border-bottom:solid 2px #FFFFFF;
border-top:solid 2px #FFFFFF;
margin:0;
}

h3{
color:#610516;
padding-left:10px;
}

#maroon{
color:#610516;
font-weight:bold;
}

a{
color:#000000;
}

a:hover{
color:#000000;
text-decoration:none;
}

#section-home #main a{
color:#990000;
text-decoration:none;
}

#section-home #main a:hover{
color:#990000;
text-decoration:underline;
}