@charset "UTF-8";
/* CSS Document */

html body {
	margin: 0;
	padding: 0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	width: 100%;
	background-color: #ffffff;
	font-size: 20px;
	height: 40px;
}

#footer {
	position: absolute;
	bottom: 0px;
	background-color: #ffffff;
}

#main {
	width: 780px;
	background-color: #ffffff;
	float: left;
	
}

img {
	border: none;	
}

.thumb {
	float: left;
	margin: 5px;
}

#leftnav {
	width: 150px;
	background-color: #ffffff;
	float: left;
}

#cv {
	font-family: Helvetica, Arial, sans-serif	
}

#leftnav .link {
	padding-bottom: 3px;	
}

#leftnav a {
	color: #000;
	text-decoration: none;
}

#container {
	width: 950px;
	margin-left: 10px;
}

.about {
	float: right;
	width: 230px;
}

.heading1 {
	font-size: 14px;
	font-weight: bold;
}

.subheading {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.description {
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
}

.feature {
	float: left;
	width: 450px;	
	margin-bottom: 10px;
}

.featureNav {
	cursor: pointer;	
}

.flFld {
	float: left;
	padding-right: 10px;
	
}

.newSection {
	clear: both;
	padding-top: 5px;
}


.txtField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
