/* CSS Document */

/* global Style Sheet */

<style>

		

	
		body
		{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #ffffff;
		background-color: #ffffff;
		}
			
		#container
		{
		margin: auto;
		width: 835px;
		overflow: hidden;				
		text-align: left;
		background-image: url(../images/global/background_19.jpg); 
		border: 0px ;
		border-style: solid;
		border-color: none;
		}
				
		/*/////////////////////////////////////////////////////////////////////////////////////////////*/	
		
		#flash_movie
		{
		float: left;
		width: 640px;
		height: 250px;
	 	background-color: none ;
		}
		
		/*/////////////////////////////////////////////////////////////////////////////////////////////*/	
		
		#footer
		{
		float: left;
		width: 835px;
		overflow: hidden;
		background-color: ffffff;
		}
		
		
		
		/*/////////////////////////////////////////////////////////////////////////////////////////////*/
		/*////////////////////Holds the menu bar and the center of the page////////////////////////////*/	
		
		#left_holder
		{
		float: left;
		width: 640px;
		overflow:  hidden;
		background-color: none;
		}
		
		/*/////////////////////////////////////////////////////////////////////////////////////////////*/	
		/*////////////////////Holds holds the page title and the text for the page/////////////////////*/	
		
		#page_content
		{
		float: left;
		width: 460px;
		overflow: hidden;
		background-color: ffffff;
		}
		
		/*/////////////////////////////////////////////////////////////////////////////////////////////*/
		/*////////////////////Holds the graphic for the page title/////////////////////////////////////*/		
		
		#page_title
		{
		float: left;
		width: 460px;
		height: 30px;
		background-color: none;
		}
		
		/*/////////////////////////////////////////////////////////////////////////////////////////////*/
		/*////////////////////Holds the text for the page /////////////////////////////////////////////*/		
		
		#page_text
		{
		float: left;
		width: 460px;
		overflow: hidden;
	    padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-top: 20px;
		background-color: none;
		}
		
		/*/////////////////////////////////////////////////////////////////////////////////////////////*/
		/*////////////////////Holds the menu bar///////////////////////////////////////////////////////*/		
		
		#menu
		{
		float: left;
		width: 180px;
		overflow: hidden;
		background-color: none;
		}
		
		/*/////////////////////////////////////////////////////////////////////////////////////////////*/
		/*////////////////////Holds the individual images on the menu bar//////////////////////////////*/		
		
		#menu_holder
		{
		float: left;
		width: 180px;
		overflow: hidden;
		background-color: none;
		}
		
		/*/////////////////////////////////////////////////////////////////////////////////////////////*/
		/*////////////////////Holds the tips on thr right//////////////////////////////////////////////*/				
	
		
		#right_holder
		{
		float: left;
		width: 195px;
		height: 400px;
		background-color: none;
		}
		
		/*/////////////////////////////////////////////////////////////////////////////////////////////*/	
		/*////////////////////The tips for on the right hand side//////////////////////////////////////*/	
		
		#tip_1
		{
		float: left;
		width: 195px;
		height: 160px;
		background-image: none;
				;
		}
		
		
		#tip_2
		{
		float: left;
		width: 195px;
		height: 170px;
		background-image: none;
		}
		
		#tip_3
		{
		float: left;
		width: 195px;
		height: 150px;
		background-image: none;
		
		}
		
				
		
		/*/////////////////////////////////////////////////////////////////////////////////////////////*/
		
		
			
</style>
