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

body {
	margin: 0;
	padding: 0;
	color: #454a4d;
	background: #FFE6B8 url(../images/main/body-bg.png) top repeat-x;
	font-family: 'verdana', sans-serif;
	font-size: 11px;
	line-height: 1.5em;}
	
#site {
	background: #FFFFFF;
	height: 100%;
	background-color: #FFFFFF;
	float: left;
	width: 791px;
}
	
#pageheader {
	float: left;
	width: 791px;
	height: 36px;
	display: inline;
	background: #4E2023 url(images/menubkg.png) repeat-x;
	vertical-align:middle;
}

#menubar {
	float: left;
	width: 791px;
	display: inline;
	background: #4E2023;
	border-top: 1px solid #B7A2A3;
}

#mainbody {	
	background: #FFFFFF;
	float: left;
	width: 520px;
	margin-right: 0px;
	display: inline;
	padding: 10px;
	padding-left: 30px;
}

#sidebar {
	background: #FFFFFF;
	float: left;
	width: 190px;
	margin-left: 0px;
	margin-right: 10px;
	display: inline;
	padding: 10px;	
	border-left: 1px solid #FFE6B8;
	height: 100%;
}

a {
	color: #4E2023;
	border-bottom: none;
	text-decoration: none;}

a:hover {
	color: ##7A585A;
	border-bottom: 1px dotted;}

h2 {
	margin-bottom: 0.5em;
	color: #4E2023;
	font-family: 'georgia', serif;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;}
	
h4 {
	margin-bottom: 0.5em;
	color: #454a4d;
	font-family: 'georgia', serif;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;}

#footer {
	float: left;
	width: 791px;
	height: 36px;
	display: inline;
	background: #4E2023 url(images/menubkg.png) repeat-x;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
}

.pullquote {
	float: right;
	width: 30%;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
	padding: 1em;
	border-top: 1px solid #4E2023;
	border-bottom: 1px solid #4E2023;
	font-family: 'georgia', serif;}

.floatright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;}
	
clear: both;