html, body, #wrapper {
	padding:0px;
	margin:0px;
	border:0px;
	width:100%;
	height:100%;
	color:#080808;
	background-color:#f7d326;
	font-family: 黑体, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.92em;
	text-align:left;
	letter-spacing:normal;
}
img {
	border:none;
}
#stage {
	position:relative;
	width:980px;
	background-color:#fff;
	margin-left: auto;
	margin-right: auto;
	z-index:2;
	-webkit-box-shadow: 0 0 100px 0 #333; /* Safari and Chrome */
	-moz-box-shadow: 0 0 100px 0 #333;
	box-shadow: 0 0 100px 0 #333;
}

#header {
	height:100px;
	overflow:hidden;
}

#footer {
	padding:12px;
	font-size:0.7em;
	overflow:hidden;
}

#footer_copyright {
	color:#bebebe;
	float:left;
}
	a.footer_copyright {
		font-weight:normal;
		color:#7a7a7a;
		text-decoration:none
	}
	a.footer_copyright:link {
		font-weight:normal;
		color:#7a7a7a;
		text-decoration:none
	}
	a.footer_copyright:visited {
		font-weight:normal;
		color:#7a7a7a;
		text-decoration:none
	}
	a.footer_copyright:hover {
		font-weight:normal;
		color:#080808;
		text-decoration:none
	}
	a.footer_copyright:active {
		font-weight:normal;
		color:#080808;
		text-decoration:none
	}

#footer_icons {
	width:90px;
	float:right;
}

#logo {
	width:150px;
	padding-top:10px;
	float:left;
}

#promo {
	padding-top:10px;
	padding-right:10px;
	float:right;
}

#menu_bar	{
	background-color:#5e6265;
	overflow: hidden;
}
#menu	{
	background-color:#5e6265;
	height:130px;
	right:0px;
}

#photo_teaser {
	padding-left:12px;
	height:200px;
	background-color:#000;
	overflow:hidden;
	position: relative;
}
#header_text	{
	position:absolute;
	bottom:0;
}

#main {
	overflow:hidden;
	min-height:590px;
}
#content {
	padding:12px;
}

#photo {
	width:230px;
	height:230px;
	margin-left:10px;
	margin-top:50px;
	float:right;
}


ul.menu_links {
	list-style-type:none;
	padding:0;
	margin:0;
	padding-right:5px;
}

h1 {
	color:#f7d326; 
	font-size:2em; 
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}
h2 {
	color:#f7d326; 
	font-size:1.6em; 
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}
h3 {
	color:#ab931a; 
	font-size:1.2em; 
	font-weight:bold;
	text-transform:uppercase;
}

a {
	color:#58a0c4;
}
	a:link {
		color:#58a0c4; 
	}
	a:visited {
		color:#58a0c4;
	}
	a:hover {
		color:#ab931a;
		text-decoration:none;
	}
	a:active {
		color:#ab931a;
	}
a.external:after {
	content:" " url(/images/external.png);
	text-decoration:none;
}



.disabled	{
	filter:alpha(opacity=25); //msie
	-moz-opacity: 0.25; 
	opacity: 0.25;	
}

.row	{
	overflow:hidden; 
}

.padding_btm	{
	padding-bottom:10px;	
}

label	{
	font-weight:bold;
	vertical-align:middle;
}

.center	{
	text-align:center;
}

.imageflow_content	{
	width:100% auto; 
	position:fixed; 
	left:20px; 
	right:200px;
}

.alert {
	color:#f7d326; 
	font-weight:bold;
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}

.textbox {
	background-color:#f7d326; color:#080808; border:#58a0c4 1px solid;
}
.sendbox {
	background-color:#61696f; color:#ffffff; font-weight:bold; border-width:1px;
}

.width100 {
	width:100%;
}
.width90 {
	width:90%;
}
.width80 {
	width:80%;
}
.width75 {
	width:75%;
}
.width70 {
	width:70%;
}
.width60 {
	width:60%;
}
.width50 {
	width:50%;
}
.width40 {
	width:40%;
}
.width30 {
	width:30%;
}
.width25 {
	width:25%;
}
.width20 {
	width:20%;
}
.width15 {
	width:15%;
}
.width10 {
	width:10%;
}

.floatright {
	float:right;
}
.floatleft {
	float:left;
}

.column	{
	overflow:hidden;
	padding-bottom:5px;
}


.table_form {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	border-width:0px;
	padding:0px;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
	vertical-align:top;
}
