/* CSS Document */
body {
	background-image: url(images/BG2.jpg);
	background-repeat: repeat-x;
	background-color: #cccccc;
	margin: 0 0 0 0;
}
	.Menu {
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		color: #602f01;
	}
	.Body_Text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		color: #602f01;
	}
	.Header_Text {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: large;
		font-style: italic;
		color: #602f01
	}
	.SubHeader {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: medium;
		font-style: italic;
		color: #602f01
	}
	a:link {
		color: #000066;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #000066;
	}
	a:hover {
		text-decoration: underline;
	}
	a:active {
		text-decoration: none;
	}
#container {
	width: 770px;
	margin: 0 auto 0 auto;
	background-color: #cdbe97;
	background-image:url(images/BodyBackground.jpg);
	background-repeat:repeat-y;
}
#header {
	width: 770px;
	height: 299px;
	margin: 0 auto 0 auto;
	background-repeat: no-repeat;
}
#left_side {
	float: left;
	background-image:url(images/MenuShadLRepeat.jpg);
	width: 20px;
}
#content {
	float: left;
	width: 730px;
	height: auto;
	vertical-align: top;
	padding: 2em 20px 2em 20px; width:690px;
}
#container #content img {
	border: #FFFFFF;
	border-width: 6px;
	border-style:solid;
	margin: 3px 3px 3px 3px;
}
#content1 {
	float: left;
	width: 230px;
	height: auto;
	vertical-align: top;
	padding: 2em 0 0 20px;
}
#container #content1 img {
	border:#FFFFFF;
	border-width:6px;
	border-style:solid;
	margin: 3px 3px 3px 3px;
}
#content2 {
	float: left;
	width: 430px;
	height: auto;
	vertical-align: top;
	padding: 2em 0 0 20px;
}
#container #content2 img {
	border:#FFFFFF;
	border-width:6px;
	border-style:solid;
	margin: 3px 3px 3px 3px;
}
#right_side {
	float: right;
	background-image:url(images/MenuShadRRepeat.jpg);
	width: 20px;
}
#footer {
	clear:both;
	width: 770px;
	height: 55px;
	background-image:url(images/Footer.jpg);
	background-repeat:no-repeat;
	font-size: x-small;
	font-family:Arial, Helvetica, sans-serif;
	color: #602f01;
}