﻿@charset "utf-8";
/* CSS Document */
* {
	font-size: 14px;
	font-family:tahoma;
}
body, html {
	margin:0;
	padding:0;
}
ul, li {
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
textarea {
	resize:none;
}

div.panel {
	width: 970px;
	padding: 0 15px;
	margin: 0 auto;
}
a.banner {
	
}
a.banner img {
	width: 100%;
}
div.wraper {
	border: 1px solid #ccc;
	padding: 25px 0;
}
div.wraper div.title {
	text-align: center;
    font-size: 24px;
    font-weight: bolder;
	border-bottom: 1px solid #dcdbb4;
    margin: 5px 100px;
    padding-bottom: 5px;
}
div.wraper div.source {
	text-align: center;
    margin-top: 5px;
}
div.wraper div.source span {
	margin: 0 30px;
	font-size: 12px;
}
div.wraper div.content {
    padding: 30px 100px;
}

div.footer {
	background: url('../images/footer.png') no-repeat center center;
}
div.footer div.footerLine {
	margin: 3px auto;
	text-align: center;
}
div.footer div.footerLine a {
	padding: 0 10px;
	border-left: 1px solid #ddd;
	font-size: 12px;
	color: #000;
}
div.footer div.footerLine a:first-child {
	border-left: none;
}
div.footer div.footerLine span  {
	font-size: 10px;
}