/* css for about section */

/* main layer */
#main {
	border: thin solid #FF6600;
	margin-right: auto;
	margin-left: auto;
}

/* header  */
#header {
	padding: 4px;
	background-color: #FF6600;
	color: #336633;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 2em;
}
#header a{
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

/* navigation area  */
#navigation {
	background-color: #FFFFFF;	padding: 4px;
}
#navigation .flash {
	float: right;
}
#navigation .logo {
	float: left;
	padding: 4px;
}

/* content area  */
#content {
	margin-right: 2em;
	margin-left: 16em;
	margin-bottom: 3em;
	clear: both;
	background-color: #FFFFFF;
}
#content p {
	font-size: 0.8em;
	text-align: justify;
	margin-top: auto;
	margin-bottom: auto;
	line-height: 2.0em;
}
#content a {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}
#content h1 {
	font-size: 1em;
	color: #FF6600;
}
#content blockquote {
	font-style: italic;
	background-color: #E4E4E4;
	padding: 6px 6px 6px 0px;
	margin-left: auto;
	margin-right: auto;
}
#content blockquote img {
	float: left;
	border: thin solid #000000;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: 4px;
}

/* sub navigation  */
#subnav {
	position: absolute;
	width: 14em;
	left: 1em;
	top: 240px;
}
#subnav h1 {
	font-size: 80%;
	font-weight: bold;
	color: #336633;
}

#subnav ul{
	margin-left: 0em;
	padding-left: 0px;
	margin-right: 1em;
	list-style-type: none;
}
#subnav li{
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336633;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
#subnav li a.active {
	background-color: #EEEEEE;
	display: block;
}
#subnav a:link, #subnav a:visited {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
#subnav a:hover {
	color: #336633;
}
#subnav em {
	font-style: normal;
}

/* spacer  */
#spacer {
	height: 2em;
}

/* footer  */
#footer {
	padding: 4px;
	background-color: #FF6600;	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	bottom: 0em;
	margin: 0px;
	left: 0px;
}
#footer ul{
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	vertical-align: middle;
}
#footer li{
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
}
#footer a:link, #footer a:visited, #footer a:active {
	font-weight: bold;
	color: #336633;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer em {
	font-style: normal;
}

/* postition of footer  */
html, body, #contents {
	min-height: 100%;
	height: 100%;
}
html>body, html body #contents {
	height: auto
}
