.bigLetter {
	float:left;
	color:#4F3713;
	font-size:35px;
	line-height:25px;
	padding-top:2px;
	padding-right: 1px;
	font-weight: bold;
}

html, body {
	height: 100%;
	}
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #F38B4C;
	}
#container {
	min-height: 100%;
	background-image: url(images/css/background.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	}
.right {
	text-align: right;
}

	
#holder {
	width: 881px;
	padding-bottom: 50px;
	
}
.capitals {
	font-size: 14px;
	text-transform: uppercase;
}

#left {
	width: 127px;
	float: left;
	
}
#right {
	width: 731px;
	margin-left: 127px;
}
#middle {
	background-image: url(images/css/middle.jpg);
	background-repeat: no-repeat;
	width: 731px;
	height: 155px;
}
#top {
	background-image: url(images/css/header.jpg);
	background-repeat: no-repeat;
	width: 731px;
	height: 137px;
}
#links {
	width: 525px;
	padding-top: 75px;
	padding-left: 175px;
}
#content {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-left: 60px;
	font-size: 13px;
	color: #333;
}
#links a:hover {
	color: #5C8235;
	text-decoration: underline;
}
#links a {
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	padding-right: 6px;
}
#content a {
	color: #BC6F3B;
	text-decoration: none;
}
#content h2 {
	color: #F6904E;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.grey {
	color: #666;
}
#content img {
	padding: 3px;
	border: 1px solid #D6D6D6;
}
.orange {
	color: #F38B4C;
}
