@charset "utf-8";
/* CSS Document */

body
{
	width: 100%;
	height: auto;
	margin: 0;
	background:#E4EEF7;
	float:left;
	font-family:Verdana;
	font-size:12px;
	color:#333;
}
p{ text-align: justify;}
img{border:none;}
a
{
	text-decoration:none;
}
a.img
{border:none;}
table td
{
	color:#666;
	text-align:left;
}

table td h2
{
	color:#333;
	font-size:16px;
}

#content
{
	width:1000px;
	height: auto;
	background: #E5EFF8;
	margin: 0 auto;
}

#header
{
	height: 100px;
	width: 100%;
	float: left;
	background: url(images/header.jpg) repeat-x;
}

#logo
{
	height: 100px;
	width: 288px;
	/*background:url(images/kita%20Logo.png) left no-repeat;*/
	float:left;
	margin-left:10px;
}
#logo_margin
{
	height: 80px;
	width: 288px;
	/*background:url(images/kita%20Logo.png) left no-repeat;*/
	float:left;
	margin-top:10px;
}

#upbar
{
	height: 70px;
	width: 500px;
	background:url(images/up-bar.png) no-repeat right;
	float:right;
}

#upbar table td
{
	color:#FFF;
	font-size:12px;
}

#right-menu
{
	height: 20px;
	width: 1000px;
	float:right;
	margin-top: 0px;
	z-index:-1;
}

#menu-left
{
	height: 20px;
	width: 27px;
	background:url(images/left-temp.png) no-repeat right;
	position:absolute;
	float:right;
}

#left
{
	width: 200px;
	height: auto;
	float:left;
}

.left_img
{
	width: 200px;
	height: auto;
	float:left;
	padding:10px 0 10px 0;
}

#middle
{
	width: 740px;
	height: auto;
	float:right;
	padding-left: 10px;
	line-height: 20px;
}

#middleimg
{
	width: 740px;
	height: auto;
	float:left;
	
}
#middle h2
{
	color:#000095;
	font-size:18px;
	line-height: 10px;
	padding-bottom: 5px;
	text-indent: 0;
	border-bottom:#00F 2px dotted;
}

#footer  
{
	font-family:Arial;
	font-size:9px;
	width: 100%;
	height: 30px;
	float: left;
	background:#009;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	padding-top: 3px;
	margin-top: 10px;
}

#footer a
{
	color:#FFF;
}

