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

	intrance - GLOBAL STYLES 	
	
****************************************************/

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

body {
	background: #fefefe url(../images/common/backgrounds/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.green_link {
	color: #00CC33;
		outline: none;
		text-decoration: none;
}
a.green_link:hover {
	color: #009900;
		outline: none;
		text-decoration: none;
}

a.green_link_blog {
	color: #00CC33;
		outline: none;
		text-decoration: none;
		margin-left: 3px;
}
a.green_link_blog:hover {
	color: #009900;
		outline: none;
		text-decoration: none;
		margin-left: 3px;
}