/* 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: 860px;
}
/* IE6 */
* html div#back {
	height:100%;
}
div#all {
	min-height: 100%;
	background: url(../img/back3.gif) no-repeat;
	height: 100%;
	width: 840px;
	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.7em;
	color: #333;
}
#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;
}
p.banner {
	font-size: x-small;
	line-height: normal;
	margin: 0px 0px 10px;
	padding: 0px;
}
div.attention {
	color: #FF0000;
	background: #F4F5F7;
	margin: 0px 0px 10px;
	padding: 10px;
	border: 1px solid #596982;
}
.attention ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: square;
}


.banner a img {
	border-style: none;
}
.clearboth {
	clear: both;
}
.red {
	color: #FF0000;
}
.space10 {
	margin: 0px 0px 10px;
	padding: 0px;
}


.space20 {
	margin: 0px 0px 20px;
	padding: 0px;
}



.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
	zoom:1;
}
/* \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
