body {
	background-image: url(images/bg.jpg);
	background-color: #5C2947;
	background-repeat: repeat-x;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color:#666666;
	line-height: 25px;
}

em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	color: #AE1419;
	line-height: 18px;
	}

#page{
	margin-left: auto;
	margin-right:auto;
}

#contentHolder{
	position:absolute;
	top:0px;
	}
	
#logo{
	position:relative;
	top:0px;
	left:0px;
}

#navBar{
	width:713px;
	height:45px;
	position:relative;
	top:0px;
	left:75px;
	padding:0px;
	white-space:nowrap;
	
}

#bodyContent{
	background-color:#FFFFFF;
	width:713px;
	top:0x;
	left:75px;
	height:100%;
	position:relative;
	}
	
#headerTextImage{
	position: relative;
	top: px;
	left: 18px;
	width: 400px;
}

#mainText{
	position: relative;
	float:left;
	margin-left: 80px;
	width: 400px;
}

#quotes{
	position: relative;
	float:right;
	padding-left: 20px;	
	padding-right: 30px;
	top: 10px;	
	background-image:url(images/bgquotes.jpg);
	width:175px;
	}

.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	color:#666666;
	line-height: 15px;
	margin-top: 0px;
}

.personQuoted{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#EEB211;
	line-height: 13px;
}

strong{
	color:#5C2947;
}a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B1151E;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #51243E;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EEB251;
}

ul{
	color:#AC0018;
	font-style:italic;
	line-height: 20px;
	font-size: 13px;
	padding-left: 10px;
}
