@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #b7aa81;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3D3E32;
}

#header {
	height: 116px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3D3E32;
	background-color: #F3ECD5;
	width: 100%;
}
#footer {
	width: 100%;
	clear: both;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3D3E32;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3D3E32;
}
#contentWrapper {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 800px;
}

#Wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
}
#rightcolumn {
	font-size: 12px;
	line-height: 18px;
	width: 350px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3D3E32;
	padding-left: 15px;
	margin-right: 55px;
	clear: right;
}

#leftcomumn {
	width: 320px;
	float: right;
	margin-right: 15px;
	clear: left;
	margin-top: 15px;
}

#quote1 {
	float: right;
	width: 240px;
	clear: both;
	font-size: 20px;
	text-align: right;
	padding-bottom: 80px;
	font-weight: 100;
}
#quote2 {
	float: right;
	width: 200px;
	clear: both;
	text-align: right;
	font-size: 16px;
	padding-bottom: 90px;
}
a {
	color: #3D3E32;
	text-decoration: underline;
}
a:hover  {
	color: #656653;
}


#quote3 {
	float: right;
	width: 290px;
	clear: both;
	text-align: right;
	font-size: 20px;
}

