

#header 
	{
	position: absolute;
	margin-top: 0;
	margin-bottom: 50;
	background-color: #FCB716;	
	width: 1000;
	height: 50;
	}
	
#main_menu
	{ 
	position: absolute;
	margin-top: 50; 
	margin-bottom: 480; 
	font-weight: normal;
	background-color: #FCB716; 
	width: 175;
	height: 480;
	} 



#main_body
	{ 
	position: absolute; 
	margin-top: 55; 
	margin-left: 180; 
	font-weight: normal;
	background-color: #FFFFFFF;
	width: 815;
	height: 480;
	}

body
	{
	margin: 0%;
	}
table
	{
	margin: 0%;
	}

h1
	{
	font-family: century gothic;
	font-size: x-small;
	font-weight: bold;
	color: #006F51;
	}
h2
	{
	font-family: century gothic;
	font-size: x-small;
	font-weight: bold;
	color: #006F51;
	}
h3
	{
	font-family: century gothic;
	font-size: medium;
	font-weight: normal;
	color: #006F51;
	}
h4
	{
	font-family: arial;
	font-size: small;
	font-weight: bold;
	color: #006F51;
	}
h5
	{
	font-family: century gothic;
	font-size: x-small;
	font-weight: bold;
	color: #006F51;
	}
h6
	{
	font-family: century gothic;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	}


:link 
	{
	color: #006F51;
	font-weight: bold;
	font-family: century gothic;
	font-size: x-small;
	text-decoration: none;
	
	}

:visited 
	{
	color: #006F51;
	font-weight: bold;
	font-family: century gothic;
	font-size: x-small;
	text-decoration: none;
	
	}


:hover 
	{
	color:#006F51;
	font-weight: bold;
	font-family: century gothic;
	font-size: small;
	text-decoration: underline;
	
	}

.menuimage	
	{
      	padding: 0px;
      	border: 0px ;
	}
.image	
	{
      	padding: 0px;
      	border: 2px solid #006F51;
	}
	
.alternateimage
	{
	padding: 0px;
      	border: 2px solid #FCB716;
	}
