@charset "utf-8";
body {
	background-color: #40372b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#Header {
	background-color: #8a9c9f;
	height: 100px;
	width: 800px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#Main {
	background-color: #8a9c9f;
	height: 600px;
	width: 800px;
	position: relative;
}
#LeftCol {
	height: 600px;
	width: 100px;
	float: left;
	text-align: center;
	padding-left: 10px;
	margin-left: 10px;
	color: #40372b;
	font-size: 16px;
}
#HeaderDescription {
	float: right;
	height: 100px;
	width: 200px;
	position: relative;
	font-size: 72px;
	text-align: center;
	color: #40372b;
	bottom: 100px;
	z-index: auto;
}
#RightCol {
	float: right;
	height: 600px;
	width: 600px;
	overflow: scroll;
	position: relative;
	right: 50px;
	background-color: #A49274;
	padding: 10px;
	color: #40372b;
}
#Wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #8a9c9f;
	height: 800px;
}
#Logo {
	height: 100px;
	width: 725px;
	position: relative;
	background-image: url(../Image_assets/Logo_orginal.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	color: #372D1F;
	font-size: 72px;
}
a {
	color: #40372b;
	text-decoration: none;
}
a:link {
	color: #3F352B;
	font-style: normal;
	text-decoration: none;
}
a:visited {
}
a:hover {
	color: #72604E;
	font-style: normal;
	text-decoration: underline;
}
a:active {
}
.style1 {font-weight: bold}
