/* header styles */

#header {
	margin-top: 10px;
	width: 750px;
	height: 105px;
	background: url(../images/header-home-top.gif) no-repeat right top;
	}
	
h2 {	
	text-indent: -4000px;
	width: 750px;
	height: 150px;
	background: #000000 url(../images/header-home-image.jpg) no-repeat right top; 
	}
	
/* content styles */

#content p {
	width: 410px;
	margin-left: 100px;
	}

#content h2 {
	clear: both;
	width: 750px;
	height: 55px;
	text-indent: -4000px;
	background: #000000 url(../images/pgetitle-home.gif) no-repeat left top; 
	}
	
.pane {
	clear: both;
	width: 750px;
	background: #000000 url(../images/content-home-bg.gif) repeat left top; 
	}
	
/* footer styles */

#footer {
	clear: both;
	width: 750px;
	height: 80px;
	background: url(../images/footer-home-bg.gif) no-repeat left top;
	color: #757575;
	padding-top: 40px;
	}
	
#footer #rdslink {
	float: left;
	text-indent: 280px;
	}
	
#footer #copyright {
	float: right;
	text-indent: -220px;
	}