DIV#container {
	background-color: #FFFFFF;
	width: 100%;
	/*height: 100%;*/
	margin: 0;
	border: #000000 0px solid;
}

DIV#content {
	width: 760px;
	text-align: center;
	border: #000000 0px solid;
	margin: 0 auto;
}

/* top*/
DIV#top{
	background-image:url(../template/images/top.jpg);
	width: 760px;
	height: 162px;
}

DIV#date{
	width: 760px;
	padding-top: 117px;
	border: #000000 0px solid;
}

DIV#menuSx{
	width: 580px;
	float: left;
	padding-top: 2px;
	border: #000000 0px solid;
}

DIV#menuDx{
	width: 180px;
	float: right;
	padding-top: 2px;
	border: #000000 0px solid;
}






DIV#body{
	clear:both;
	width: 758px;
	min-height: 400px;
	border: #00A6EB 1px solid;
	overflow: auto;
}

DIV#left{
	width: 213px; 
	margin-left: 2px;
	margin-top: 5px;
	float:left;
	border: #000000 0px solid;
}



DIV#right{
	width: 538px;
	border: #000000 0px solid;
	/*margin-right: 5px;*/
	float: right;
}


DIV#bottom{
	width: 760px;
	height: 11px;
	clear: both;
}

DIV#foot{
	width: 760px;
	height: 40px;
	border: #000000 0px solid;
}