/* FBC Douglasville main css styles */


body {
	width: 99%;
	margin:0px 0px; 
	padding:0px;
	background-color: #852121;
	}
	
#Header {
	width:900px;
	height:200px;
	margin:0px auto;
	background-color:#FFFFFF;
	z-index:1;
	background-image: url(../images/Swoop(header).jpg);
	}
	
#Content {
	width:880px;
	height:365px;
	background-color:#FFFFFF;
	z-index:2;
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/Swoop(content).jpg);
	background-attachment:inherit;
	}
	
#footer {
	width:900px;
	height:90px;
	margin:0px auto;
	background-color:#FFFFFF;
	z-index:3;
	background-image: url(../images/Swoop(footer_revised).jpg);
	}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
}
a {
	font-size: 12px;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #000099;
}
h1 {
	color: #0033FF;
	font-size:16px
}
h2 {
	color: #0066FF;
	font-size:14px
}
h3 {
	color: #00CCFF;
	font-size:12px
}
