@charset "utf-8";

body {
	background-color: #000033;
	background-image: url(images/buck_bodybackground.jpg);
}

#wrapper {
	margin: auto;
	height: auto;
	width: 955px;
	border: thin solid #003300;
	display: inline-block;
	left: 15px;
}

#header {
	display: inline;
	height: auto;
	width: 955px;
	
}

#bucknavs {
	width: 955px;
	background-color: #1B7648;
	height: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-top-style: solid;
	border-top-color: #1B7648;
	border-top-width: thin;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006666;
	display: inline-block;
}

#narrative{
	background-image: url(images/bucks_gradient.jpg);
	background-color: #1B7648;
	display: inline;
	float: left;
	width: 955px;
	height: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
}

#leftNarravtive {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 728px;
	margin-left: 15px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #003300;
}

p {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
}
li {
	font-size: 12px;
	line-height: 14px;
}




#rightNarrative {
	display: inline;
	float: right;
	height: auto;
	width: 200px;
	font-size: 18px;
	color: #003300;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}

.copyright {font-size: x-small}
