/**********************************************************

Styles used for displaying the layout of the left hand navigation and content area

**********************************************************/
	
	
/****************************

Navigation

****************************/

/* Child (left hand) navigation styles */

#child-navigation {
	clear: left; 
	float: left;
	list-style: none;
	width: 24%;
	padding: 115px 0px 0px 1%;
	margin: 0px;
	}
	
#child-navigation li { 
	margin: 0px;
	padding: 0px 0px 6px 0px;
	background: #FFFFFF url("../images/lefthandnav_flashgradient.jpg") no-repeat bottom left;
	width: 100%
	}

#child-navigation li a { 
	display: block;
	padding-top: 6px;
	line-height: 2em
	}
	
#child-navigation li a img {
	vertical-align: bottom;
	width: 32px;
	height: 32px;
	padding: 0px 8px 0px 0px
	}
	
	
/****************************

Content area

****************************/

/* Layout of the container surrounding all of the content */

#content-container { 
	clear: none;
	float: left;
	width: 70%
	}
	
#content-container img { 
	margin-right: 10px;
	float: left
	}
	
#content-container h1 { padding-left: 0px }