@charset "utf-8";
/* CSS Document */

/*Tag Selectors */
body {background-image: url(images/background.png); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-align: center;}
h1 {font-family: Georgia, "Times New Roman", Times, serif; color: #3C4A52; font-size: 18px; border-bottom: 1px solid #3C4A52; margin: 0px; font-variant: small-caps;}
h2 {font-family: Georgia, "Times New Roman", Times, serif; color: #3C4A52; font-size: 16px;  margin: 0px;font-variant: small-caps;}
h3 {font-family: Georgia, "Times New Roman", Times, serif; color: #3C4A52; font-size: 14px;  margin: 0px;font-variant: small-caps;}
h4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; border-top:1px solid #3C4A52; font-weight: normal;}
input, select, option, textarea, reset, submit {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; border:1px solid #3C4A52; }


/*ID Selectors */
#container {margin: 0px auto; width: 575px; background: #E6DB9A;}
#header {width: 100%; text-align: center;}
#side {width: 20%;float: left;}
#content {float: right; width: 75%; padding: 5px; text-align: left;}
#footer {clear: both; text-align: left; padding: 5px;}

/*Pseudo Selectors */
a:link {color: #94A184; text-decoration: none;}
a:hover {color: #3C4A52; text-decoration: none;}
a:visited {color: #2A2E36; text-decoration: none;}
a:active {color: #94A184; text-decoration: none;}

/*Class Selectors */
.flstats {background: #FFF0BA; border: 3px solid #94A184; padding: 5px; text-align:left; width: 75%;}
