/* CSS Document */
#left {	
	width:325px;
}	
#right {	
	width:425px;
}
#right h1 {
	padding-bottom:10px;	
	font-size:13px;
	color:#00656d;
	line-height:20px;
	background-image:url(../images/h1_grad.jpg);
	background-repeat:no-repeat;
	background-position:0px 18px;
	margin:5px 0 0 5px;		
}
#right ul {
	margin-top:10px;
	margin-left:30px;
	list-style-image:url(../images/story_arrow.gif);
}
#right ul li a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	top:-2px;
}
#right ul li a:hover {
	text-decoration:underline;
}
