html {
	scrollbar-face-color: #CDCDC8;
	scrollbar-shadow-color: #CDCDC8;
	scrollbar-highlight-color: #CDCDC8;
	scrollbar-3dlight-color: #EDEDE8;
	scrollbar-darkshadow-color: #9D9D98;
	scrollbar-track-color: #FDFDF8;
	scrollbar-arrow-color: #9D9D98;
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
}

body {
	background-color: #FDFDF8;
	overflow: auto;
	text-align: justify;
}

a:link {
	color: black;
	text-decoration: none;
}

a:active {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

div#pic {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 215px; 
	height: 240px; 
}

div#contactinfo {
	position: absolute; 
	left: 0px; 
	top: 470px; 
	width: 215px; 
	height: 100px; 
	background-color: #008000;
	font-size: 12px;
	color: white;
	display: block;
	text-align: left;
}

div#pictures {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 215px; 
	height: 470px; 
	background-color: #008000;
	display: block;
}

div#main {
	position: absolute; 
	left: 220px; 
	top: 5px; 
	width: 870px; 
	height: 565px;
}