body {
  background: #e3ddd9;
  font: 400 1em/1.38 Helvetica;
  font-size: 14px;
  color: rgb(0, 0, 0);
}


h1, h2, h3, h4 {
	font-family: 'PT Serif', serif;
	line-height: 1.3em;
}
h1 { font-size: 30px; margin-bottom: 0.8em; }
h2 { font-size: 22px; margin-top: 1em; margin-bottom: 0.25em; color: #680011; }

p {
	margin-bottom: 0.6em;
	color: #333;
}


table {
	width: 100%;
	margin-bottom: 1em;
}

#header {
	clear: both;
	height: 130px;
	min-width: 960px;
	background-color: white;
	display: block;
/*	box-shadow: 0px 3px 5px rgba(0,0,0,0.5); */
}
#header > div {
	width: 960px;
	margin: auto;	
}

#header img#logo {
  height: auto;
  margin-top: 25px;
}





#footer {
	clear: both;
	width: 100%;
	min-width: 960px;
	background-color: #d6c7be;
	margin-top: 30px;
	color: #333;
	font-family: Helvetica;
}
#footer > ul {
	width: 940px;
	margin: auto;	
	list-style: none;
	padding: 30px 0px;
}
#footer > ul li {
	display: inline-block;
}
#footer a {
	color: inherit;
}

#footer h3 {
	font-size: 18px;
	font-family: inherit;
	font-weight: medium;
	margin-bottom: 0.6em;
	line-height: 1.2em;
}



#wrapper {
	margin: auto;
	margin-top: 35px;
	width: 960px;
}

#topnavi {
	top: 0px;
	right: 0px;
	width: 450px;
	margin: 0 auto;
	position: absolute;
}
#topnavi ul {
	width: 550px;
	list-style: none;
	float: right;
	padding: 0px; margin: 0px;
}
#topnavi ul li {
	display: inline-block;
	float: right;
	background: #880017;
	width: 20%;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	padding-top: 70px;
	padding-bottom: 10px;
	margin-left: 2%;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#topnavi ul li.size_2 {	width: 48%; }
#topnavi ul li.size_3 {	width: 31%; }

#topnavi ul li a {
	color: white;
	text-decoration: none;
}


#topnavi ul li ul {
	display: none;
	position: inline;
	background: #fff;
	width: 100%;
	margin: 0px;
	margin-top: 10px;
	padding: 10px 0px;
}
#topnavi ul li:hover ul {
	display: block;
}

#topnavi ul li ul li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 85%;
	background: none;
	display: block;
	width: 100%;
	color: #222;
	box-shadow: none;
}
#topnavi ul li ul li:hover {
	background: #ddd;
	border-radius: 0px;
}
#topnavi ul li ul li a {
	display: block;
	color: inherit;
	margin: 10px 15px;
}


#right {
  float: right;
  width: 35%;
}

#main {
	float: left;
	width: 62%;
	background: white;
	min-height: 500px;
	box-shadow: 0px -2px 3px rgba(0,0,0,0.3);
}

div#main a {
	color: inherit;
}




#content {
	margin: 30px;
}




div.module {
	float: left;
	width: 100%;
	background: #ffffff;
	margin-bottom: 30px;
	box-shadow: 0px -3px 5px rgba(0,0,0,0.3);
}
div.module h3 {
	padding: 1em 1.75em;
	color: #764232;
	font-weight: medium;
	font-size: 15px;
	text-transform: uppercase;
	background: #d6c7be;
}
div.module div.text {
  margin: 1em 1.8em;
}



#minfooter {
	display: block;
	background: #333;
	min-width: 960px;
}
#minfooter a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#minfooter ul {
	width: 960px;
	margin: auto;
	color: white;
	text-align: right;
}
#minfooter ul li {
	display: inline-block;
	margin: 10px 15px;
	font-size: 12px;
}



#maps {
	width: 575px;
	text-align: right;
}

#addr {
	width: 310px;
	margin-right: 50px;
}