/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #483607;
	background-image: url(images/new_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

#container{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #C6A867;
	background-image: url(images/content_bkgd.jpg);
	background-repeat: no-repeat;
}

#left_bkgd {
	width: 950px;
	background-image: url(images/left_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#container_inside{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/left_image.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.top_bar {
	width: 950px;
	height: 202px;
	display: block;
	background-image: url(images/top_bar.jpg);
	background-repeat: no-repeat;
}

.line {
	width: 490px;
	height: 1px;
	display: block;
	background-color: black;
	margin-left: 25px;
}

#container h1 {
	font-family: Bernhard Modern,  sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: black;
	margin-left: 25px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#container h2 {
	font-family:  Bernhard Modern,  sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #452C00;
	margin-left: 25px;
}

#container p {
	font-family: Bernhard Modern,  sans-serif;
	font-size: 16px;
	color: #452C00;
	padding-left: 25px;
	padding-right: 25px;
}

.text_box {
	width: 720px;
	background-color: #FFFFCC;
	border: 3px solid #493612;
	margin-left: 20px;
}

.menu_text {
	font-family: Bernhard Modern,  sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-align: center;
	padding-top: 168px;
}

.menu_text a:link, .menu_text a:visited {
	font-family: Bernhard Modern,  sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

.menu_text a:hover {
	font-family:  Bernhard Modern,  sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}



 .link_text a:link, .link_text a:visited {
	font-family: Bernhard Modern,  sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

 .link_text a:hover {
	font-family:  Bernhard Modern,  sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}



.right_bar {
	width: 200px;
	float: right;
	margin-left: 20px;
	margin-right: 25px;
	background-image: url(images/right_bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #382407;
	border: 1px solid black;
	color: white;
}

.right_bar p {
	padding-left: 15px;
	padding-right: 15px;
	font-family:  Bernhard Modern,  sans-serif;
	font-size: 12px;
	color: white;
}

.right_bar h3 {
	padding-left: 15px;
	padding-right: 15px;
	font-family:  Bernhard Modern,  sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

.right_photo {
	width: 177px;
	float: right;
	margin-right: 25px;
	margin-left: 20px;
}

.content {
	width: 775px;
	margin-left: 175px;
}

.form_text {
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	font-family:  Bernhard Modern,  sans-serif;
	font-size: 14px;
	color: #452C00;
}