@charset "utf-8";
/* CSS Document */

body {
	color: #111111;
	background: #222222 url(/images/background_image.png) no-repeat left top;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	padding: 3px 0px;
	margin: 10px 0px 2px;
	color: #33CCFF;
}

#surround {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	position: relative;
	z-index: 10;
}
#surround .twitBird {
	height: 218px;
	width: 210px;
	position: absolute;
	top: 30px;
	z-index: 30;
	left: -20px;
}
#surround .twitBird a {
	display: block;
	height: 218px;
	width: 210px;
	background: url(/images/twitter_bird.png);
}
#surround .contentWrap {
	background: #fff url(/images/content_gradient.png) repeat-x top;
}
#surround .contentWrap #mainContent {
	margin: 10px;
	width: 570px;
	float: left;
}
#surround .contentWrap #mainContent .sideBird {
	margin-left: 180px;
	
}
#surround .contentWrap #mainContent .sideBird h1 .subH1 {
	font-size: 0.5em;
	display: block;
}
#rightBar {
	width: 200px;
	padding: 5px;
	float: right;
	background: #DDDDDD;
}
#surround .logo {
	background: url(/images/header_image.png) no-repeat right bottom;
	height: 100px;
}
#surround #footer {
	font-size: 9px;
	padding: 10px 50px;
	color: #999999;
	text-align: right;
}
.Clearfloat {
	clear: both;
	float: none;
}
a {
	color: #0963AD;
	text-decoration: none;
	font-weight: bold;
}
