@charset "UTF-8";
body {
	background-color: #9EB2A7;
	margin: 0px;
	background-image: url(../images/calligraphy_bg.gif);
	background-repeat: no-repeat;
}
.content {
	background-color: #FFFFFF;
	height: 650px;
	width: 930px;
	margin-top: 50px;
	margin-left: 50px;
}
.susanHome {
	width: 350px;
	margin-top: 45px;
	margin-left: 74px;
	float: left;
}
.susanTagline {
	float: right;
	margin-right: 134px;
	margin-top: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f48268;
}
.clr {
	clear: both;	
}
.homeFlash {
	height: 375px;
	width: 662px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 136px;
}
#homeLink {
	width: 500px;
	margin-left: 136px;
	margin-top: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8d8583;
	float: left;
}
#homeLink a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8d8583;
	padding-top: 0px;
	text-decoration: none;	
}
#homeLink a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8d8583;
	padding-top: 0px;
	text-decoration: underline;	
}
#homeLink a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8d8583;
	padding-top: 0px;
	text-decoration: none;	
}
#twitter {
	float: right;
	background-image:url(../images/twitter.jpg);
	background-repeat:no-repeat;
	margin-right: 0px;
	margin-top: 45px;
	width: 43px;
	height: 42px;
}
#twitter:hover {
	background-position: 0px -38px;
}
#twitter span {
	display: none;
}
#facebook {
	float: right;
	background-image:url(../images/facebook.jpg);
	background-repeat:no-repeat;
	margin-right: 140px;
	margin-top: 45px;
	width: 43px;
	height: 42px;
}
#facebook:hover {
	background-position: 0px -42px;
}
#facebook span {
	display: none;
}
#footer {
	padding-top: 5px;
	margin-left: 50px;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 935px;
}
#footer .fltLft{
	float: left;
	height: 25px;
	width: 750px;
}
#footer .fltRgt{ float: right; height: 25px; width: 130px; }
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.clr {
	clear:both;
	width:0px;
	height:0px;
}

