body {
	margin: 20px 0 0 0;
	padding: 0;
	height: 100%;
	background: #FFFFFF;
	font-family: "Helvetica", Arial, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #666666;
}

#container {
	min-height: 100%;
	position: relative;

}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 22px;
	Color: #663300;
	letter-spacing: 6px; 
	line-height: 50px;
	
}

h2 {
	font-size: 150%;
	color: #666633;
}

h3 {
	font-size: 15;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #663333;
}
a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 1090px;
	height: 350px;
	margin: 0 auto;
	padding-top: 0px;
	background: url(images/mhars2.png) no-repeat center top;
}

/* Sidebar */



/* Navigation */

#nav {
	float: left;
	width: 265px;
	height: 1200px;
	padding-top: 0px;
	padding-left; 0px;
	margin-left: 10px;
	background: url(images/b1.gif) repeat-y; margin-top: 360px; margin-right: 0px;
}


#nav a{
	color: #000000;
	font-size: 120%;
	letter-spacing: 15px; 
	line-height: 35px;
	word-spacing: 20px;
	text-decoration: none;
}

#nav ul{
	margin:20px; 
	padding:10px; '
	list-style-type:none;
}





/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	padding-top: 25px;
}

/* Content */

#content {
	width: 680px;
	padding-top: 20px;
	padding-left: 150px;
	padding-right: 150px;
	margin-right: 0px;
	margin-top: 55px;
	line-height: 12px;
	padding-bottom: 50px;
	background: url(images/content-bg.gif) repeat-y center top; margin-left: 0px; margin-top: -15px;
}





/* Footer */

#footer {
	position: relative;
	bottom: 0;
	margin-top: 25px;
	margin-left: 50px;
	width: 100%;
	height: 100px;
}

#footer p {
	margin-left: 250px;
	line-height: normal;
	font-size: 85%;
	color: #000000;
}

#footer a {
	color: #000000;
}