@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #122215;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-variant: small-caps;
	color: #234624;
	letter-spacing: 1px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}

.body_text{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	}
	

.outline{
	border: 1px solid #234624;
	padding: 5px;
}

.header{
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 432px;
	width: 903px;
}

.content_bg{
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #173018;
	line-height: 20px;
	
	margin-top: 380px;
	float: right;
	margin-right: 20px;
	font-weight: bold;
}

#navigation a{
color: #173018;
text-decoration: none;
}

.divided_line2{
	width: 650px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #547756;
}

