@charset "utf-8";
body {
	margin: 0px;
	background-image: url(../crs/images/paper.png);
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
.wrap {
	/* [disabled]text-align: left; */
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding: 0px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
footer {
	background-color: #030;
	color: #FFF;
	width: 100%;
	clear: both;
	box-shadow: 0px 0px #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
footer a img {
	border: none;
}
#foot_cols {
	/* [disabled]height: 190px;
*/
	/* [disabled]padding: 20px 0;
*/
	clear: both;
}
#foot_cols ul {
	float: left;
	height: 100%;
	padding: 0 35px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#foot_cols a {
	text-decoration: none;
	font-size: 100%;
	color: #CCC;
	font-weight: bold;
}
#foot_cols a:hover {
	color: #FFF;
	text-shadow: 1px 1px 1px #999;
}
#foot_cols a img {
	padding-right: 5px;
}
#foot_cols li {
	margin-bottom: 8px;
	font-size: 12px
}
#foot_cols .last_col {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer_logos {
	float: right;
	position: absolute;
	right: 20px;
	padding: 20px;
}
#footer_sub {
	background-color: #333;
	font-size: 70%;
	padding: 5px;
}
#footer_text {
	text-align: center;
}
#footer_text a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#footer_text a:hover {
	color: #FFF;
	text-shadow: 1px 1px 1px #999;
}
