@charset "utf-8";
/* CSS Document */

body {
	background-color:#e8e2bb;
	padding:0px;
	margin:0px;
	background-image: url(../img/top-bg.gif);
	background-repeat:repeat-x;
	background-position: top;
}
img {
	border:0px;
}
#top {
	background-image:url(../img/top-bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
}
#content {
	font-family:Arial, Helvetica, "Trebuchet MS";
	font-size:14px;
	font-weight:normal;
	color:#000000;
}
#content .space {
	padding-left:14px;
}
#content h1 {
	font-family:Arial, Helvetica, "Trebuchet MS";
	font-size:24px;
	font-weight: normal;
	color:#000000;
}
#content li {
	padding-left:0px;
	margin-left:3px;
}
#bottom {
	font-family: "Trebuchet MS", Arial, "Microsoft Sans Serif";
	font-size:18px;
	color:#663300;
	font-weight: normal;
	height:95px;
	text-align:center;
	padding:0px;
	margin:0px;
}
#bottom .bottom_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#999999;
}
#bottom a {
	color:#663300;
	text-decoration: none;
}
#bottom a:hover {
	color: #999999;
	text-decoration: none;
}
#mail {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333333;
}
#mail a {
	color: #333333;
	text-decoration: none;
}
#mail a:hover {
	color: #666666;
	text-decoration: none;
}