body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #503D08;
}
body {background-color: #79003D; background-image: url(tempbg.png); height: 100%;}
a:link {color: #503D08;}
a:visited {color: #503D08;}
a:hover {color: #503D08;}
a:active {color: #503D08;}
h1 {font-size: 16px;}
h2 {font-size: 12px;}
h3 {font-size: 10px;}
h6 {font-size: 18px; text-align: center;}
table,tr,td{border: solid 1px #71570A;}

#header
{
 left: 15%;
 top: 0px;
 width:550px;
 height: 150px;
 background: #F2EEF0 url(temphead.jpg);
 position: absolute;
 border-left: solid 5px #71570A;
 border-right: solid 5px #71570A;
}

#navig
{
 left: 15%;
 top: 150px;
 width:550px;
 height: 30px;
 background: #F2EEF0;
 position: absolute;
 border-left: solid 5px #71570A;
 border-right: solid 5px #71570A;
 border-top: solid 3px #71570A;
 border-bottom: solid 3px #71570A;
 text-align: center;
}

#content
{
 left: 15%;
 top: 186px;
 padding: 10px;
 width: 530px;
 background-color: #F2EEF0;
 min-height: 100%;
 position: absolute;
 border-left: solid 5px #71570A;
 border-right: solid 5px #71570A;

}

