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

body {
    background-color:#990000;
	}
	
#wrapper {
	width:802px;
	height:100%;
	background-color:#FFFFFF;
	margin:0 auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F9A84C;
	border-right-color: #F9A84C;
	border-bottom-color: #F9A84C;
	border-left-color: #F9A84C;
	color:#000000;
	text-align:center;
	 }
	 
#header {
	width:802px;
	height:92px;
	background-color:#663300;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
   }
   
p  {
   font-weight:bold;
   font-family:Arial;
   font-size:12px;
   }
   
img {
	border: medium solid #996C17;
   }
   
h1 {
   font-family:Arial;
   font-weight:bold;
   color:#FFFFFF;
   }
   
h2 {
   font-family:Arial;
   font-weight:bold;
   text-decoration:underline;
   font-size:40px;
   color:#003366;
   }
   
h3 {
   font-size:30px;
   text-decoration:underline;
   }
   
a:link {
    color:#990000;
	}
	
a:visited {
    color:#990000;
	}