/* CSS Document */

html, body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#475560;
	margin:0px;
	padding:0px;
}

a{ color:#cc092f; text-decoration:underline; }
a:hover{ color:#475560; text-decoration:none; }

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

h1{ color:#ca1f32; font-size:14px; font-weight:bold; line-height:16px; margin:0px 0px 10px 0px; padding:0px; }
ul{padding-left:12px; }

#wrapper{
	width:915px;
	margin:auto;
}

#header{	
	height:168px;
}

#navi{
	height:16px;
	margin-bottom:8px;
	padding-left:84px;
}
	#navi a{
		margin-right:23px;
		display:block;
		float:left;
		height:17px;
		text-decoration:none;
		background-position:left top;
		background-repeat:no-repeat;
	}
	#navi a:hover, #navi a.activ{ background-position:left bottom; }
	.navi1{ background-image:url(../_images/navi1.jpg); width:75px; }
	.navi2{ background-image:url(../_images/navi2.jpg); width:161px; }
	.navi3{ background-image:url(../_images/navi3.jpg); width:149px; }
	.navi4{ background-image:url(../_images/navi4.jpg); width:204px; }
	
#subnavi{
	height:11px;
	margin-bottom:12px;
	padding-left:84px;
}
	#subnavi a, #footer a{
		margin-right:13px;
		color:#475560;
		text-decoration:none;
	}
	#subnavi a:hover, #subnavi a.activ,
	#footer a:hover, #footer a.activ{
		color:#cc092f;
	}

#content_wrapper{
	height:480px;
	background-image:url(../_images/bg_content.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
	#content_container{
			padding:40px 84px 30px 84px;
	}
	
		#content{
			
		}
		#headline{ height:40px; }
		#content_left{
			width:370px;
			height:340px;
			overflow:auto;
			float:left;
			margin-right:17px;
		}
		
		#content_right{
			width:360px;
			height:340px;
			float:left;
			overflow:auto;
		}
	
#footer{
	padding:12px 2px 0px 0px;
	text-align:right;
}




.fomular td{
	padding:3px 0px;
}
.red{ color:#cc092f; font-weight:bold; }
