@charset "utf-8";
/* CSS Document */
@import url("nullus.css");
@import url("layout.css");
@import url("typog.css");
@import url("widgets0.css");
body {
	background: #fefefe url(../img/bg_main_.gif) repeat-y center;
}
a {
	outline: none;
}
.clearer {
	clear: both;
}
hr {
	display: none;
}
.float_wrapper {
	width: 935px;
	overflow: hidden;
	background-image: url(../img/top.png);
	background-repeat: repeat-y;
}
.left_column, .right_column {
	float: left;
}
.left {
	float: left;
}
.right {
	float: right;
}

a.blue_link {
	color: #20a4d0;
}
a.blue_link:hover {
	color: #0e82a8;
}

