#logo {
	height: 50px;
	width: 260px;
}
#menu_upper {
	height: 50px;
	width: 680px;
}


#table_main{
	height: 565px;
	width: 100%;
}
#table_border{
	border:solid;
	border-width:1px;
	border-color:#CCC;
}
#table_upper {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
}
#table_middle {
	background-color: #F0F1EE;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
}
#table_bottom {
	background-color: #F0F1EE;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}


#footer_left {
	line-height: 20px;
	vertical-align:middle;
	height: 45px;
	width: 240px;
}
#footer_middle {
	height: 45px;
	width: 460px;
}
#footer_right {
	line-height: 18px;
	vertical-align:middle;
	height: 45px;
	width: 240px;
}


body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin:5px 5px 5px 5px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}