body {
	background-color: #CCFFCC;
	background-image: url(images/cv31a.png);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	padding-top: 100px;
}

h1 {
	color: #3300FF;
	font-size: 3em;
	font-family: Arial, Helvetica, sans-serif;
	margin: -20px 0 0 400px;
	font-style: oblique;
	line-height: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 150%;
	margin: 0 100px 0 400px;
}


h2 {
	color: #B1967C;
	font-weight: normal;
	font-family: "Palatino Linotype", Baskerville, serif;
	font-size: 2.2em;
	border-bottom: 2px white solid;
	background: url(images/bullet_flower.png) no-repeat;
	padding: 0 0 2px 80px;
	margin: 0;
	text-indent: 50px;
	text-indent: 500px;
	letter-spacing: normal;
	text-align: left;
	text-indent: 50px;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	display: none;
}
.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: strong;
	font-size: 1.6em;
	color: #616161;
	line-height: 150%;
	margin: 0 100px 0 400px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 270px;
	left: 5px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000 ;
	text-decoration: none;
	background-color:#0000FF;
	padding: 6px 6px 6px 6px;
	width: 12em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}