﻿body {
	margin: 0;
	padding: 0;
	background: #000;
	
	color: #aeaeae;
	font: normal 11px/1.8em Tahoma, Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
	
	text-align: justify;
}

img {
	border: none;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

div.container {
	width: 1048px;
	background: url('../img/background.png') bottom right no-repeat;
}

div.flash_top {
	width: 1001px;
	height: 263px;
}

div.flash_menu  {
	float: left;
	width: 330px;
}

div.body {
	float: left;
	width: 671px;
}

div.body_flash_top {
	margin: 28px 0 0 0;
	width: 26px;
}

div.body_flash_top {
	margin: 28px 0 0 0;
	height: 26px;
}

div.body_flash_bottom {
	margin: 0 0 28px 0;
	height: 26px;
}

div.body_text {
	padding: 28px 22px 28px 28px;
}

div.flash_bottom {
	width: 1048px;
	height: 68px;
	
	background: url('../img/flash_bottom_background.png') top right no-repeat;
}

div.bottom {
	width: 1048px;
	height: 100px;
	
	background: url('../img/bottom_background.png') top left no-repeat;
}

div.bottom div.menu {
	padding: 1px 0 0 0;
	width: 1000px;
	height: 22px;

	text-align: center;
}

div.menu ul {
	margin: 0 auto;
	padding: 0;
	height: 22px;
	
	line-height: 20px;
	list-style-type: none;
}

div.menu li {
	display: inline;
	padding: 0 14px 0 17px;
	
	background: url('../img/dot_menu.png') center left no-repeat;
}

div.menu li.no_dot {
	display: inline;
	padding: 0 14px 0 17px;
	
	background: none;
}

div.bottom div.menu2 {
	padding: 1px 0 0 0;
	width: 1000px;
	height: 19px;

	text-align: center;
}

div.menu2 a {
	color: #af71dd;
}

div.menu2 a:hover {
	color: #fff;
}

div.menu2 ul {
	margin: 0 auto;
	padding: 0;
	height: 19px;
	
	line-height: 18px;
	list-style-type: none;
}

div.menu2 li {
	display: inline;
	padding: 0 14px 0 17px;
	
	background: url('../img/dot_menu2.png') center left no-repeat;
}

div.menu2 li.no_dot {
	display: inline;
	padding: 0 14px 0 17px;
	
	background: none;
}

div.bottom div.text1 {
	margin: 13px 0 0 7px;
	padding-left: 6px;
	
	background: url('../img/dot_bottom.png') center left no-repeat;
	
	color: #999;
}

div.clear {
	clear: both;
}

div.gallery {
	padding: 0 0 28px 85px;
}

div.img_frame {
	float: left;
	
	margin: 0 0 22px 22px;
	padding: 1px 0 0 1px;
	width: 118px;
	height: 125px;
	
	background: url(../img/img_frame.png) no-repeat;
}

