/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 auto;
	background-color:#000000;
	font-size: 12px;
	color: #7e7e7e;
}

a{
	color: #7e7e7e;
	text-decoration: none;
}

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

#logo {
	margin: 0 auto;
	padding-top: 200px !important;
	padding-bottom: 200px;
	width: 464px;
	height: 174px;
}

#header {
	background-color: #000000;
	background-repeat: no-repeat;
	height: 47px;
	width: 850px;
}

#content {
	width: 570px;
	float: none;
}

#about {
	float: none;
	width: 570px;
}

#about_content {
	width: 900px;
	border: 0px solid #363636;
	float: center;
	background-color: #000000;
	padding: 8px;
	margin-top: 25px;
	margin-left: 165px;
	line-height: 20px;
}

#menu {
	width: 100%;
	text-align: center;
	padding: 0px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	bottom: 50px;
}

#draggable { width: 250px; height: auto; padding: 0.5em; background: #666666; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
cursor: move;
float: right;
margin-left: 100px;
margin-top: 100px;
position: absolute;}
	#twitter_div {
	width: 285px;
	height: 250px;
	overflow: auto;
}
ul#twitter_update_list {
	list-style: none;
	font-size: 16px;
	margin-left: -35px;
	margin-top: 0px;
}
ul#twitter_update_list li {
	margin-bottom: 10px;
	padding: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
a { color: #F63; }

h1{ font-size: 15px; color: #333333; font-family: Arial, Helvetica, sans-serif;}
#draggable img{ float: left; clear: both; border: 2px solid #999; margin-right: 20px;}

