@charset "utf-8";

/*整体控制*/
body {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #B22400;
	text-decoration: underline;
}

a:active {
	color: #B22400;
	text-decoration: underline;
}

/*页头部分*/
#header {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/headerbg.jpg);
	background-repeat: repeat-x;
	height: 60px;
}

#logo {
	float: left;
	margin-left: 10px;
}

#train {
	float: right;
}

#menu {
	background-color: #732211;
	height: 20px;
	font-size: 14px;
	text-align: center;
	clear: both;
	padding-top: 7px;
	padding-bottom: 4px;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	margin: 0px;
	padding-right: 16px;
	padding-left: 16px;
}

#menuLineFirst {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #531905;
}

#menuLineCenter {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #531905;
	border-left-color: #9A5B49;
}

#menuLineLast {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9A5B49;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#flash {
	margin-top: 1px;
}

/*页脚部分*/
#footerMenu {
	background-color: #666666;
	height: 19px;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 1px;
	width: 778px;
}

#footerMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footerMenu li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

.footerMenuLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#footerMenu a:link,#footerMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footerMenu a:hover,#footerMenu a:active {
	color: #EDC214;
	text-decoration: none;
}

#footer {
	text-align: right;
	margin-top: 10px;
	padding-right: 10px;
}
