/* CSS Document */

body {
	background-color:#1d170b;
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-x;
	min-height:1000px;
	text-align:center;
	margin-top:0;
}

#holder {
	width:1000px;
	margin:auto;
}

#banner {
	width:1000px;
	height:245px;
	background-image:url(../images/fbc_01.jpg);
	background-repeat:no-repeat;
}

#main {
	width:975px;
	margin:auto;
	padding:12px 0 0 0;
}
	
#verse {
	clear:both;
	width:975px;
	text-align:center;
	padding:10px 0 0 0;
}

#copy {
	width:975px;
	padding:20px 0 0 0;
	text-align:center;
}

/** TEXT **/

h1, p, #visitors, #members, #copy {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

#visitors {
	font-size:14px;
	font-weight:bold;
	color:#1c170a;
}

#members {
	font-size:14px;
	font-weight:bold;
	color:white;
}

#verse {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#706448;
	font-weight:bold;
}

#copy {
	font-size:10px;
	color:#706448;
}

#copy a {
	color:#706448;
	text-decoration:none;
}

#copy a:hover {
	color:white;
}
