@charset "utf-8";
img {
	border:0;
}
th {font-weight:normal}
h1 {
	font-style:italic;
	font-size:16px;
	font-weight:normal;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #8E68AD;
}
a:active {
	text-decoration: none;
	color: #F6989A;
}
body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	background: #8E68AD url(img/body_bg.png) repeat-y center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.wrapper {
	margin:0 auto;
	width:768px;
	clear:both;
}
.header {
	display: block;
	clear: both;
	height: 320px;
	width: 768px;
}
.menu {
	color: #000;
	display:block;
	margin-top:192px;
	width:1024px;
	white-space: nowrap;
	position:relative;
	z-index:10;
}
.menu a span {
	display:none;
}
.menu ul {
}
.menu ul li {
	float: left;
	list-style-type:none;
	margin-left:8px;
	margin-top:4px;
}
.menu ul li a {
	text-decoration:none;
}
a.home {
	display:block;
	background:url(img/home_btn.png) no-repeat top left;
	width:61px;
	height:33px;
}
a.home:hover, .ishome a.home {
	background:url(img/home_btn.png) no-repeat bottom left;
}
a.services {
	display:block;
	background:url(img/services_btn.png) no-repeat left top;
	width:119px;
	height:33px;
}
a.services:hover, .isservices a.services {
	background:url(img/services_btn.png) no-repeat left bottom;
}
a.about {
	display:block;
	background:url(img/about_btn.png) no-repeat left top;
	width:78px;;
	height:33px;
}
a.about:hover, .isabout a.about {
	background:url(img/about_btn.png) no-repeat left bottom;
}
a.contact {
	display:block;
	background:url(img/contact_btn.png) no-repeat left top;
	width:107px;
	height:33px;
}
a.contact:hover, .iscontact a.contact {
	background:url(img/contact_btn.png) no-repeat left bottom;
}
.header_left {
	background: url(img/header_left_bg.png) no-repeat;
	clear: left;
	height: 320px;
	width: 384px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.header_right {
	float: right;
	clear: right;
	height: 320px;
	width: 384px;
	margin: 0px;
	padding: 0px;
}
.header_right_a {
	background:url(img/header_right_a_bg.png) no-repeat;
	width:192px;
	height:320px;
	float:left;
}
.header_right_b {
	background:url(img/header_right_b_bg.png) no-repeat;
	width:192px;
	height:320px;
	float:right;
}
.content {
	text-align:center;
	background:#FFF url(img/content_bg.png) repeat-y center top;
	min-height:384px;
	padding:2px;
}
.div640 {
	width:640px;
	text-align:left;
	clear:both;
	margin:0 auto;
}
.div512 {
	width:512px;
	text-align:left;
	clear:both;
	margin:0 auto;
}
.footer {
	width:768px;
	height:52px;
	background:url(img/footer_bg.png) center top no-repeat;
	padding:8px;
}
.wrapper .footer div a {
	color:#FFF;
	font-size:10px;
}
.wrapper .footer div a:active, .wrapper .footer div a:hover {
	color:#F6989A;
}
.wrapper .footer div a:active sup, .wrapper .footer div a:hover sup {
	color:#fff;
}



