@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #4c0e5e;
	background: url(../images/paper-body-background.jpg) repeat;
	margin: 0;
}
a {
	color: 4c0e5e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

a:link {
	color: #4c0e5e;}

p {padding: 7px;}

/*Page Structure*/

	
#top{
	background: url(../images/top-repeater.jpg) repeat-x top left;
	text-align: center;}
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	}
	
#main {
	margin: 0 auto;
	padding-bottom: 25px;}

	
/*Items on page*/
img#logo {
	text-align: center;}

img#eho {
	padding: 3px;}
	
	
/*text*/

.footer-text {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	color: 4c0e5e;
	}
	
/*Page-specific items - ONLY put things here with their own divs that are unique to page*/

/*homepage*/
#bottom {
	width: 960px;
	height: 580px;
	background: url(../images/magnolia.jpg) bottom right no-repeat;
	margin: 0 auto;
	}
	
/*build page*/
#bottom-small-magnolia {}

/*silent links*/

#silent-links h1{
	display: inline;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: 100;
}

#silent-links a {
	color: #f5ead4;}
	
a.fpc{
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #f3e5cb;
	font-size: 1px;
}

.socialTextHOME {
	float: left;
	position: absolute;
	padding: 5px;
	margin-top: 0;
	background-image: url(../images/paper-body-background.jpg);
	background-color: #f3e4cd;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

}

.social {
	padding: 0;
	width: 28px;
	height: 28px;
}



