#leftcol {	
	width: 240px;
	padding: 50px 15px 15px 50px;
	float: left;
	position: relative;
	left: 10px;
}

#leftcol ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 100px 0px;
}

#leftcol ul li {
	width: 200px;
	height: 20px;
	padding: 6px 2px 2px 2px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	background: #FFFF33;
	/* Use background to link to an image when image has been made */
}

#leftcol ul li a {
	color: #999999;
	text-decoration: none;	
}

#picboxL {
	width: 340px;
	height: 300px;
}

#rightcol {	
	width: 470px;
	padding: 5px;
	float: right;
	position: relative;
	left: 10px;
	text-align: justify;
}

#rightcol a {
	color: #666666;
	text-decoration: none;
}