@charset "UTF-8";
body {
	text-align: center;
	display: block;
	background-image: url(../image/base_background.jpg);
	background-repeat: repeat;
}
#background {
	height: 765px;
	width: 920px;
	text-align: center;
	padding: 10px;
	background-position: center;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #F3C5CB;
	background-color: #FFFFFF;
}
/* CSS Document */

#wrapper {
	height: auto;
	width: 905px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1.5px;
	padding: 0px;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666666;
}
#header {
	height: 210px;
	width: 900px;
	text-align: left;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#header a {
	color: #666666;
	text-decoration: none;
}
#header a:hover {
	color: #DC4E5F;
	text-decoration: underline;
}
#headerimage {
	background-image: url(../image/header.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#topcontact {
	font-size: 10px;
	color: #666666;
	text-align: right;
	width: 900px;
	height: 60px;
	position: relative;
	top: 95px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#topcontact li {
	display: block;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 10px;
}
#toplink   {
	font-size: 10px;
	text-align: right;
	display: block;
	width: 900px;
	height: 23px;
	background-image: url(../image/tab_bar.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#navigation {
    display: block;
	margin-left: 0px; 
	margin-top: -1px;
	width: 900px;
	height: 40px;
	clear: both;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation  li  {
	display: block;
	float: left;
	height: 38px;
	width: 128px;
}
.on {
	background-image: url(../image/tab_on.jpg);
	background-repeat: no-repeat;
	color: #DC4E5F;
}
#navigation .on a {
	color: #DC4E5F;
	text-decoration: none;
}
#navigation .on a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #DC4E5F;
}
.off {
	background-image: url(../image/tab_off.jpg);
	background-repeat: no-repeat;
}
#navigation .off a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	font-weight: normal;
}
#body {
	height: 460px;
	width: 905px;
	display: block;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#sidenavi {
	height: 450px;
	width: 180px;
	background-position: left top;
	padding: 0px;
	float: left;
	margin: 0px;
	background-repeat: no-repeat;
}
#content {
	height: 450px;
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
	font-size: 10px;
	color: #666666;
	background-image: url(../image/content_background.jpg);
	background-repeat: no-repeat;
	border: thin solid #FFFFFF;
	padding: 0px;
}
#footer {
	height: auto;
	width: 905px;
	background-image: url(../image/logo2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	font-size: 10px;
}
#bottomlink {
	font-size: 10px;
	text-align: left;
	width: 900px;
	float: none;
	margin: 0px;
	padding: 0px;
}
#bottomlink li {
	display: inline;
	margin-right: 10px;
}
#bottomlink ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#bottomlink  a {
	color: #666666;
	text-decoration: none;
}
#bottomlink a:hover {
	color: #DC4E5F;
	text-decoration: underline;
}
#hr {
	height: 10px;
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F7BDBD;
}
#copyright {
	margin-right: 28px;
	margin-top: 10px;
	padding-top: 5px;
	color: #999999;
}
h1    {
	font-size: 14px;
	color: #DC4E5F;
	margin-left: 20px;
}
h2 {
	font-size: 11px;
	margin-top: 10px;
	margin-left: 15px;
}
.clear {
	line-height: 0px;
	clear: both;
}
