

body {
	background:				#fff;
	font:					12px Arial, 'Lucida Grande', Verdana, sans-serif;
	margin:					0;
}

a, a:visited {
	color:					#0798d4;
	text-decoration: none;
}

a:hover {
/*	background:				#4a4a4a;*/
	text-decoration:		underline;
}

.clearfix:after {
	content:					".";
	clear:					both;
}

h1#logo {
	background:				url(../img/interface/bsol_logo.png) no-repeat right;
	height:					37px;
	text-indent:			-5000px;
	xwidth:					376px;
}


/*	header		*/
div#header {
	margin:					0 auto;
	width:					900px;
}

form#effect-form {
	border-bottom:			#ccc 1px solid;
	color:					#888;
	display:				none;
	margin-top:				.8em;
	padding-bottom:			.8em;
}

form#effect-form select {
	margin:					0 1em 0 .5em;
}