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

body {
	margin: 30px;
}
#container {
	margin: 0 auto;
	postion:relative;
	width: 990px;
	border: 3px solid #948671;
}
#menuContainer {
	width:115px;
	background-color: #ffffff;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #948671;
	border-right-color: #948671;
	border-bottom-color: #948671;
	border-left-color: #948671;
}
#menu {
	background-color: #948671;
	width:104px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.buttonLook {
	color: #C3CF21;
	background-color: #948671;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a  {
	text-decoration: underline;
	color: #C3CF21;
}
a:hover  {
	text-decoration: underline;
	color: #948671;
}
.footerText a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerText a:hover {
	color: #948671;
	text-decoration: underline;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #766A58;
}
.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #948671;
}
.quoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #B3BE1F;
}
.quoteAuthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #948671;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #948671;
}
#quoteContainer {
	border: 2px solid #e4e9a9;
	width: 100%;
}
#quote {
	background-color: #e4e9a9;
	border: 4px solid #FFFFFF;
	padding: 10px;
}
#quoteContainer2 {
	border: 2px solid #948671;
	width: 100%;
}
#quote2 {
	background-color: #948671;
	border: 4px solid #FFFFFF;
	padding: 10px;
}
.quoteText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #F3F7CC;
}
.leftImage {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rightImage {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.indentText {
	margin-left: 50px;
}
.hidden {
	display: none;
}
