/** RESET **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	vertical-align: baseline;
	background: transparent;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
}

@font-face {
    font-family: 'Impact';
    src: url('../font/impact-webfont.eot');
    src: url('../font/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/impact-webfont.woff') format('woff'),
         url('../font/impact-webfont.ttf') format('truetype'),
         url('../font/impact-webfont.svg#ImpactRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a:link, a:active, a:visited{
	text-decoration:none;
	color:#666;
}

a:hover{
	color:#ed1c24;
}

th{
	height:20px;
	font-family:"Impact";
	font-size:16px;
	font-weight:lighter;
	letter-spacing:1px;
	color:#000;
	/*background:#000;*/
	text-align:left;
	padding:2px;
}

td{
	height:20px;
	text-align:left;
	padding:2px;
	color:#000;
}

p{
	padding:10px 0 0 8px;
}

#wrapper{
	width:700px;
	margin:20px auto 0;
}

#header{
	width:100%;
	height:220px;
}

#header img{
	float:left;
}

#navigation{
	width:100%;
	height:30px;
	margin:0 0 10px 0;
	background:#000;
}

ul#nav{
	list-style:none;
	margin:0 0 0 8px;
}

#nav li{
	list-style-type:none;
	float:left;
	text-align:center;
	padding:2px 4px 4px 0;
	margin:0 6px 0 0;
}

#nav li a{
	border-right: 1px dotted #FFFFFF;
    color: #FFFFFF;
    font-family: "Impact";
    font-size: 20px;
    letter-spacing: 0.5px;
    padding-right: 10px;
    text-transform: uppercase;
}

#nav li a:hover{
	color:#ed1c24;
}

#nav li a.active{
	color:#ed1c24;
}

#content{
	width:100%;
	float:left;
	margin:0 0 20px 0;
}

.intro-txt{
	width:380px;
	float:left;
	margin:0 12px 0 0;
}

.intro-txt h1{
	font-size:18px;
	color:#666;
	font-weight:lighter;
	line-height:26px;
	margin:0 0 20px 8px;
}

.main-txt{
	font-size:13px;
	color:#000;
	line-height:20px;
}

.wwjk{
	float:right;
}



