	body{
	
		margin: 0px;
		padding:0px;
		
		

	
	}
	
	a{
		color:#8c7361;
		font-size:11px;
		font-family:Verdana;
		text-decoration:none;
		
	}
	

		
	
	#container #header{
		height:150px;
		
		
		background-image:URL(images/header_blue.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	
	#container #body{
	
		height:435px;
		/*padding-top:50px;*/
		
		background-image:URL(images/body_background_blue.gif);

	}
	
	#container #footer{
		height:36px;
		
		
		background-image:URL(images/footer_blue.gif);
	
	}


