@charset "UTF-8";
/* CSS Document */

<style type="text/css">
body
	{background-color:#FFF}
 
#container
	{background-image:url(Images/background.jpg);
	width:1000px;
	height:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px}
	
#navigation
	{background-color:#FFF;
	width: 200px;
	height:auto;
	position:absolute;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	margin-left: 42px;
	margin-top: 110px;
	line-height: 18px}
	
	#navigation ul{list-style:none; margin:0; padding:0}
	
	#navigation a {color:#999; background-color:#FFF; text-decoration: none}
	#navigation a:hover {color:#000; background-color:#FFF}
	
#title
	{background-color:#FFF;
	width: 885px;
	height: 35px;
	position: absolute;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	margin-left:270px;
	margin-top:110px;
	line-height:normal}
	
	
#text
	{background-color:#FFF;
	width: 885px;
	height: 45px;
	position: absolute;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	margin-left:270px;
	margin-top:135px;
	line-height:normal}
	
	#text a {color:#999; background-color:#FFF; text-decoration: none}
	#text a:hover {color:#000; background-color:#FFF}
	
#image
	{background-color:#FFF;
	width: 885px;
	height: 475px;
	position: absolute;
	margin-left:270px;
	margin-top:200px}

	

	

	
	




</style>

