@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	background-color: #857a70;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
}


/*===== General Page Elements =====*/
#container {
	width: 818px;
	margin: 0 auto 0 auto;
}

#header {
	width: 818px;
	height: 128px;
	margin: 0;
}

#nav_bar {
	width: 818px;
	height: 47px;
	margin: 0px;
}

#main_image {
	width: 818px;
	height: 313px;
}

#page {
	width: 818px;
	height: 500px;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
}

#left_column {
	float: left;
	width: 500px;
	padding: 11px 0 0 21px;
}

#right_column {
	float: left;
	width: 240px;
	margin: 15px 0 0 0;
	padding: 5px 20px 0 14px;
	background-color: #CCCCCC;
}

#bottom_container {
	float: left;
	width: 818px;
	height: 409px;
	background-image:url(../images/highlights.jpg);
	vertical-align: top;
}

#bottom_left {
	float: left;
	width: 250px;
	height: 399px;
	padding: 11px 0 0 21px;

}

#bottom_middle {
	float: left;
	width: 250px;
	height: 399px;
	padding: 11px 0 0 14px;

}

#bottom_right {
	float: left;
	width: 250px;
	height: 399px;
	padding: 11px 0 0 14px;

}

#foot {
	clear: both;
	width: 818px;
	height: 22px;
	background-image:url(../images/foot.jpg);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
}


/*===== Fonts =====*/

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #bdd73c;
}

.sidebar {
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	color: #603813;
}

.sidebar_highlight {
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	color: #603813;
	background-color: #bdd73c;
}
