@font-face{
	font-family:'Berlin Sans FB';
	src:url('BRLNSR.TTF');
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'Open Sans Light';
	src:url('OpenSans-Light.ttf');
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'Open Sans Semibold';
	src:url('OpenSans-Semibold.ttf');
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'Open Sans Extrabold';
	src:url('OpenSans-ExtraBold.ttf');
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'Raleway Thin';
	src:url('Raleway.ttf');
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'Raleway Bold';
	src:url('Raleway-Bold.ttf');
	font-weight:normal;
	font-style:normal;
}


@font-face{
	font-family:'Raleway ExtraLight';
	src:url('Raleway-ExtraLight.ttf');
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'Raleway Light';
	src:url('Raleway-Light.ttf');
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'Raleway Medium';
	src:url('Raleway-Medium.ttf');
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'Raleway Regular';
	src:url('Raleway-Regular.ttf');
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'Raleway SemiBold';
	src:url('Raleway-SemiBold.ttf');
	font-weight:normal;
	font-style:normal;
}
body{
	font-family: 'Open Sans Light','宋体';
	font-size: 18px;
	line-height: 200%;
	color: #7f7365;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/bg02.jpg);
}

p {
	padding: 0px;
	margin: 0px;
}

ul,li,ol {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #b01f23;
	text-decoration: none;
}

img {
	border: none;
}

#main{
	width:1180px;
	/* min-height:800px; */
	margin:auto;
}
.redButton{
	font-family:'Open Sans Semibold'; font-size:14px; line-height:42px; color:#b01f23; border:1px solid #b01f23; cursor:pointer;
}
.redButton:hover{
	font-size:14px; line-height:42px; color:#FFF; border:1px solid #b01f23; background-color:#b01f23;
}