/* CSS Document */

*, html, p {
	margin: 0px;
	padding: 0px;
}
body {
	background: #eee url(../img/back1.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}
a {
/*		color: #06C;*/
	text-decoration: underline;
}
a:hover {
/*	color: #09F;*/
	text-decoration: underline;
}
strong {
	font-weight: bold;
	/*color: #F00;*/
}
div#back {
	min-height: 100%;
	background: url(../img/back2.gif) repeat-y;
	margin: 0px auto;
	height: 100%;
	width: 880px;
}
/* IE6 */
* html div#back {
	height:100%;
}
div#all {
	min-height: 100%;
	background: url(../img/back3.gif) no-repeat;
	height: 100%;
	width: 850px;
	padding-right: 10px;
	padding-left: 10px;
}
/* IE6 */
* html div#all {
	height:100%;
}
#wrapper {
	margin: 0px;
	padding: 10px;
	width: 820px;
	font-size: small;
	line-height: 1.2em;
	color: #333;
}
ul.s_top  {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
.s_top  li  {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	float: left;
}

#container {
	margin: 0px 0px 10px;
	padding: 0px;
	clear: both;
}

#footer {
	color: #FFF;
	background: url(../img/footer.gif) repeat-x left top;
	margin: 0px;
	padding: 10px;
	height: 50px;
	text-align: right;
	clear: both;
	font: x-small/normal Verdana, Geneva, sans-serif;
}
ul.attention {
	font-size: x-small;
	line-height: 1.2em;
	background: #EFEFEF;
	margin: 0px 0px 10px;
	padding: 10px 10px 10px 30px;
	border: 1px solid #595E73;
	list-style: square;
}
p.announce {
	background: url(../../img/dots.gif) no-repeat left center;
	padding-left: 16px;
	margin-left: 0px;
}
div.attention {
	color: #FF0000;
	background: #F4F5F7;
	margin: 0px 0px 10px;
	padding: 10px;
	border: 1px solid #596982;
}
.clearboth {
	clear: both;
}
.red {
	color: #FF0000;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
	zoom:1;
}
/* \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
.head_ba{
margin-top:20px;
}
