		<!--
		body {
			background: black;
			font-family: Helvetica, Arial, Verdana, sans-serif;
			font-size: 13px;
			line-height: 1.2em;
			color: white;
			padding: 0;
			margin: 0;
			}
		p, td, ul, li, h1, h2 {
			font-family: Helvetica, Arial, Verdana, sans-serif;
			font-size: 13px;
			color: white;
			}
		a:link {
			font-weight: bold;	
			color: #6cc;
			text-decoration: none;
			background: transparent;
		}
		a:visited {
			font-weight: bold;	
			color: #9cc;
			background: transparent;
			text-decoration: none;						
		}
		a:hover {
			font-weight: bold;	
			color: #cc6;
			background: transparent;
		}	
		li { 
		list-style-image: url("img/bullet_star.gif");
		margin-bottom: .6em;
		}	
		#header {
			width: 800px;
			height:98px;
			padding: 0;
			margin: 0;
		}
		#header h1 {
			margin: 0;
		}
		#navigation {
			letter-spacing: 1px;
		}
		#navigation ul {
			margin: 3px;
			padding: 0 10px;
		}
		#navigation li {
			display: inline;
		}
		#navigation	a:link, #navigation a:visited {
			color: white;
			background: url("img/bullet_nav.gif") left no-repeat;
			margin-left: 5px;
			padding-left: 20px;			
		}
		#navigation a:hover {
			color: #9cc;
			background: url("img/bullet_nav_over.gif") left no-repeat;			
		}	
		#content {
			text-align: left;			
			padding: 0 18px;			
		}
		#content td {			
			vertical-align: text-top;			
		}
		#content p{
			margin-top:0.1em;
		}
		#pagepic {
			text-align: right;
			vertical-align: 0;
			margin:0 20px;
			padding:0 20px 0 0;
		}	
		#cv td{
			margin: 0;
			padding: 4px 0;
		}
		-->