body	{
	margin: 0 auto;
	font-family: georgia, serif;
	background-color: #ecf2f5
	}
	
a:link	{
	text-decoration: none;
	color: #03a6fa;
	}
	
a:active	{
	text-decoration: none;
	color: #0079b8;
	}
	
a:visited	{
	text-decoration: none;
	color: #0079b8;
	}
	
a:hover	{
	text-decoration: none;
	color: #0079b8;
	}
	
#topBar	{
	width: 100%;
	height: 5px;
	background-color: #03a6fa;
	float: left;
	}

#middleBar	{
	color: #776E62;
	width: 100%;
	height: 345px;
	background-color: #fff;
	clear: left;
	}

#bottomBar	{
	color: #776E62;
	width: 100%;
	background-color: #ecf2f5;
	clear: left;
	}
	
.mainCopy	{
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -230px;
	width: 460px;
	font-size: 18px;
	font-style: italic;
	text-align: left;
	line-height: 23px;
	color: #30372c;
	}

.secondCopy	{
	position: relative;
	top: 16px;
	left: 50%;
	padding: 0px;
	margin: 0px 0px 16px -425px;
	width: 850px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	letter-spacing: 3px;
	line-height: 32px;
	color: #30372c;
	}

.imgTitle	{
	padding: 0px 0px 32px 0px;
	}

.pinkRule	{
	position: relative;
	left: 50%;
	top: 16px;
	margin: 16px 0px 16px -230px;
	height: 1px;
	width: 460px;
	background-color: #b30240;
	}
	

