* {
	margin:0;
	padding:0;
	border:0;
	font-size:100.01%;
}

html , body {
	width:100%;
	height:100%;
	text-align:center;
}
body {
	min-height: 100%;
}

#content {
	margin:0 auto;
	width:1071px;
	height: auto !important;
	min-height:100%;
	height: 100%;
}

.patch_minheight {
	width:1px;
	height:250px;
	float:right;
}


/* false header */
#header {
	position:relative;
	height:175px;
	width:1071px;
}

#header #hed1 {
	position:absolute;
	left:0;
height:175px;
width:632px;
background:url(/img/mustang.jpg) no-repeat;
}

#header #hed2{
position:absolute;
left:632px;
height:175px;
width:439px;
background:url(/img/end.gif) no-repeat;
}


#header #hed2 ul{
position:absolute;
left:4px;
top:63px;
height:100px;
width:400px;
font-size:12px;
list-style:none;
}

#header #hed2 li{
position:absolute;
top:0;
left:0;
height:15px;
color:#300000;
font-size:12px;
font-family:"Trebuchet MS";
text-decoration:none;
}

#header #hed2 li a{
color:#164b75;
font-family:"Trebuchet MS";
text-decoration:none;
}



#header #line {
position:absolute;
left:0;
top:175px;
height:30px;
width:1071px;
background:#164b75;
}

/* center */
#wrapper {
	margin:30px 0 0 0;
	position:relative;
	float:left;
	width:1071px;
	min-height:100%;
	padding:0;
}
#wrapper #left {
	float:left;
	width:150px;
	height:610px;
	background-color:#164b75;
	/* background-color:#666666; */
}
#wrapper #center {
float:left;
width:771px;
}

#wrapper #center p{
width:700px;
padding:10px 0px 10px 33px;
text-align:justify;
font-family: "Trebuchet MS";
font-size:14px;
}

#wrapper #center h1{
width:700px;
padding:20px 0px 10px 33px;
text-align:justify;
font-family: "Trebuchet MS";
font-size:19px;
}

* html #wrapper #center p{
width:700px;
padding:20px 10px 10px 10px;
text-align:justify;
font-family: "Trebuchet MS";
font-size:12px;
}

#wrapper #right {
	float:left;
	width:150px;
		height:610px;
		background-color:#164b75;
		/* background-color:#993333; */
}


/* footer */
#footer {
	clear:both;
		text-align:center;
	margin-top: -60px;
	height:60px;
	width:100%;
	font-size:11px;

}

#footer div {
margin:0 auto;
width:1071px;
height:60px;
background:#164b75;
color:#FFFFFF;
}



.footer_guarantor {
	height:60px;
	clear: both;
}

.leftpic {
    float: left; 
    margin: 10px 10px 10px 10px; 
   }

.righpic {
    float: right; 
    margin: 10px 10px 10px 10px; 
   }