html, body {
	height: 100%;
}
* {margin:0; padding:0;}
body {
	margin: 0px;
	padding: 0px;
	background: #742717;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #2C1B39;
}

h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 20px;
}
h1 {
	font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
		}
h3 {font-size:1.22em; /* 20pt */
		}
h4 {font-size:1.125em; /* 18pt */
		}
h5 {font-size:1em; /* 16pt */
		}
h6 {font-size:.875em; /* 14pt */
		}
h1 {
	letter-spacing: 0.05em;
	color: #2C1B39;
	font-family: "Times New Roman", Times, serif;
}

h1.style1, h2.style1 {
	margin: 0px;
}

h2 {
	letter-spacing: 0.05em;
	color: #754fad;
	font-family: "Times New Roman", Times, serif;
}
h3 {	
	letter-spacing: 0.05em;
	color: #754fad;
	font-family: "Times New Roman", Times, serif;
}
p, ol, ul {
		font-size:.875em; /* 14pt */
	line-height:1.8em; 
	margin-top: 0px;
	margin-bottom: 20px;
}

a {
	color: #9B253B;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-right: 29px;
}

img.alignright {
	float: right;
	margin-left: 29px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: url(images/bg01.jpg) no-repeat center top;
	/* body background image*/
	margin-left:auto;
	margin-right:auto;

}

.container {
	width: 950px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 187px;
}
/** LOGO */

#logo {
	position: relative;
	float: left;
	width: 400px;
	height: 187px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-indent: -9999em;
}

#logo h1 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/mlt_logo.png) no-repeat left top;
}


/** MENU */

#menu {
	float: right;
	height: 99px;
}

#menu ul {
	margin: 0px;
	padding: 92px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 37px;
	padding: 18px 25px 0px 25px;
	border-left: 1px solid #FFF;
}

#menu li.first {
	border: none;
}

#menu a {
	text-decoration: none;
	color: #FFF;
	font: 15px "Times New Roman", Times, serif;
}

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

/** PAGE */

#page {
}

/** BANNER - deleted */


/** CONTENT */

#content {
	float: none;
	width: 950px;
	background: url(images/subpage1_01.jpg) repeat-y left top;
}

#content-bg-top {
	background: url(images/subpage1_02.jpg) no-repeat left top;
}

#content-bg-bottom {
	height: 414px;
	min-height: 414px;
	padding: 35px;
	background: url(images/subpage1_03.jpg) no-repeat left bottom;
}
#content-bg-top-contact {
	background: url("images/subpage_contact_top.jpg") no-repeat left top;
	height: 298px;
}

#content-bg-bottom-contact {
	height: 71px;
	min-height: 71px;
	padding: 35px 35px 20px;
	background: url("images/subpage_contact_btm.jpg") no-repeat left bottom;
}

html>body #content-bg-bottom, html>body.single #content-bg-bottom-contact {
	height: auto;
}

.single #content {
	float: none;
	width: 950px;
	background: url(images/subpage2_01.jpg) repeat-y left top;
}

.single #content-bg-top {
	background: url(images/subpage2_02.jpg) no-repeat left top;
}

.single #content-bg-bottom {
	/*	height: 569px;
	min-height: 569px;
*/		padding: 35px;
	background: url(images/subpage2_03.jpg) no-repeat left bottom;
	position: relative;
}
#home_susan {
	position:absolute;
	bottom: 2px;
	}
html>body.single #content-bg-bottom, html>body.single #content-bg-bottom-contact {
	height: auto;
}

/** SIDEBAR - deleted */



/** FOOTER */

#footer {
	clear: both;
}

#footer p {
	margin: 0px;
	padding: 50px 0px;
	text-align: center;
	line-height: 1;
	color: #FFF;
	font-size: 75%;
}

#footer a {
	color: #FFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: ".";
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clearthefloats {
	clear: both;
	padding-top: 10px;
}
