@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}

body {
	font-family: 'Georgia', serif;
	font-size: 16px;
	line-height: 15px;
	color: #000;
	text-align:center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
    margin-right: auto;
	background-color: ##FAEFAB;
	background-image: url(images/bfgb_tile.gif);
	background-repeat: repeat;
}

.wrapper {
	width: 900px;
	margin-left: auto;
    margin-right: auto;
	padding: 0;
	border: 0;
	background-color: #fff;
}

.main {
	font-size: 20px;
	line-height: 30px;
	margin-left: 25px;
	margin-right: 50px;
	text-align: left;
	float: right;
	width: 525px;
}

.sidebar {
	font-size: 20px;
	line-height: 30px;
	margin-left: 50px;
	margin-top: 20px;
	text-align: left;
	font-style:italic;
	float: left;
	width:250px;
}

.sidebar ul {
	list-style-type: none;
	padding:0;
	margin-top: 20;
	margin-left: 0;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
}

.footer {
	position: relative;
	width: 100%;
	clear:both;
	
}

p {
	font-family: 'Georgia', serif;
	font-size: 16px;
	line-height: 26px;
	color: #000;
}	
	

h1 {
	font-family: 'Georgia', serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
	max-width: 800px;
}

h2 {
	font-family: 'Georgia', serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;

}

a:link {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #8cc63f;
	text-decoration: none;
}