/* ------------------------------------- GENERAL LAYOUT STYLES -------------------------------------- */
body {
	background-color: #eceee3;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img {
	border: 0px;
}
form {
	padding:0px;
	margin:0px;
}
/* -- Overall Layout -- */
#container {
	background-color: #FFFFFF;
	margin: auto;
	width: 910px;
	position: relative;
	border: 2px solid #e8e9ea;
}
#top-spacing {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #73cbc7;
	margin-bottom: 10px;
}

/* -- Left Content -- */
#left-content {
	float: left;
	width: 170px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 15px;
}
#left-content-navigation {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#small-box {
	background-image: url(../images/layout/small-square.jpg);
	background-repeat: no-repeat;
	height: 146px;
	width: 107px;
	padding-top: 12px;
	padding-left: 60px;
	padding-right:2px;
	margin-right:2px;
	float: left;
}

/* -- Right Content -- */
#right-content {
	background-image: url(../images/layout/bs-middle.jpg);
	float: left;
	width: 706px;
	background-repeat: repeat-y;
	margin-left: 3px;
	margin-bottom: 10px;
}
#content-spacer {
	float: right;
	height: 456px;
	width: 1px;
}

/* -- Inside Content --- */
#bs-top {
	background-image: url(../images/layout/bs-top.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 706px;
}
#bs-middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 20px;
	margin-left:15px;
	padding-right: 5px;
	padding-left: 5px;
	color: #874F10;
}
#bs-footer-text {
	display: block;
	text-align: right;
	padding-top: 40px;
}
#bs-bottom {
	background-image: url(../images/layout/bs-bottom.jpg);
	background-repeat: no-repeat;
	clear: right;
	height: 15px;
	width: 706px;
}

/* -- Bottom Content -- */
#bottom-spacing {
	height: 34px;
	clear: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #97d6cb;
	border-bottom-color: #97d6cb;
	margin-bottom: 20px;
	width: 910px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#blog {
	background-color: #F4F1E2;
	border: 1px solid #E8E9E4;
	margin-left: 22px;
	float: left;
	line-height: 32px;
	width: 165px;
	text-align: center;
	height: 32px;
}
#newsletter {
	background-color: #F4F1E2;
	border: 1px solid #E8E9E4;
	margin-left: 24px;
	float: left;
	line-height: 32px;
	width: 665px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #929F98;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	height: 32px;
}
#footer {
	font-size:10px;
	color:#929F98;
	margin:auto;
	position:relative;
	padding-top:2px;
	padding-bottom:10px;
	height:20px;
	width:910px;
}
#footer a {
	color:#929F98;
	text-decoration:none;
}