/* header styles */

#header {
	background: url(../images/header_home.jpg) no-repeat right top;
	padding: 0px;
	float: left;
	width: 750px;
	height: 150px;
	}
	
/* set the pane and submenu widths different for the homepage */

#pane {
	float: right;
	width: 521px;
	padding:0;
}

#pane p {
	margin: 10px 10px 0px 0px;
}
	
#pane ul {
	color: #666666;
	text-decoration: none;
	font-size:11px;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
}	

#pane li{
	margin-bottom:0px;
}	
	
#submenu {
	float: left;
	width: 219px;
	margin-right: 10px;
	}

/* content styles */

#content {
	margin: 0px 0px 10px 0px;
	background: url(../../images/content_bg_home.gif) repeat left bottom;	
	}
	
#content h4 {
	background: url(../images/content_title_home.gif) no-repeat right top;
	}
	
#content_bottom {
	clear: both;
	height: 10px;
	width: 750px;
	background: url(../../images/content_home_bottom.gif) no-repeat right bottom;
	}

#submenu h3 {
	padding-left: 10px;
	font-weight: bold;
	}
	
	
