@charset "UTF-8";
/* CSS Document */

body
{
	background: #fff url(../images/bg.jpg) repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 62.8%;
	height: 100%;
}


img
{
	border: 0px;
}

.imageright
{
	float: right;
	margin-left: 5px;
	border: 1px solid #444;
	font-size: 0.8em;
	font-style: italic;
	background-color: #888;
	color: #fff;
	text-align:center;
}

pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}


a:link
{
	color: #4e3a28;
	text-decoration: none;
}

a:visited
{
	color: #4e3a28;
	text-decoration: none;
}

a:hover
{
	color: #4e3a28;
	text-decoration: underline;
}

#footer
{
	width: 100%;
	height: 125px;
	color: #ba9;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
}

#footer a:link
{
	color: #987;
	text-decoration: none;
}

#footer a:visited
{
	color: #987;
	text-decoration: none;
}

#footer a:hover
{
	color: #cba;
	text-decoration: underline;
}

#container
{
	width: 1024px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#topbar
{
	height: 39px;
	background: url(../images/main_01.jpg);
}

#logo
{
	height: 147px;
	width: 426px;
	background: url(../images/main_02.jpg);
	float: left;
}

#number
{
	height: 100px;
	background: url(../images/main_03.jpg) right no-repeat;
}

#nav
{
	font-size: 1.1em;
	height: 47px;
	letter-spacing: 0.1em;
	background: url(../images/main_04.jpg) right no-repeat;
}

#topframe
{
	height: 38px;
	background: url(../images/main_05.jpg) right no-repeat;
}

#leftframe
{
	height: 297px;
	width: 82px;
	background: url(../images/main_06.jpg) repeat-y;
	float: left;
}

#rightframe
{
	height: 297px;
	width: 83px;
	background: url(../images/main_08.jpg) repeat-y;
	float: right;
}

#bottomframe
{
	height: 48px;
	background: url(../images/main_12.jpg) right no-repeat;
	clear: both;
}

#midframe
{
	background: #fff url(../images/midbg.jpg) repeat-y;
	font-size: 1.1em;
	line-height: 1.4em;
	min-height: 240px;
	font-size: 1.3em;
}

/* for Internet Explorer */
/*\*/
* html #midframe
{
height: 240px;
}
/**/

#slides
{
	height: 297px;
	width: 859px;
	float: left;
	position: relative;
}

#slidesection
{
	width: 1024px;
	height: 297px;
	background: #f8f8f0;
}



#subpagemain
{
	font-size: 1.3em;
	line-height: 1.6em;
	background: #fff;
}

#subpagemain h1
{
	font-size: 1.8em;
	margin: 0px;
}

#subpagemain h2
{
	font-size: 1.2em;
		margin: 0px;
}



