/* CSS Document */

#container {
	background-color:#F2D57D;
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	font-size: 10px;
	text-align: center;
	background-color: #FFCC33;
	margin-top: 25px;
}
a {color:#32181C;
text-decoration:underline;
}

body {
	color:#32181C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:160%;
	background-color: #9A8A4C;
}
.main_content {
padding-bottom:15px;
padding-left:220px;
padding-right:20px;
}

#wrapper {
}
.images {
	padding: 5px;
}
#navbar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
	height:28px;
	background-attachment: scroll;
	background-color: #780031;
	background-repeat: no-repeat;
	background-position: center bottom;
	list-style-type: none;
	text-decoration: none;
	float: none;
}
#navbar ul {
	list-style-type:none;
	margin:0;
	padding-top:3px;
	float: right;
}
#navbar ul li {
	display:inline;
	float: right;
}
#left_side {
	width: 30%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#right_side {
	width: 60%;
	margin-left: 250px;
	float: none;
	border-left-width: 1px;
	border-left-style: dotted;
	padding-left: 15px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #330000;
}
h2{
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #330000;}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 120%;
	font-weight: normal;
	text-align: left;
}


#navbar ul li a {
	color:#FFFFFF;
	padding-left:15px;
	text-decoration:none;
	float: left;
	padding-right: 30px;
}

