html, body {
	padding: 0;
	margin: 0;
}
body {
	background: url(images/bg.jpg) repeat-x left top;
	text-align: center;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height: 1.3em;
	height: 101%;
}
.inside {
	background: url(images/in_bg.jpg) repeat-x left top;
}
a {
	outline: none;
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #666;
}
.clearfix {
	clear: both;
    height: 0;
    font-size: 0px;
    line-height: 0px;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
hr {
	padding: 0;
	margin: 5px 15px;
	border: none;
	border-top: #fff 1px solid;
	font: 1px Georgia, "Times New Roman", Times, serif;
	line-height: 1px;
}
UL {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type:square;
}
LI {
	padding-left: 0px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 21px;
	letter-spacing: 1px;
	padding: 5px 0 0 0;
}


P {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 21px;
	letter-spacing: 1px;
	padding: 10px 0 0 14px;
/*	width: 400px;*/
}
H1 {
	font: 21px Georgia, "Times New Roman", Times, serif;
	color: #633;
	margin: 10px 0 20px 0;
	padding: 0 10px;
}
H2 {
	font: 19px Georgia, "Times New Roman", Times, serif;
	color: #633;
	margin: 10px 0 10px 0;
	padding: 0 10px;
}
H3 {
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #633;
	margin: 5px 0;
	padding: 0 10px;
}

.center {
	width: 700px;
	margin: 0  auto;
	padding: 0 0 20px 0;
}
.intro {
	background: url(images/01_top.jpg) no-repeat top center;
	padding: 165px 0 0 0;
}

ul.menu-intro {
	width: 580px;
	height: 183px;
	margin: 0;
	padding: 0 60px;
	list-style-type: none;
}
ul.menu-intro li {
	float: left;
	padding: 0;
	margin: 0;
}
ul.menu-intro li a {
	font: bold 22px Georgia, "Times New Roman", Times, serif;
	display: block;
	height: 183px;
	text-indent: -3000px; 
}

ul li.li-1 a { width: 150px; background: transparent url(images/m1.jpg) no-repeat top left; }
ul li.li-2 a { width: 140px; background: transparent url(images/m2.jpg) no-repeat top left; }
ul li.li-3 a { width: 150px; background: transparent url(images/m3.jpg) no-repeat top left; }
ul li.li-4 a { width: 140px; background: transparent url(images/m4.jpg) no-repeat top left; }

ul.menu-intro li a:hover { background-position: 0px -183px; }

.left {
	float: left;
	width: 210px;
	background: url(images/left_bg.jpg) no-repeat top left;
}
.data {
	text-align: left;
	margin-left: 210px;
}

.tab- {
	padding: 0 0 0 50px;
	font-weight: bold;
}

.left50 {
	float: left;
	width: 240px;
}
.right50 {
	float: right;
	width: 240px;
}