html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body 	{
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background: url(../img/floral_bg.jpg) repeat-y;
}
a {
	text-decoration: none; 
}
a:hover,a:visited:hover { 
	text-decoration: underline;
}
.header {
	background-image: url(../img/head1.jpg);
	height: 150px;
	width: 1000px;
}
.header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-right: 25px;
	padding-top: 20px;
}
.menu {
	background-image: url(../img/head2.jpg);
	height: 50px;
	width: 1000px;
}
.menu-text {
	font-family: Tw Cen MT;
	font-size: 17px;
	padding-right: 35px;	
}
.menu-text a {
	text-decoration: none; 
	color: #ffffff;
}
.menu-text a:hover,a:visited:hover { 
	color: #a89b6d; text-decoration: none;
}
	
.top-spacer {
	background-image: url(../img/head3.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 46px;
	text-indent: 260px;
	line-height: 25px;
	vertical-align: baseline;
	width: 1000px;
}
.top-spacer a {
	text-decoration: none; 
	color: #000000;
}
.home-content {
	padding: 15px;
}
.body-content {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.body-text-content {
	padding-left: 5px;
	padding-right: 15px;
}
.body-text-content img {
	padding: 5px;
}
.body-blurb {
	padding-left: 10px;
	padding-right: 25px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.title {
	font-family: Tw Cen MT;
	font-size: 23px;
	color: #FFFFFF;
	font-variant: small-caps;
	padding: 10px;
	background-color: #375a84;
	margin-top: 15px;
	margin-right: 15px;
}
.title-header {
	font-family: Tw Cen MT;
	font-size: 23px;
	color: #FFFFFF;
	padding: 10px;
	background-color: #790101;
	margin-top: 15px;
}
.title-follow {
	font-family: Tw Cen MT;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #808080;
	margin-top: 15px;
	background: url(../img/floral_bg.jpg) repeat-y;
}
#credit {
	font-size: 11px;
}
#credit a { text-decoration: none; color: #000; }
#credit a:hover,a:visited:hover { color: #000; text-decoration: underline;}	
.footer {
	background-image: url(../img/body-bg-bottom.jpg);
	height: 25px;
	width: 1000px;

