body,html {
	margin: 0;
	padding: 0;
	background: url(../img-common/back.png) repeat-x;
	font: 14px/140% Georgia, "Times New Roman", Times, serif;
}

body {
    min-width:800px;
    }

#wrap {
	width: 800px;
	margin: 0 auto;
}

body#home #wrap {
	background: url(../img-hp/hp-root.png) no-repeat 0 280px;
}

body#history #wrap {
	background: url(../img-history/history-root.png) no-repeat 0 280px;
}

body#about #wrap {
	background: url(../img-about/about-root.png) no-repeat 0 280px;
}

#navigation {
	height: 32px;
	width: 800px;
	margin: 0;
	top: 0;
}

#content-main {
	width: 467px;
	float: left;
	padding-top: 24px;
	padding-right: 12px;
	border-right: 1px dotted gray;
}

#content-sidebar {
	width: 300px;
	float: right;
	padding-top: 120px;
	padding-left: 20px;
	line-height: 140%;
	font-style: italic;
	color: #515151;
}

#footer {	
	height: 140px;
	width: 800px;
	background-color: #ececec;
	text-align: center;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 20px;
	clear: both;
}

.indent {
	font-style: italic;
	padding-left: 24px;
}

#home h2 {
	color: #9d794a;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 120%;
}

#home h3 {
	color: #9d794a;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 3px;
}

#home a, a:visited {
	color: #9d794a;
	text-decoration: none;
}

#home a:hover {
	color: #9d794a;
	text-decoration: underline;
}

#history h2 {
	color: #69000b;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 120%;
}

#history h3 {
	color: #69000b;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 3px;
}

#history a, a:visited {
	color: #69000b;
	text-decoration: none;
}

#history a:hover {
	color: #69000b;
	text-decoration: underline;
}

#about h2 {
	color: #0072b1;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 120%;
	}

#about h3 {
	color: #0072b1;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 2px;
	}

#about a, a:visited {
	color: #0072b1;
	text-decoration: none;
	}

#about a:hover {
	color: #0072b1;
	text-decoration: underline;
	}

#newsletter-archive h2 {
	color: #e19e43;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 120%;
	}

#newsletter-archive h3 {
	color: #e19e43;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 2px;
	}

#newsletter-archive a, a:visited

#about a, a:visited {
	color: #e19e43;
	text-decoration: none;
	}

#about a:hover {
	color: #e19e43;
	text-decoration: underline;
	}

#main-nav 
	{
	background:url("../img-common/main-nav.png") no-repeat;
	width:800px;
	height:32px;
	padding:0;
	margin: 0 0 0 20px;
}

#main-nav span 
	{
	display: none;
	}

#main-nav li, #main-nav a 
	{
	width:132px;
	height:32px;
	display:block;
	}

#main-nav li 
	{
	float:left;
	list-style:none;
	display:inline;
	}
	
#main-nav-01 a:hover 
	{
	background:url("../img-common/main-nav.png") 0px -32px no-repeat; 
	}
	
#main-nav-02 a:hover 
	{
	background:url("../img-common/main-nav.png") -132px -32px no-repeat;
	}
	
#main-nav-03 a:hover
	{
	background:url("../img-common/main-nav.png") -264px -32px no-repeat;
	}
	
#main-nav-04 a:hover
	{
	background:url("../img-common/main-nav.png") -396px -32px no-repeat;
	}
	
#main-nav-05 a:hover
	{
	background:url("../img-common/main-nav.png") -528px -32px no-repeat;
	}
	
#main-nav-06 a:hover
	{
	background:url("../img-common/main-nav.png") -660px -32px no-repeat;
	}

body#home #main-nav-01 
	{
	background: #fff url("../img-common/main-nav.png") no-repeat 0px -64px; 
	}
	
body#history #main-nav-02 
	{
	background: #fff url("../img-common/main-nav.png") no-repeat -132px -64px;
	}
	
body#about #main-nav-03
	{
	background: #fff url("../img-common/main-nav.png") no-repeat -264px -64px;
	}
	
body#home #content {
	background: url(../img-hp/hp-root.png) no-repeat;
	width: 800px;
	height: 280px;
}

body#history #content {
	background: url(../img-history/history-root.png) no-repeat;
	width: 800px;
	height: 280px;
}

body#about #content {
	background: url(../img-about/about-root.png) no-repeat;
	width: 800px;
	height: 280px;
}

.caption {
	font-style: italic;
	font-size: 11px;
}


/* read more show/hide */

.more {
	display: none;
}
