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

body{
background:#E8EBD8 url(../images/background.jpg) 0 0 repeat-x;
font-family: arial, "lucida console", sans-serif;
}

.wrapper{
width:100%;
margin-left: auto;
margin-right: auto;
clear:both;
}

#content{
width:85%;
}

.topnav{
width:100%;
text-align:center;
background:inherit;
background-color:#EBE88D;
background:url(../images/background.jpg) 0 0 repeat-x;
}

.bottomnav{
width:100%;
text-align:center;
border-top-color:#0033CC;
border-top-style:solid;
border-bottom-color:#0033CC;
border-bottom-style:solid;
border-width:2px;
padding:10px 10px 10px 10px;
text-decoration:none;
font-size:80%

}

.picborder{
border-width:3px;
border-style:solid;
border-color:#000000;
margin-top:5px;
}

#linkpic{
border:none;
}

#menu{
border-top-color:#0033CC;
border-top-style:solid;
border-bottom-color:#0033CC;
border-bottom-style:solid;
border-width:2px;
text-align:center;
padding:10px 10px 10px 10px;
text-decoration:none;
}

#menu a{
color:#333333;
font-family: arial, "lucida console", sans-serif;
padding:10px 10px 10px 10px;
text-decoration:none;
}

#menu a:hover{
background:url(../images/menu-a-bg.jpg) 0 0 repeat-x;
color:#FFFFFF;
font-family: arial, "lucida console", sans-serif;
text-decoration:none;
}

a{
text-decoration:none;
color:#0000CC;
}

a:hover{
color:#333333;
text-decoration:underline;
}

p{
text-align:left;
text-indent:5px;
}

h2{
color:#0033CC;
font-size:110%;
text-align:left;
}

.pic{
margin:5px;
}