* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #666;
	color: #888;
	font-family: Arial, Sans-Serif;
	font-size : 14px;
	background: white url(../images/body_bg.gif) repeat-x top left;
}

img {
	border: 0px;
}

.wrapper {
	width: 994px;
	margin: 0px auto;
}

#header {
	height: 30px;	
}

#claim {
	color: #939393;
	font-weight: bold;
	line-height: 29px;
	float: left;
}

#menu {
	list-style-type: none;
	float: right;
	background: transparent url(../images/menu_split.gif) no-repeat top right;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	line-height: 29px;
	height: 29px;
	padding: 0 22px;
	text-decoration: none;
	color: white;
	background: transparent url(../images/menu_split.gif) no-repeat top left;
}

#menu li a:hover {
	color: #CCC;
}

#menu li.pro a {
	color: #f8e6cb;
}

#container {
	width: 994px;
	height: 614px;
}

#left {
	width: 316px;
	float: left;
}

#leftcontent img {
	margin-top: 8px;
}

#flash {
	width: 659px;
	* width: 678px;
	height: 576px;
	* height: 609px;
	margin: 0px;
	padding-top: 33px;
	padding-left: 19px;
	background: #FFFFFF url(../images/main_box.gif) no-repeat;
	float: left;
}

#footer {
	color: #AAA;
	text-align: center;
	padding: 10px;
}

#img_page {
	padding : 5px 80px;
}

.url {
	font-size : 14px;
}