/* CSS Document */body {	padding: 0;	margin-top: 0;	background-color: #cccc99;}#header{	width: 750px;	position: absolute;	top: 0px;	left: 120px;}#photocol{	width: 250px;	background-color: #FFFFFF;	position: absolute;	top: 215px;	left: 120px;}#textcol{	width: 500px;	background-color: #FFFFFF;	position: absolute;	top: 215px;	left: 370px;}p {	font-family: Georgia, Times, serif;	font-size:13px;	line-height: 18px;	color: #000000;	text-align:left;	padding-left: 25px;	padding-right: 25px;}	.style1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #000000;	line-height: 18px;	padding-left: 25px;	text-align: left;}.style2 {	font-family: Georgia, Times, serif;	font-size:16px;	line-height: 18px;	color: #333300;	text-align:left;	padding-left: 25px;}a:link {	color: #996600;	text-decoration: none;}a:visited {	color: #996600;	text-decoration: none;}a:hover {	color: #996600;	text-decoration: underline;}a:active {	color: #996600;	text-decoration: none;}
