/*
Theme Name: Tabitha Lehigh
Author: Wes Fernley (FireStorm Interactive)
Author URI: http://www.firestorminteractive.com/
*/

body {	
	margin: 0;
	background-color: #45454f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFEFEF;
}
a {	
	color: #ff8400; 
	text-decoration: none;
}
a:hover {	
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0 0 12px 0;
}
#page {
	width: 760px;
	margin: auto;
	background: url(images/page-bg.jpg);
	padding: 0 20px;
}
#index-content {
	height: 224px;
	padding: 125px 0 0 61px;
}
#content-box {
	width: 573px;
	height: 329px;
	background: url(images/content-bg.gif);
	padding: 10px;
}
#content-box h1, h2, h3, h4, h5 {
	margin: 0;
}
#content-box h1 {
	font-size: 16px;
	color: #ff8400; 
	padding-bottom: 12px;
}
#content-box h2 {
	font-size: 14px;
	color: #ff8400; 
	padding-bottom: 12px;
}
#content-box h3 {
	font-size: 12px;
	color: #ff8400; 
}
#page-buttons {
	margin-left: -17px;
	width: 795px;
	height: 81px;
	background: url(images/button-bg.jpg);
}
#page-buttons a {
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 30px 0 30px 31px;
	font-size: 14px;
	font-weight: bold;
}
#page-buttons a:hover {
	color: #CBCBCB;
	text-decoration: none;
}
#footer {
	width: 795px;
	height: 210px;
	background: url(images/footer.jpg);
	margin-left: -17px;
}
#copyright {
	border-top: 1px solid #2c2b33;
	background-color: #45454f;
	margin: 0 -20px 0 -20px;
	color: #999999;
	text-align: center;
	font-size: 11px;
}
#copyright a {
	color: #999999;
}
