body {
	padding: 0;
	margin: 0;
	background: #c6c6c6;
	color: #666;
	font-size: 11px;
}
.main_bg {
	background: url(../images/main_bg.jpg) center top no-repeat;
	width:100%;
	height:800px;
}
a {
	color: #5b005f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #5b005f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight: normal;
}

h2 {
	color: #5b005f;
	padding: 20px 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight: normal;
}

p {
	overflow: hidden;
	margin-top:5px;
	margin-bottom:5px;
}
.cnt {
	padding-left: 10px;
	padding-right: 10px;
}
.container_bg{
	background: url(../images/main_bg_light.gif) center top repeat-x;
}
.container_head{
	background: url(../images/head.png) center  no-repeat;
	width: 960px;
	height: 408px;
}
.container_middle_top{
	position:relative;
	background: url(../images/content_1_2.gif) center  no-repeat;
	width: 960px;
	height: 53px;
}
.head_left{
	position:absolute;
	left: 20px;
	top: 10px;
}
.head_right{
	position:absolute;
	left: 340px;
	top: 10px;
}
.container_12 {
	background: url(../images/middle_1_2.gif) center top repeat-y;
	min-height:300px;
}
.foot_head{
	margin:0 auto;
	background: url(../images/foot_head.png) center  no-repeat;
	width: 960px;
	height: 48px;
}
.foot{
	position:relative;
	margin:0 auto;
	background: url(../images/foot.png) center  no-repeat;
	width: 960px;
	height: 99px;
}
.foot_bg{
	background: url(../images/foot_main_bg.gif) center repeat-x;
	width: 100%;
	height: 99px;
}

.foot_links{
	position:absolute;
	right: 10px;
	top: 15px;
}
.foot_links a{
	color:#CCC;
	text-decoration:none;
}
.foot_links a:hover{
	text-decoration:underline;
}
.tab_left{
	width: 100px;
	padding-right:10px;
	text-align:right;
	float:left;
}
.tab_right{
	width: 200px;
	text-align:left;
	float:left;
}
.tab_long{
	width: 600px;
	padding-right:10px;
}
.tab_img{
	width: 250px;
	min-height:250px;
	text-align:left;
	float:right;
}
.separator_long{
	margin:0 auto;
	background: url(../images/separator_long.gif) no-repeat;
	width:592px;
	height:2px;
	clear:both;
}
.separator_short{
	margin:0 auto;
	background: url(../images/separator_long.gif) no-repeat;
	width:256px;
	height:2px;
	clear:both;
}
