body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top center;
	
	text-align:center;
	
	font-family:arial, helvetica;
}
#tagline{

	color:#408073;

	font-size: 24px;
	text-align:center;
	line-height: 60px;
	font-weight: bold;
	margin-top: 40px;

}

#content{
	width:570px;
	height:180px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	
	background-image: url(../images/vertDots.gif);
	background-position: top center;
	background-repeat: repeat-y;
	
	color:#408073;
	
	font-size: 16px;
	text-align:center;
	line-height: 18px;
}

#info{
	width:250px;
	text-align:left;
	font-family:"Times New Roman"
}
#contact{
	margin-left:300px;
	text-align:center;
	margin-top:-120px;
	line-height:24px;
	font-family:"Times New Roman"
}

#copyright{
	margin-left:auto;
	margin-right:auto;
	margin-top:90px;
	
	color:#8a181b;
	
	font-size: 10px;
}