/* navigation */
	#nav {
		background:#E6F7FF url(img/h300_reverse.png);
		border-bottom:1px solid #CCCCCC;
		height:130px;	
		width:725px;
	}
	
	#nav ul {	
		width:710px;
		margin:0 auto;	
	}
	
	#nav li {	
		border-right:1px solid #ddd;
		float:left;
		padding-left:1px;
		width:160px;
		list-style-type:none;
		text-align:center;
		margin-top:0px;
	}
	
	#nav a {
		color:#333333;
		display:block;
		padding:11px;
		position:relative;
		word-spacing:-2px;
		font-size:11px;		
		height:112px;
		text-decoration:none;
	}	
	
	#nav a.current {
		background:url(img/down_large.jpg);	
	}
	
	#nav img {
		background-color:#fff;
		border:1px solid #ccc;
		margin:3px 0 5px 25px;
		padding:4px;		
		display:block;
	}
	
	#nav strong {
		display:block;		
		font-size:13px;
	}
	
	/* panes */
	#panes {
		background:#E6F7FF url(img/h300_prom.png) repeat scroll 0 0;
		border-color:#ccc;
		border-style:solid;
		border-width:1px 1px 0;
		width:703px;	
		height:600px;
		margin-bottom:-20px;
		padding-bottom:20px;
		
		/* must be relative so the individual panes can be absolutely positioned */
		position:relative;
	}
	
	/* crossfading effect needs absolute positioning from the elements */
/*	#panes div {

	font-size:13px;
	color:#444;
	text-align: justify;
	}*/
	
	#panes img {
		float:left;
		margin-right:20px;		
	}
	
	#panes p.more {
		color:#000;
		font-weight:bold;
		margin-top:20px;
		font-size:14px;
	}

	
	#panes h3 {
		font-family:Helvetica;
		margin:0 10px -5px 0;
		font-size:24px;
		font-weight:normal;
		text-align:right;
		color:#333333;
	}
	
	.overlay {
		display:none;
		width:500px;
		padding:20px;
		background-color:#ddd;
	}
