@charset "utf-8";
/* CSS Document */

body  {
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position:center top;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#container {
	width: 740px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */	
}
#header {
	width: 740px;
	height: 199px;
	float: left;
	background-image: url(../images/index_02.jpg);
	background-repeat: no-repeat;
}
#navi {
	height: 740px;
	width: 165px;
	float: left;
}
.slideshow {
	height: 141px;
	width: 740px;
	margin: auto;
	float: left;
	overflow: hidden;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#left {
	width: 139px;
	margin: auto;
	float: left;
	height: 573px;
}
#nav {
	width: 165px;
	height: 751px;
	margin: auto;
	float: left;
	background-image: url(../images/navi_07.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
#welcome {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 415px;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	font-weight: normal;
	font-style: normal;
}
#wrapper {
	width:144px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.message {background:#eee; color:#000;display:none;width:144px;padding:0px;}
.contact {
	text-align:left;
}
.contact ul {list-style-type:none;width:144px;}
.contact li {list-style-type:none;}
.contact li.special {display:none;}
.contact input {width:144px;}
.contact textarea {width:144px;}
input
{
color: #663300;
background: #e6e5e5;
border: 0px solid #663300
}
textarea
{
color: #663300;
background: #e6e5e5;
border: 0px solid #663300
}
#facebook {
	float: right;
	height: 100%;
	width: 165px;
}

