/* CSS Document */
body {
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-color:#A6A6A6;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0E5899; 
	width:1010px;
	}

#header {
	width: 1000px;
	height:200px;
}

#leftNav {
	clear:both;
	float:left;
	width:390px;
}

#main {
	float:left;
	width:600px;
	padding:0px;
}
	
.heart_li {
	list-style-image:url(images/heart_li.gif);
}

.normal_li { 
	list-style-image:url();
	list-style:disc;
}

.ABC_li {
	list-style-image:url();
	list-style:upper-alpha;	
}

.bio {
	display:none;
}
