body{
	background: url(../images/background.gif ) top center repeat-x #FFFFFF;
	margin: 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 16px; 
	color: #4f4f4f;
}

h2 {
	font-size: 18px;
	color: #4f4f4f;
	font-weight: 200;
}


a {
	color:#409FD7; 
	text-decoration: none;
}

a:hover {
	color:#409FD7; 
	text-decoration: underline;
}

#container {
    background: url(../images/background.gif ) top center repeat-x #FFFFFF;
	width:940px; 
	margin: 0 auto;
}

div#head{
	width: 940px;
	height: 80px;
  
}

div#logo {
	color: #FFFFFF;
	font-size: 24px;
	margin-top: 63px;
	margin-left: 54px;	
	width: 250px;
	float: left;
	line-height: normal;
 
}

div#toplinks{ 
	float:right;
	margin-top: 74px; 
	margin-right: 54px;
	font-size:13px; 
	color:#FFFFFF;
	height: 20px;

}

div#toplinks a{ 
	color:#FFFFFF; 
	text-decoration: none;

}

div#toplinks a:hover{
	text-decoration: underline;
}

div#home-img {
	width: 834px;
	height: 229px;
	margin-top: 30px;
	margin-left: 54px;
}

/**
div#shadow {
	width: 834px;
	height: 228px;
	margin-top: -224px;
	margin-left: 58px;
	background-image: url(../images/shadow.png);
}
**/

div#heading {
	font-size: 24px;
	margin-left: 54px;
	margin-top: 15px;
}

.heading-text {
	padding-top: 20px;
	padding-left: 0px;

}

.main-copy {
	margin-left: 54px;
	margin-top: 30px;
	line-height: 20px;
	width: 834px; 
	clear: left;

}

div#facebook {
	margin-left: 54px;
	margin-top: 15px;
	width: 100px;
	height: 40px;
	float: left;
	clear: left;
}

.facebook-text {
	padding-left: 34px;
	padding-top: 11px;
}


.footerband {
	background : url(../images/stripe3.png);
	height : 150px;
	margin-top : 20px;
}

div#footer {
	width:940px; 
	margin: 0 auto;
}

.footer-copy {
	margin-left: 54px;
	margin-top: 20px;
	width: 834px;
	color: #FFFFFF;
	float: left;
}

.footer-links {
		float: right;
		color: #FFFFFF;
}

.footer-links a {
		color: #FFFFFF;
		text-decoration: none;
}

.footer-links a:hover {
	text-decoration: underline;
	}
	
.copyright {
		float: right;
		color: #FFFFFF;
		margin-top: 15px;
		clear: right;
}