
body {
	width: 670px;
	margin: 0px;
	padding: 0px;
	background-color: #F7F1FB;
	background-image: url(Images/Background2.bmp);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	letter-spacing: 0px
}
#cv {
	position: absolute;
        top: 100px;
	left: 100px;
	font-size: 12px;
	line-height: 1.4;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 570px;
}
#home {
	position: absolute;
        top: 30px;
	left: 790px;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(Images/Home.bmp);
	background-repeat: no-repeat;
	background-position: left top;
}
#cv .cvSection {
}
.cvDivider {
	background-image: url(Images/Divider.bmp);
	background-repeat: repeat-x;
	background-position: left top;
	
	margin: 4px;
}
.cvSectionHead {
	background-image: url(Images/HeadingWide.bmp);
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: White;
        margin: 4px; 
	padding-left: 4px;
}
.cvLeft {
	float: left;
	margin-left: 4px;
}
.cvRight {
	padding-left: 120px;
        padding-bottom: 10px;
}

