@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
@import url("typography.css");

h1, h2, h3, h4, h5, h6, ul, li, ol, td, p, a, span, label, textarea, input { font-family: "Trebuchet MS"; }

body { margin:0px; background:#e3e3e3;}
.main { width:944px; margin:0px auto; }
.header { width:944px; height:471px; float:left; }
.header_info { width:944px; height:421px; }
.header_info img { margin:30px;  }
.header_info span { float:right; }
.nav { width:944px; height:52px; background:url(../images/front/nav.png);  }
.nav li { float:left; }
.nav img { float:left; }
.content { width:844px; background:#FFFFFF; padding:50px; overflow:hidden; float:left; }
.content span { float:right; }
.content_left { width:400px; float:left; }
.content_right { width:400px; float:right; }
.content_left2 { width:475px; float:left; }
.content_right2 { width:325px; float:right; }
.column { width:200px; float:left }
.column2 { width:237px; float:left; }
.column3 { width:162px; float:left; }
.footer { width:944px; height:63px; background:#a9a9a9; float:left; margin-bottom:20px; }
.footer span { float:right; font-size:12px; line-height:16px; color:#FFFFFF;  padding:16px 30px 0 0; }
input, select, textarea { width:400px; font-size:12px; color:#636363; font-weight:normal; }



