body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin:5px 5px 5px 5px;
}

h1{
	font-size:14px;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



#logo {
	height: 50px;
	width: 260px;
}
#menu_upper {
	height: 50px;
	width: 680px;
}
#menu_left {
	height:50px;
	background-color: #FFF;
	margin: 30px 10px 0px 0px;
}

#table_border{
	border:solid;
	border-width:1px;
	border-color:#CCC;
}
#table_main{
	height: 565px;
	width: 100%;
}
#table_upper {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
}
#table_middle{
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	width:940px;
	height:450px;
/*	background-image:url(../images/about_background.gif)*/
}
#table_orange{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	margin:0px 10px 0px 10px;
	background-color: #EDF2F6;
}
#table_footer{
	background-color: #EDF2F6;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;	
}
#table_line{
	border-top:none;
	border-right:none;
	border-bottom:dashed;
	border-left:none;
	border-width:1px;
	border-color:#cccccc;
}

#position{
	width:940px;
	height:20px;
	background-color:#F6F9FA;
}

#content{
	height:420px;
	width:800px;
	overflow-y:auto;
	overflow-x:hidden;
	background-color:#F6F9FA;
}
#banner{
	height:100px;
	width:800px;
}

img {
	border:none;}
