/***************************************************

	company: resource.gr (www.resource.gr)	

****************************************************/

@import url("/css/reset.css");
@import url("/css/layout.css");
@import url("/css/typography.css");
@import url("/css/widgets.css");

body {
	background: #fefefe url("/images/bg_main_shadow.gif") repeat-y center;
}
a {
	outline: none;
}

.clearer {
	clear: both;
}

hr {
	display: none;
}

.float_wrapper {
	width: 100%;
	overflow: hidden;
}

.left_column, .right_column {
	float: left;
}
.left {
	float: left;
}
.right {
	float: right;
}

a.blue_link {
	color: #20a4d0;
}
a.blue_link:hover {
	color: #0e82a8;
}

