	body		{margin: 0px;
			 background-image: url(img/background_main.gif);
			 background-repeat: repeat-y;
			 }
	
	span		{margin: 0px 10px;
			 text-decoration: none;
			 color: rgb(200,50,50);
			 font-family: Arial, Helvetica, Tahoma, sans-serif;
			 background-color: rgb(240, 243, 212);
			}
	
	#links
			{width: 200px;
			 clear: both;
			 float: left;
			}

	
	#links a	{display: block;
			 color: rgb(200,50,50);
			 background-color: rgb(240, 243, 212);
			 text-decoration: none;
			 padding-left: 20px;
			 height: 20px;
			 border-bottom: 1px solid brown;
			}

	#links a:hover	{background-color: #DDE0BD;
			 color: brown;
			}

	#header_links	
			{border-top: 1px solid black;
			 border-bottom: 2px solid black;
			 text-align: center;			 
			}

	#header_links a
			{margin: 0px 10px;
			 text-decoration: none;
			 color: rgb(200,50,50);
			 font-family: Arial, Helvetica, Tahoma, sans-serif;
			 }

	#header_links a:hover
			{text-decoration: underline;
			 background-color: rgb(240, 243, 212);
			}

	#header	p	{height: 143px;
		 	 width: 200px;
			}

	#header_right 	{margin-left: 200px;
			 text-align: center;
			 }

	#header_right p	{margin: 0px;
			 padding: 0px;
			}

	#left_images img
			{visibility: hidden;
			}

