@charset "utf-8";
/* CSS Document */
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color:#D5D0BD
}
.outter {
	/*position: relative;*/
	margin-right: auto;
	margin-left: auto;
	width: 759px;
	background-image: url(../images/background-shadow.png);
	background-repeat: repeat-y;
}
.inner {
	text-align:left;
	width: 759px;
	background-color: #FFF;
	border: 1px solid #999;
}
.header {
	height: 30px;
	background-image: url(../images/ezi-slide_logo.jpg);
	background-repeat: no-repeat;
	background-position: 12px;
	padding-top: 50px;
	padding-left: 455px;
	color: #E3001A;
}
.Body_header {
	color: #E4001A;
	font-size: 16px;
	font-weight: bold;
}

.imghead {
	background-image: url(../images/Main.jpg);
	background-repeat: no-repeat;
	height: 294px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.content_left, .content_right {
	float: left;
	width: 339px;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content_left {
	border-right: 1px solid #999;
}
.footer {
	text-align: center;
	padding-top: 5px;
	color: #999;
}
a:link {
	color: #E4001B;
	text-decoration: none;
}
a:active {
	color: #E0001A;
	text-decoration: none;
}

a:visited {
	color: #E2001A;
	text-decoration: none;
}
a:hover {
	color: #D5D0BD;
	text-decoration: none;
}
#c2 a:link{
	text-decoration: none;
	color:#999;
}
#c2 a:visited{
	text-decoration: none;
	color:#999;
}
#c2 a:hover{
	text-decoration: none;
	color:#E4001B;
}
#c2 a:active{
	text-decoration: none;
	color:#999;
}

