/* CSS Document */
body#main_body {
	background-image:url(../images/background-repeat-3.jpg);
	background-repeat:repeat-x;
	background-color:#cbc4bd;
	padding:0px;
	margin:0px;
	color:#614f44;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	font-size:small;
}

/* Typographical Definitions */
a {color:#614f44; text-decoration:none; font-weight:bold;}
a:link {color:#452a45; text-decoration:none; font-weight:bold;}
a:visited {color:#853d21; text-decoration:none; font-weight:bold;}
a:hover {color:#452a45; text-decoration:underline; font-weight:bold;}
a:focus, a:active {color:#452a45; text-decoration:none; font-weight:bold;}


/* Basic Elements */

p {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#614f44;
	padding-left:45px;
	padding-right:45px;
}

#header {
	background-image:url(../images/banner-4b.jpg);
	height:222px;
	width:647px;
	padding:0px;
}



/* MAIN NAV TAGS */
#main_nav {
	margin:0px;
	padding:0px;
}

#main_nav_buttons {
	margin:0px;
	padding:0px;
	list-style-type:none;
	position:relative;
	top:150px;
	left:58px;
	width:262px;
	height:32px;
}

#main_nav_buttons ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#main_nav_buttons li {
	float:left;
}

#main_nav_buttons a {
	float:left;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	padding-top:8px;
	padding-right:13px;
	padding-bottom:8px;
	padding-left:13px;
}

#main_nav_buttons a.main_nav_item {
	color:#cbc4bd;
}

#main_nav_buttons a.main_nav_item:hover {
	color:#efefef;
	text-decoration:underline;
	font-weight:bold;
	background-image:url(../images/arrowed.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#main_nav_buttons a.main_nav_active_item {
	color:#cbc4bd;
}

#main_nav_text {
	position:relative;
	font-weight:bold;
	font-size:16px;
	padding-top:160px;
	padding-right:13px;
	padding-bottom:8px;
	padding-left:13px;
	text-indent:58px;
	color:#614f44;
}


#container {
	padding:0px;
	width:647px;
	margin:auto;
}

/* CONTENT TAGS */
#content {
	width:647px;
	margin:0px;
	padding:0px;
	background-image:url(../images/content-repeat.jpg);	
	padding-bottom:50px;

	
}

#content_header {
	position:relative;
	padding-bottom:5px;
	background-image:url(../images/content-repeat.jpg);
}

#content_header_text {
	float:left;
	top:0px;
	left:100px;
	right:100px;
	width:150px;
	font-size:1.2em;
	font-weight:bold;
	color:#614f44;
	margin-left:65px;
}

#content_body {

}

#content_text {
	padding-left:65px;
	padding-right:65px;
	background-image:url(../images/content-repeat.jpg);
}

#content_text h1 {
	font-size:1.4em;
	margin:0px;
	color:#452a45;
	font-weight:bold;
	padding-left:0px;
	padding-bottom:5px;
	max-height:24px;
	letter-spacing:-0.5px;
}

#content_text h2 {
	font-size:1.2em;
	padding-left:12px;
	padding-top:0px;
	padding-bottom:0px;
	color:#452a45;	
}

#content_text h3 {
	font-size:1.0em;
	margin:0px;
	padding-left:24px;
	color:#614f44;
	max-height:14px;
}

#content_text h4 {
	color:#452a45;
	text-indent: 32px;
	max-height:25px;
}

#content_text h5 {
	font-size:1.0em;
	margin:0px;
	padding-left:34px;
	color:#614f44;
	font-weight:normal;
}

#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:647px;
	height:50px;
	text-align:center;
	color:#cbc4bd;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	position:relative;
	margin-top:-50px;
	clear:both;
}

#footer_text {
	width:565px;
	font-size:10px;
	color:#cbc4bd;
}

#footer_text a:link {
	text-decoration:none;
	color:#cbc4bd;
	height:50px;
}

#footer_text a:hover {
	text-decoration:underline;
}

#footer_text a:visited {
	text-decoration:none;
	color:#cbc4bd;
	height:50px;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:none;
	width:0;
	margin-top:-32767px;/
}