@charset "utf-8";
/* CSS Document */

body {
background-color:#8f040e; /*maroon*/
background-image:url(images/bg01.jpg);
background-position:top;
background-repeat:repeat-y;
font-size:100.1%;
color:#003300;
}

ul li {
list-style-type:none;
}


#wrapper {
width:700px;
margin:25px auto;
border:2px solid #8f040e;
}

#header {
width:700px;
text-align:center;
}

#content {
padding:10px 25px;
background-color:#bccfa1;
}

#footer {
font-size:80%;
background-color:#8f040e;
width:700px;
color:#bccfa1;
}

a, a:link {
color:#8f040e; /*maroon*/
text-decoration:underline;
}

a:visited {
color:#fff;
text-decoration:underline;
}

a:hover, a:active, a:focus {
color:#8f040e;
text-decoration:none;
}

#footer a, #footer a:link {
color:#bccfa1;
text-decoration:underline;
}

#footer a:visited {
color:#fff;
text-decoration:underline;
}

#footer a:hover, #footer a:active, #footer a:focus {
color:#bccfa1;
text-decoration:none;
}




.boldlarge {
font-weight:bold;
font-size:150%;
}

.boldred {
color:#8f040e;
font-weight:bold;
}

.small {
font-size:90%;
}

.underline {
text-decoration:underline;
}