html,body {
	background-color: #FAF3E0;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: repeat;
}
P,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	color: #393939;
}

#container {
	text-align: center;
	margin: 0 auto;
}
#top01 {
	height: 57px;
	width: 100%;
	background-image: url(images/01.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#top02 {
	height: 83px;
	width: 100%;
	background-image: url(images/02.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#top03 {
	height: 61px;
	width: 100%;
	background-image: url(images/03.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#contents {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	min-height: 500px;
	background-image: url(images/insidebak.jpg);
	background-repeat: no-repeat;
	background-position: 0 33px;
}
#nav {
	width: 750px;
	height: 33px;
	background-image: url(images/navbak.jpg);
}
#nav a, #nav a:visited {
	font-family: georgia, serif;
	font-size: 14px;
	color: white;
	text-decoration: none;
	padding: 5px;
}
#nav a:hover {
	color: #F3E4BB;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#nav ul {
	margin: 0;
	padding: 0;
	margin-left: 170px;
	padding-top: 8px;

	display: block;
}
#nav li {
	display: inline;
	margin-right: 5px;
	
}
#left {
	padding: 5px;
	margin-top: 40px;
	width: 190px;
	float: left;
}
#address {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
}
#address h2 {
	font-variant: normal;
	color: White;
	font-style: italic;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: georgia, serif;
	margin-top: 40px;
}
#info {

}
#left h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	color: #93443B;
	font-family: georgia, serif;
	padding-left: 15px;
	padding-bottom: 10px;
	font-variant: small-caps;
}
#left h2 em {
	margin-left: 25px;
	margin-top: -3px;
	display: block;
	color: #C4766E;
	font-size: 16px;
	font-variant: normal;
}
#ol {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}
#right {
	padding: 15px;
	float: right;
	width: 510px;
}
#right h1 {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 26px;
	margin: 0;
	padding: 0;
	color: #93443B;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 30px;
	background-image: url(images/swirl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#right h2 {
	
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 22px;
	margin: 0;
	padding: 0;
	color: #93443B;
	padding-top: 10px;
	margin-top: 20px;
	padding-bottom: 25px;
	padding-left: 30px;
	background-image: url(images/swirl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 3px double #E4CCBB;
}
#right p {
	margin-left: 10px;
}
.summary {
	width: 450px;
	margin-left: 25px;
}
.newspost {
}
.newspost h3 a {
	font-family: georgia, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 17px;
	color: #B76056;
	text-decoration: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
	margin-bottom: -10px;
	background-image: url(images/bullet-fdl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: right;
}
.newspost h3 a:hover {
	color: red;
}
.date {
	float: right;
	font-size: 10px;
	color: gray;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	margin: 0 auto;
	height: 100px;
	width: 780px;
}
#footerinside {
	font-size: 11px;
	color: #717171;
	padding-top: 50px;
}
