* {
	margin: 0px;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/brooksidebg.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
	background-color: #333333;
	color: #FFFFFF;
}
/* Page Layout Styles */
#page-container {
	width: 630px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
}
#header {
	width: 630px;
	height: 300px;
	overflow: visible;
	position: relative;
	border-bottom: 2px dotted #A8AC87;
	z-index: 1010;
	font-size: 1em;
}
#header-img {
	width: 630px;
	height: 245px;
}
#header-text {
	float: right;
	overflow: hidden;
	width: 590px;
	padding: 0px 30px 10px 10px;
	text-align: right;
	font-size: 1em;
	color: #FFFFFF;
}
#header-text a{
	color: #FFFFFF;
}
#content-container {
	width: 630px;
	position: relative;
	overflow: hidden;
	z-index: 1000;
}
#content {
	float: left;
	overflow: hidden;
	font-size: 1.3em;
	width: 380px;
	padding: 10px;
}

#content-images {
	float: left;
	overflow: hidden;
	width: 150px;
	padding: 10px;
}
#content-images img {
	padding-bottom: 10px;
}
#content-text {
	float: left;
	overflow: hidden;
	width: 380px;
	padding: 10px;
}
#content-text a{
    color: #FFFFFF;
}
/* Gallery Content */
#contentG {
	float: left;
	overflow: hidden;
	font-size: 1.3em;
	width: 610px;
	padding: 10px;
}

#contentG-images {
	float: left;
	overflow: hidden;
	width: 150px;
	padding: 10px;
}
#contentG-images img {
	padding-bottom: 10px;
}
#contentG-text {
	float: left;
	overflow: hidden;
	width: 590px;
	padding: 10px;
}
#contentG-text a{
    color: #FFFFFF;
}

/* Contact Content */
#contentC {
	float: left;
	overflow: hidden;
	font-size: 1.3em;
	width: 610px;
	padding: 10px;
}

#contentC-images {
	float: left;
	overflow: hidden;
	width: 150px;
	padding: 10px;
}
#contentC-images img {
	padding-bottom: 10px;
}
#contentC-text {
	float: left;
	overflow: hidden;
	width: 590px;
	padding: 10px;
}
#contentC-text a{
    color: #FFFFFF;
}

#sidebar {
	float: right;
	overflow: hidden;
	width: 190px;
	font-size: 1.2em;
	padding: 10px;
}
#sidebar img {
	padding-bottom: 5px;
	text-align: center;
}
#footer, .push {
	width: 630px;
	height: 20px;
	margin: auto;
}
#footer {
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	background-color: #333333;
}
#footer-txt {
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Text Styles */
h1 {
	font-size: 1.7em;
	color: #FEF200;
	padding-top: 0em;
	padding-bottom: 0.8em;
	font-family: "Times New Roman", Times, serif;
}

p {
	padding-top: 0em;
	padding-bottom: 1.2em;
}
/********** NEWS STYLES **********/
#news {
	width: 385px;
}
#news div {
	width: 385px;
	text-align: left;
	overflow: hidden;
	padding-bottom: 0.6em;
}
#news-item {
	width: 385px;
	color: #FEF233;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	text-align: right;
}
#news-item a {
	font-family: Helvetica;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #818B9F;
	text-decoration: none;
	margin: 0 0.4em;
	padding: 0.3em 0.4em;
}
#news-item a:hover {
	color: #FF6;
}
#news-item a.activeSlide {
	color: #FF6;
}