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

body {
	margin: 0px;
	background: url(images/head_background.jpg) top repeat-x #FFF;
}

/***OBJECTS***/
#menu {	background: url(images/menu_body.jpg) center repeat-y;}
#footer {
	background: url(images/footer_background.jpg) top repeat-x;
	margin-top: 3px;
	height: 33px;
	padding: 10px 0px 0px 0px;
}
#head_image_wrapper {
	padding: 0px 23px 0px 50px;
}
#catch_phrase_wrapper {
	padding: 9px 0px 6px 50px;
}

/***HEADERS***/

.heading1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #a42006;
	padding: 0px 0px 5px 0px;
	border-bottom: #dfa92f 1px solid;
}
.heading2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #a42006;
	padding: 0px 0px 5px 0px;
	border-bottom: #dfa92f 1px solid;
}

/***CONTENT***/

#content {
	margin: 26px 0px 0px 26px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #2e373e;
}
.text_red {
	color: #900;
}

/***MENU***/

.menu_item {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #bcbcbc;
	padding: 12px 0px 9px 9px;
	margin: 0px 24px 0px 17px;
	border-bottom: #5b5f63 1px solid;
}
.menu_item a { text-decoration: none; color: #bcbcbc; }
.menu_item a:hover { text-decoration: underline; color: #e9c36d; }

.top_menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #1c2328;
	padding: 0px 32px 0px 0px;
}
.top_menu a { text-decoration: none; color: #1c2328;}
.top_menu a:hover { text-decoration: underline; color: #8f1c06;}

/***COPYRIGHT***/
.copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #bcbcbc;
	text-align: center;
}
.copyright a { text-decoration: none; color: #bcbcbc;}
.copyright a:hover { text-decoration: underline; color: #e9c36d;}
