body {
	background-color: #F7FAF6;
	margin:0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #000000;
}

p { 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #000000;  
}

h1 { 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000; 
	margin: 8px; 
}

h2 { 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #000000; 
	margin-top: 20px; 
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}

a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
}
a:hover, a:active { 
	text-decoration: none; 
	color: #00BAFF;
}


#intro {
	position:absolute;
	width:579px;
	top:20px;
	left:100px;
	background-color:#F7FAF6;
	padding:0px;
}

#main {
	position:absolute;
	top:90px;
	left:100px;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:40px;
}
#line {
	position:absolute;
	width:832px;
	height:2px;
	background-image:url(../pics/bckgrnd.gif);
	background-repeat: repeat-x;
	background-color:none;
	padding:0px;
}

#allrightsreserved {
	position:absolute;
	background-color:none;
	padding:0px;
	font-size: 10px;
}