body {
	background-image: url(../images/beams.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #DBDBCE;
	margin: 0px;
	padding: 0px;
}

#container {
	display: block;
	width: 800px;
	text-align: left;

}
#container #title {
	height: 110px;
	
}
#container #title img {
	margin-top: 20px;
}

#container #title h1 {
	display: none;
}
#container #title h2 {
	display: none;
}
#container #banner {
	display: block;
	padding: 10px;
	background-image: url(../images/flower1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#container #banner img {
	border: 5px double #909EA8;
}


#navbar {
	margin: 0px;
	padding: 0px;
	width: 150px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #914800;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #844200;
}
#navbar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin: 0px 0px 2px;
	color: #49565F;
}
#navbar a:hover {
	background-image: url(../images/pointer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #121416;
	text-transform: uppercase;
}
.selected {
	font-weight: bold;
}
#container #content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #49565F;
	padding: 0px 20px 20px;
	line-height: 22px;
	clear: both;
	float: none;
}
#container #content p em {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #8F4700;
}
#container #content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #909EA8;
	font-size: 28px;
	font-style: italic;
}
#container #content  h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #914800;
}
#container #content  h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #914800;
	text-align: center;
}


#container #content a {
	margin-left: 20px;
	color: #49565F;
	text-decoration: none;
	font-weight: bold;
}
#container #content a:hover {
	text-decoration: underline;
}


#container #content img {
	border: 5px double #7F8891;
}



#container #bottomnav {
	text-align: center;
	clear: both;
	float: none;
}
#container #bottomnav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #49565F;
	text-decoration: none;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#container #bottomnav a:hover {
	color: #8F4700;
}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #C6CFCC;
	height: 40px;
	line-height: 40px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CECEC4;
}
#footer a {
	color: #364147;
	text-decoration: none;
}
#footer a:hover {
	color: #728781;
}
.imgright {
	margin-left: 20px;
}
