body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, helvetica, sans-serif;
		text-align: center;
		color: grey;
		background-color: white;
		 
	}
	
	#container
	{
		z-index: 1;
		position: absolute; top: 0px; 
		margin: 1em auto;
		left: 50%;
		top: 50%;
		width: 960px;
		height: 640px;
		text-align: left;
		margin-left: -500px;
		margin-top: -350px;
		background-color: none;
		background-image:url('backgroundpic.jpg');
		background-repeat:no-repeat;
		background-position:center;
		border: 0px;
		border-style:none;
		border-color: grey;
	}
	
	#header
	{
		z-index: 2;
		position: absolute; top: 0px; left: 0px;
		height: 100px;
		width: 800px;
		background-color: none;
	}

	#rightheader
	{
		z-index: 2;
		position: absolute; top: 55px; left: 500px;
		width: 300px;
		height: 100px;
		background-color: none;
	}
	
	
	
	#menu
	{
		z-index: 2;
		position: absolute; top: 390px; left: 500px;
		width: 300px;
		height: 280px;
		background-color: none;
		
	}

	
	#contents	
	{
		z-index: 2;
		position: relative; top: 80px; left: 50px;
		height: 370px;
		width: 690px;
		background-color: none;
		overflow: none;
	}
	
	#footer	
	{
		position: relative; bottom: -99px; left: 0px;
		width: 960px;
		height: 50px;
		background-color: none;
	}
h1 { 
color : #FF8080;
font-weight:normal;
font-style: normal;
font-size : 16px;
font-family : book antiqua, Georgia, serif}

h2 {  
color : #FF8080;
font-weight: NORMAL;
font-size : 14px;
font-family : book antiqua, Georgia, serif
}

h3 { 
color : #E9967A;
font-weight: normal;
font-size : 14px;
font-family : book antiqua, georgia, serif}

	a {
	font-size: 16px;
	color: #2F4F4F;
	text-decoration: none;
}
a:visited {
	color: #2F4F4F;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FF8080;
	text-decoration: none;
	}