#container
{
	margin: 0 auto;
	width: 805px;
	background:#fff;
	
}

#header
{
	background-color:#3882C7;
	background-image: url(logo.jpg);
	background-repeat:no-repeat;
	background-position:fixed;
	border:3px solid #000000;
	color:#fafafa;
	font-size:2em;
	height:8em;
	padding-left:2em;
	padding-top:1em;
	
}

#header h2 
{ 
	margin: 0; 
}



#content
{
	background: white;
	clear: left;
	padding: 20px;
	border:3px solid #000000;
	
	
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

#content h2
{
	font-size:1.6em;
margin:0.5em 0.5em 1em 0;
font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#footer
{
	background:#fff;
	text-align: right;
	padding: 20px;
	height: 1%;
	border:3px solid #000000;
	border-top:0;
	text-align:right;
font-size:.75em;
font-family: "Trebuchet MS", Helvetica, sans-serif;
}

body 
{
	background-color: #B2A176;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
}

p {
margin:1px 0.5em 0.5em 1.5em;
font-family: "Trebuchet MS", Helvetica, sans-serif;
}

/*float right*/
.right
{
         float: right; /*right in our text*/
         margin: 3px; /*space around the image*/
}

h1 {
	background-color: #314B60;
	border-style: ridge;
	border-color: #314B60;
	color:white;
	font: 1.1em Verdana,Helvetica,Arial,sans-serif;
	padding: 5px;
}
h1 a:link {color:#CCCCCC; text-decoration:none;}      /* unvisited link */
h1 a:visited {color:#CCCCCC; text-decoration:none;}  /* visited link */
h1 a:hover {color:white; text-decoration:underline;}  /* mouse over link */
h1 a:active {color:#CCCCCC}; text-decoration:none;  /* selected link */
h1 a:padding{10px};