

#header 
	{
	position: absolute;
	margin-top: 0px;
	margin-bottom: 15px;
	background-color: #000000;	
	width: 1200px;
	height: 50px;
	}
	
#main_menu 
	{ 
	position: absolute;
	margin-top: 51px; 
	margin-right: 450px; 
	font-weight: normal;
	background-color: #FFFFFFF; 
	width: 125px;
	height: 800px;

	} 

#main_body
	{ 
	position: absolute; 
	margin-top: 51px; 
	margin-right: 450%; 
	font-weight: normal;
	background-color: #FFFFFFF;
	width: 800px;
	height: 800px;
	}

#footer 
	{
	position: absolute;
	margin-top: 530px;
	background-color: #000000;
	width: 1000px;
	height: 50px;
	
	}

body
	{
	margin: 0%;
	}
table
	{
	margin: 0%;
	}

h1
	{
	font-family: tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	}
h2
	{
	font-family: tahoma;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;

	}
h3
	{
	font-family: tahoma;
	font-size: x-small;
	color: #000000;


	}

h4
	{
	font-family: arial;
	font-size: x-small;
	font-weight: normal;
	color:  #000000;


	}
h5
	{
	font-family: arial;
	font-size: x-small;
	font-weight: normal;
	color:  #FFFFFF;


	}


:link 
	{
	color: #000000;
	font-weight: bold;
	font-family: tahoma;
	font-size: x-small;
	text-decoration: none;
	}

:visited 
	{
	color: #000000;
	font-weight: bold;
	font-family: tahoma;
	font-size: x-small;
	text-decoration: none;
	}


:hover 
	{
	color:  #000000;
	font-weight: bold;
	font-family: tahoma;
	font-size: x-small;
	text-decoration: underline;
	}

