@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #621714;
}	

#container {
	margin: 0px auto;
	padding: 0px;
	width: 1100px;
	position: relative;
}

#content-main {
	position: relative;
	margin: 125px 0 0 0;	
}

/* 09 Birding and Nature Festival */

p#scbnf {
	font-family: Times, serif;
	position: absolute;
	top: 50px;
	left: 198px;
	color: #ddbb36;	
}

p#scbnf a:link, a:visited {
	color: #fff;
	text-decoration: none;	
}

p#scbnf a:hover {
	color: #fff;
	text-decoration: underline;	
}

p#scbnf a:active {
	color: #ddd;
	text-decoration: underline;	
}