body {
	text-align: center;
	margin: 0 auto;
	background-color: #22231B;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 65px;
	height: 100%;
	letter-spacing: .75px;
}
p {
	padding:0;
	margin:0px 0px 1em 0px;}
	
.heading {
	font-size: 12px;
}
.text_white {
	color: #FFFFFF;
}
.page_container {
	width: 750px;
	background-color: #000000;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
	min-height: 600px;
	color: #BCB196;
}
.image_container {
	float: right;
	width: 265px;
	margin-left: 25px;
	margin-right: 0px;
	padding-bottom: 15px;
}
.navigation_container {
	width: 120px;
	float: left;
	padding-top: 1px;
	margin-left: 50px;
}
.logo_container {
	margin-left: 50px;
	margin-top: 43px;
	margin-bottom: 35px;
}
.footer_container {
	font-size: smaller;
	padding-top: 4px;
	color: #444444;
	width: 750px;
	clear: both;
	text-align: right;
	margin: 0 auto;
	padding-bottom: 4px;
}
.text_fullpagewidth_container {
	float: left;
	width: 505px;
	margin-left: 25px;
	color: #BCB196;
	padding-bottom: 45px;
}
.text_quote {
	color: #7F9FAA;
}
.text_black {
	color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #BCB196;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	cursor: pointer!important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
.menutree {
	text-align: left;
	font-size: 10px;
	letter-spacing: 0.75px;
	color: #FFFFFF;
}
ul {
	margin: 0px;
	padding: 0px;
}
.flash_container {
	float: left;
	width: 500px;
	margin-bottom: 15px;
	border: 1px solid #22231B;
}
li {
	margin: 0px;
	padding: 0px;
}

.image_container_right {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	padding-bottom: 150px;
}
.image_container_left {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}
.image_border {
	border: 1px solid #22231B;
	margin: 0;
	padding: 0;
	height: 130px;
	width: 250px;
}
.image_container_right_nopad {
	float: right;
	margin-left: 19px;
	margin-right: 0px;
	padding-bottom: 0px;
}
.cine_logo {
	margin-top: 20px;
}
.headinghome {
	font-size: 12px;
	margin-bottom: 5px;
}
