body{
	height:100%;
	margin:0px;
	background-color:#2C2C2C;
	font-family:arial, sans-serif;
	font-size:14px;
	color:#4E4A3F;
}

input, button{
	width:140px;
}

input, textarea{
	border:1px solid #7E7A6F;
}

a{
	color:#B40000;
}

.fix{
	width:800px;
	padding-left:20px;
	padding-right:20px;
	margin:0 auto;
}

.fixleft{
	float:left;
	width:465px;
}

.fixright{
	float:right;
	padding-right:24px;
	width:311px;
}

.redfull{
	background-color:#B00000;
	color:#FFFFFF;
}

.whitefull{
	background-color:#FFFFFF;
}

.s1{
	width:100%;
	height:100px;
	background-image:url(../img/bgwhite.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	background-color:#FFFFFF;
}

.s2{
	width:100%;
	height:130px;
	background-color:#B00000;
	background-image:url(../img/bgred.jpg);
	background-repeat:repeat-y;
	background-position:right top;
}

.s3{
	width:100%;
	min-height:400px;
	overflow:auto;
	background-image:url(../img/bgwhite.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	background-color:#FFFFFF;
}

.s4{
	width:100%;
	height:120px;
	background-image:url(../img/s4.jpg);
	background-repeat:repeat-x;
	background-position:left top;	
	padding-top:20px;
	color:#7E7A6F;
}

.s4 a{
	color:#BEBAAF;
}

.std_title_big{
	font-size:26px;
	font-weight:bold;
}

.std_title{
	/*border-left:14px solid #B40000;
	padding-left:5px;*/
	color:#000000;
	font-size:20px;
	font-weight:bold;
	margin-top:26px;
	margin-right:26px;
}

.std_text{
	/*padding-left:19px;*/
	padding-right:26px;
	line-height:20px;
}