body {
	background-color: #949188;
	background-image: url("images/texture1.jpg");
	color: #48443C;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	margin: 40px 0;
	padding: 0;
}
body, cite {
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

strong, em {
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#header11 {
	background-image: url("images/graf-masthead.jpg");
	background-repeat: no-repeat;
	height: 353px;
	background-color: #949188;
}
#masthead-gallery {
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
	height: 51px;
	background-color: #949188;
}

/********LAYOUT WRAPPER**********/
#layout {
	width: 766px;
	background-color: #FFFFFF;
	background-image: url("images/shadow11.gif");
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/********MENU WRAPPER**********/
#menubar {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 750px;
	color: #ECE9D8;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
	width: 750px;
	padding: 2em 0 0 0;
	background-image: url("images/grunge.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: left;
	width: 700px;
}
#mainbox33 {
	float: left;
	width: 540px;
}
#sidebox {
	float: left;
	width: 150px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	padding: 0 30px 20px 30px;
	font-size: 0.75em;
	/*background-image: url("images/rule11.gif");
	background-repeat: repeat-y;
	background-position: right top;*/
}
#maincontent p {
	line-height: 1.5em;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 10px;
}
.callout {
	float: left;
	width: 132px;
	margin: 6px 8px 0px 0px;
	padding: 10px;
	border: 1px solid #333333;
	font-size: 0.75em;
}
/*Sidebar*/
#sidecontent {
	font-size: 0.7em;
	padding: 0 24px 20px 20px;
	margin: 0 0 0 0;
}
#sidecontent p {
	line-height: 1.5em;
	margin: 12px 0;
}
/********HEADINGS*******/
h1 {
	margin: 0 0 0 10px;
	font-size: 1.8em;
	letter-spacing: 0.1em;
	color: #5E5842;
	font-weight: normal;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family :Georgia, "Times New Roman", Times, serif;
}
h2 {
	margin: 1.1em 0 0 10px;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	color: #5E5842;
	font-weight: normal;
}
h3 {
	margin: 0 0 0 0;
	font-size: 1.4em;
	color: #767b0e;
	font-weight: normal;
}
#sidecontent h3.topheading {
	margin: 0;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url("images/footer11.gif");
	background-repeat: no-repeat;
	height: 48px;
	background-position: left bottom;	
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 750px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #DDD3A0;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px;
}

/*********PAGE LINK STYLES********/
#columnwrapper a:link, #columnwrapper a:visited, #columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus {
	color: #333748;
	text-decoration: underline;
}
#footer a:visited, #footer a:link, #footer a:hover, #footer a:active, #footer a:focus {
	color: #DDD3A0;
	text-decoration: underline;
}


/******NAVBAR STYLES********/
#menubar {
	font-size: 0.75em;
	border-top: 3px solid #949288;
	border-bottom: 3px solid #949288;
	padding: 0 0 0 0;
	background-image: url("images/bar11.jpg");
	background-repeat: repeat-x;
	background-color: #3C3C3C;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#menubar ul {
	padding: 0;
	margin: 0;
}
#menubar li {
	list-style-type: none;
	display: inline;
}
#menubar li a {
	float: left;
	color: #F5F2E2;
	padding: 11px 18px;
	text-decoration: none;
	border-right: 1px solid #656357;
	background-image: url("images/roots.jpg");
	background-repeat: repeat;
	background-position: 0px 0px;
}
#chezlink {
	color: #F2E7B1!important;
	background-color: #FFFFFF!important;
	background-position: 0px -240px !important;
	background-repeat: repeat;
}
/*
The Root Level Hover.
DO NOT CHANGE SELECTOR NAMES*/ 
#menubar li a:hover,
#menubar li a:focus, 
#menubar li a:active {
	color: #F2E7B1;
	background-position: 0px -120px;
	background-repeat: repeat;
	background-color: #FFFFFF;
}
#menubar br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}
