	/* CSS Styles for Basil Hogios site */
	
	body {
		background-color:#000;
		color: #ddd;
		font-family:verdana,sans-serif;
		}
	a:link { color: #CCC; }
	a:hover { color: #999; }
	a:active { color: #FFFFFF;}
	a:visited { color: #999; }
	
	h2, h3, h4 { 
		color: #9C9CC2; 
		font-weight: normal; 
	}
	h2 {
		font-family: Comic Sans MS, Verdana; 
		font-style:italic; 
		font-size: xx-large;
	}
	p { font-size:small; }
	
	#leftnav { width: 225px; margin-top: 20px;}
	
	#content {
	width: 530px;
	position: absolute;
	left: 238px;
	top: -9px;
	margin: 20px;
	padding-bottom: 30px;
	overflow: visible;
		}
	#content table { font-size:small; }
	#content td {padding: 7px; }
	#content table img {border: none;}
	
	img#mugshot {float:right; margin: 0 0 13px 13px;}
