body{
    text-align:center;
}
h10{
	font-size: 18px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: normal;
	}
#wrap{
	background-color:#FFFFFF;
	margin:0px auto;
	height: auto;
	width: 920px;
	border: #808080;
	text-align: left;
}
#head{
	width:920px;
	height:60px;
}
#box1{
	width:920px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	border-color: #999999;
        border:10px
	text-align: center;
}
#box2{
	width:850px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	border: thin dotted #999999;
	text-align: left;
}
#box3{
	width:850px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	border: #999999;
	text-align: center;
}
#left{
	width:200px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	border: #999999;
}
#right{
	width:600px;
	height:auto;
	float:right;
	background-color:#FFFFFF;
	border-top: #999999;
	border-right: #999999;
	border-bottom: #999999;
	border-left: thin solid #808080;
}
#foot{
	width:100%;
	height:auto;
	background-color:#999999;
	clear:both;
	color: #FFFFFF;
	font-size: 12px;
	top: auto;
	text-align: center;
}
#button01 {
	color:#330000;
	background:#996600;
	font-size:20px;
	font-weight:bold;
	padding:12px 0 8px;
	text-shadow:0 -1px 1px #143352;
	text-align:center;
	display:block;
	text-decoration:none;
	height: auto;
	width: 200px;
}
#button01:hover{
	background-image: url(img/side2.gif);
	color: #D43F00;
	background-color: #CCCCCC;
	width: 200px;
	height: auto;
}
h11 {
	font-size: 16px;
	color: #FF0000;
}
fieldset {
margin: 0 0 20px;
	padding: 0;
}
fieldset#blueField {
	border: 1px #079BFF solid;
	border-top: 13px #079BFF solid;
}
