
#maintop {
	background-image: url('pics/main.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed; 
	position: absolute; 
	left: 150px; 
	top: 0px; 
	text-align: left; 
	margin: 1px 19px; 
	width: 610px; 
	height: 370px; 
	border: 0px solid #C0D9FF; 
	background-color: #E2C6E2;
}

#main { 
	position: absolute; 
	left: 150px; 
	top: 15px; 
	text-align: left; 
	margin: 0px 19px; 
	width: 610px; 
	height: 375px; 
	border: 1px solid #62A0FF; 
	background-color: #E2C6E2;
	font-family: 'Arial Narrow', 'Times New Roman';
	font-size: 10.5pt;
	color: #0033CC;
	font-style: normal;
	font-weight: normal;
	overflow: auto;
}

a:link { 
	color: #0033CC; 
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana,'Arial Narrow', 'Times New Roman';
	font-size: 8pt;
}

a:visited {
color: #0033CC; 
text-decoration: none;
font-weight: bold;
font-family: Verdana, 'Arial Narrow', 'Times New Roman';
font-size: 8pt;
}