@charset "utf-8";
/* CSS Document */
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2{
	color:#F00;
}
.desctext{
	font-weight:bold;
}
#main{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	height:auto;
}
#top{
	height:100px;
	text-align:center;
}
#middle{
	height:600px;
	text-align:center;
	border-bottom:1px solid black;
	border-top:1px solid black;
}
#infomiddle{
	text-align:center;
	border-bottom:1px solid black;
	border-top:1px solid black;
}
#middletop{
	height:300px;
}
#middlebottom{
	height:200px;
}
#middlebottomleft{
	width:450px;
	float:left;
	height:200px;
	vertical-align:bottom;
}
#middlebottomright{
	width:450px;
	float:right;
	height:200px;
	vertical-align:bottom;
}
#bottom{
	height:auto;
}
#bl1{
	width:600px;
	height:250px;
	float:left;
	border-bottom:1px solid black;
}
#bll1{
	width:299px;
	height:250px;
	float:left;
	text-align:center;
	border-left:1px solid black;
}
#blr1{
	width:299px;
	height:250px;
	float:right;
	text-align:center;
	border-left:1px solid black;
}
#br1{
	width:298px;
	height:250px;
	float:right;
	text-align:center;
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
}
#bl2{
	width:600px;
	height:250px;
	float:left;
	border-bottom:1px solid black;
	clear:both;
}
#bll2{
	width:299px;
	height:250px;
	float:left;
	text-align:center;
	border-left:1px solid black;
}
#blr2{
	width:299px;
	height:250px;
	float:right;
	text-align:center;
	border-left:1px solid black;
}
#br2{
	width:298px;
	height:250px;
	float:right;
	text-align:center;
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
}
#footer{
	clear:both;
}
ul li{
	float:left;
	height:150px;
	width:150px;
	margin:0px;
	text-align:center;
}
ul{
	list-style:none;
	clear:left;
	width:100%;
	margin:0px;
	padding:0px;
}