body {
	background-color: White;
	font-family: 'trebuchet ms', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 10pt;
}

a:link, a:active {
	color: #660200;
	border-style:none;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: Grey;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-style:none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #414141;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #414141;
}

#main {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 730px;
	margin-left: -367px;
	height: 1000px;
	
}

#content {
	width: 300px;
	height:200px;
	background-image: url(images/work_in_progress.gif);
	float: left;
	}

#cv {
	position: absolut;
	margin-top: 92px;
	width: 430px;
	float: right;
}