body {
	background: url(/images/bg.gif) repeat-x;
}

#header {
	width: 975px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}

#header img{
	border: 0px;
}

#logo {
	background: url(/images/logo.gif) no-repeat;
	margin-top: 15px;
	height: 63px;
	width: 300px;
	float: left;
}

#nav {
	float: right;
	width: 650px;
	padding-top: 60px;
}

#nav img {
	border: 0px;
}

#content {
	width: 900px;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#mid {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#main {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #252f36;
	border: 1px solid #252f36;
	padding: 15px;
	padding-top: 5px;
	color: #ffffff;
	font-family: "Lucida Grande", Arial ;
	font-size: 11px;
}

#main a {
	text-decoration: underline;
	color: #ffffff;
	font-family: "Lucida Grande", Arial ;
	font-size: 11px;
}



#twitter_div {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #252f36;
	border: 1px solid #252f36;
	width:900px;
	height:75px;
	list-style-type:none;
	list-style-image:none;
	color:#ffffff;
	font-family: "Lucida Grande", Arial ;
	font-size: 15px;
	text-indent: 50px;
	padding-top: 10px;
}

#twitter_update_list {
	color:#ffffff;
	list-style-image:none;
	font-size:16px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	list-style-type:none;
	list-style-image:none;
	font-family: "Lucida Grande", Arial ;
	font-size: 20px;
}



#twitter_update_list a:link {
	text-decoration: none;
	color: #ffffff;
}

#twitter_update_list a:visited {
	text-decoration: none;
	color: #ffffff;
}

#twitter_update_list a:hover {
	text-decoration: none;
	color: #ffffff;
}

#twitter_update_list a:active {
	text-decoration: none;
	color: #ffffff;
}