@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/dmbg.jpg);
	background-repeat: no-repeat;
	background-color: #333;
	background-position: center top;
	background-attachment: fixed;
}
#Container {
	margin-right: auto;
	margin-left: auto;
	width: 951px;
	margin-bottom: 30px;

}

#header {
	height: 122px;
	width: 951px;
	margin-top: 15px;
	margin-bottom: 30px;
	border: 2px none #FFFFFF;
}
#body_container {
	background-color: #927558;
	width: 951px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#body_left  {
	width: 715px;
	padding-left: 30px;
	float: left;
	margin-bottom: 20px;


}

#body_left img {
	margin-top: 5px;
}

#body_left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.75em;
	font-variant: small-caps;
	font-style: italic;
	color: #400000;
	margin-bottom: 5px;
	margin-left: -15px;
	font-weight: bolder;
	margin-top: 10px;
}
#body_left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #400000;
	font-weight: normal;
	margin-top: 10px;
}
#body_left p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	line-height: 1.5em;
	margin-top: 15px;
}
#body_left h3 {
	margin-top: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
}

#body_left ul {
	margin-top: 30px;
	margin-left: 40px;
}

#body_left li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	margin-right: 40px;
}
#body_left a:link, #body_left a:visited {
	text-decoration: none;
	color: #009;
}
#body_left a:hover, #body_left a:active {
	color: #A9C7FE;
	text-decoration: none;
}


#right_nav {
	width: 180px;
	float: right;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 70px;
	background-color: #927558;
	height: auto;
}
#right_nav  ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.1em;
}
#right_nav li {
	list-style-type: none;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 15px;
	margin-top: 5px;
	font-weight: 400;
}
#right_nav a:link, #right_nav a:visited {
	text-decoration: none;
	color: #000066;
}
#right_nav a:hover, #right_nav a:active {
	text-decoration: none;
	color: #A9C7FE;
}
#body_left #index_h1 {
	font-variant: normal;
	color: #400000;
	font-weight: normal;
	margin-top: 25px;
}
#body_left figure {
	float: left;
	margin-right: 15px;
	background-color: #BDA893;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	border: 5px solid #504030;
	padding-left: 5px;
}
