@charset "utf-8";
body {
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	line-height: 1.4;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

a img { 
	border: none;
}

a:link {
	color: #202020;
	text-decoration: underline;
}
a:visited {
	color: #0C0C0C;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

.container {
	width: 1018px;
	margin: 0 auto; 
	background-color: #644F37;
}

.header {
	width: 1018px;
	position: relative;
	background-color: #644F37;
}

.BannerNav {
	position: absolute;
	top: 112px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	height: 40px;
	width: 700px;
	left: 395px;
	overflow: auto;
}
.BannerNav1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: larger;
	font-style: italic;
	width: 100px;
	font-weight: bolder;
}
.BannerNav2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: larger;
	font-style: italic;
	width: 100px;
	float: left;
	position: absolute;
	top: 1px;
	right: 530px;
	font-weight: bold;
}
.BannerNav3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: larger;
	font-style: italic;
	width: 100px;
	float: left;
	position: absolute;
	top: 1px;
	right: 462px;
	font-weight: bold;
}
.BannerNav4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: larger;
	font-style: italic;
	width: 100px;
	float: left;
	position: absolute;
	top: 1px;
	right: 375px;
	font-weight: bold;
}
.BannerNav5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: larger;
	font-style: italic;
	width: 180px;
	float: left;
	position: absolute;
	top: 1px;
	right: 210px;
	font-weight: bold;
}
.BannerNav6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: larger;
	font-style: italic;
	width: 100px;
	float: left;
	position: absolute;
	top: 1px;
	right: 157px;
	font-weight: bold;
}

.BannerNav7 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: larger;
	font-style: italic;
	width: 150px;
	float: left;
	position: absolute;
	top: 1px;
	right: 50px;
	font-weight: bold;
}
.content {
	background-color: #644F37;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.MainImage {
	height: 725px;
	background-color: #BDAD94;
	background-image: url(Images/main_image_back.jpg);
	background-repeat: repeat;
	background-position: right bottom;
	top: 0px;
	width: 1018px;
}

.MainSketch {
	background-image: url(Images/main_image_sketch.jpg);
	background-color: #FEFAEF;
	background-repeat: no-repeat;
	height: 275px;
	margin-right: 30px;
	margin-left: 30px;
	position: relative;
	background-position: 20px;
	width: 958px;

}

.MainText {
	height: 270px;
	width: 736px;
	position: absolute;
	right: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	top: 25px;
	
}

#LeftColumn {
	float: left;
	width: 313px;
	margin-left: 30px;
	background-color: #FEFAEF;
	font-size: medium;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: 350px;
}

#CenterColumn {
	float: left;
	width: 313px;
	background-color: #FEFAEF;
	margin-left: 10px;
	font-size: medium;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: 350px;
}

#RightColumn {
	float: left;
	width: 313px;
	margin-right: 20px;
	background-color: #FEFAEF;
	margin-left: 10px;
	font-size: medium;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: 350px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.footer {
	background-color: #644F37;
	height: 60px;
	padding-right: 0;
	padding-left: 0;
}
