@charset "utf-8";
/* CSS Document */
body {
background-color: #111;	
}

hr {
	color: #90F
}

#content {
	width: 620px;
	float: left;
	padding-right: 20px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
}

#content a {
color: #faa830;
}

#content .heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #faa830;
	font-weight: bold;
	text-decoration:none;
}

#sidebar {
	width: 250px;
	padding-right:20px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-top: 10px;
}
#sidebar .heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #faa830;
	font-weight: bold;
	text-decoration:none;
}
#sidebar .subtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #faa830;
}

#sidebar a {
color: #faa830;
text-decoration: none;
}

#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #90F;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 10px;
}

#wrapper {
	width: 920px;
	margin: auto;
	color: #FFF;
	background-color: #000;
	background-image: url(bgbrain.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#feature {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #90F;
}
