html,body,div,img,p,table,tr,th,td,h1,h2,h3,h4,h5,ul,li,ol{
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:15px;
	text-decoration:none;
	font-weight:normal;
}
img{
	border:none;	
}
body{
	background-image:url('../img/bg.gif');
	font-family:sans-serif;
}

a{

}
.clear{
	font-size:0px;
	line-height:0px;
	height:0px;
	clear:both;
}
#main{

	width:100%;

	background-color:#fff;
}
#header{
	background-color:#fff;
	background-image:url('../img/header/bg.gif');
	background-repeat:repeat-x;
	background-position:top left;
	height:106px;
/* for IE */
	text-align:center;
}
#header #headerInner{
	width:800px;
	margin:0px auto;
/* for IE */
	text-align:left;
}
#header #headerInner h1{
	color:#9C9C9C;
	font-size:10px;
	line-height:1.5em;
}
#header #headerInner #logoLine{
	height:80px;
	margin-top:6px;
	float:left;
}
#header #headerInner #headerNavigation{
	float:right;
	margin-top:58px;
}

#header #headerInner #headerNavigation p{
	font-size:10px;
/* for IE7 */
	*font-size:9px;
/* for IE6 */
	*font:9px;
	line-height:10px;
	float:left;
	width:67px;
	text-align:center;
	height:32px;
	padding-top:0.3em;
	margin:-0.5em 0em 0em 3px;
/* for IE */
	_margin:-0.5em 0em 0em 0em;
}

#header #headerInner #headerNavigation a{
/*
	font-size:9px;
	line-height:10px;
*/
	color:#9c9c9c;
	text-decoration:none;
	line-height:16px;

}

#header #headerInner #headerNavigation p:hover{

	background-image:url('../img/header/tab.gif');
	background-repeat:no-repeat;
	background-position:top center;
}

#header #headerInner #headerNavigation p:hover a{
	color:#ED171F;
}
#header #headerInner #headerNavigation img{
	margin:0em 0em -2em 0em;
	float:left;
}
#main{
	background-color:#fff;
	background-image:url('../img/main/foot.gif');
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:18px;
/* for IE */
	text-align:center;
}
#main #mainInner{
	width:800px;
	margin:0px auto;
	padding-top:6px;
/* for IE */
	text-align:left;
}
#main #mainInner #news{
	background-image:url('../img/main/news/body.gif');
	background-repeat:repeat-y;
	background-position:top left;

}
#main #mainInner #news #newsInner{
	margin:0em 1.5em;
}
#main #mainInner #news #newsInner li{
	color:#cecece;
	list-style-type:square;
	list-style-position:inside;
}
#main #mainInner #news #newsInner .inli{
	font-size:11px;
	line-height:22px;
	color:#5f5f5f;
}
#main #mainInner #news #newsInner li a{
	color:#5f5f5f;
}


#main #mainInner #tri{
	background-image:url('../img/main/tri/body.gif');
	background-repeat:repeat-y;
	background-position:top left;
	padding-bottom:0.5em;
}
#main #mainInner #tri img.cut{
	margin:4px 0px;
}
#main #mainInner #tri img.subtitle{
	margin:0.2em 0em;
}

#main #mainInner #tri #left{
	float:left;
	width:255px;
	padding-left:11px;
	margin-right:13px;
}
#main #mainInner #tri #center{
	float:left;
	width:255px;
	margin-right:11px;
}
#main #mainInner #tri #right{
	float:left;
	width:254px;
}


#main #mainInner #tri p{
	padding-left:14px;
	padding-right:0.5em;
	font-size:11px;
	line-height:18px;
	color:#4d4d4d;
}
#main #mainInner #tri p a{
	color:#4d4d4d;
	text-decoration:none;
}


#footer{
/*
	background-image:url('../img/footer/bg.gif');
	background-repeat:repeat-x;
	background-position:top left;
*/
	padding-top:18px;
/* for IE */
	text-align:center;
}
#footer #footerInner{
	width:800px;
	margin:0px auto;
/* for IE */
	text-align:left;
}

#footer #footerInner #copyright{
	text-align:right;
	color:#bbb;	
	font-size:10px;
	line-height:13px;
}
#notFound{
	margin: 0px auto;
	width:350px;
	padding:24px 0px 48px 0px;
}
#notFound p{
	color:#999;
	font-size:12px;
	line-height:18px;
	margin-left:12px;
	margin-top:1em;
}
