html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strike, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* === default styles === */

body{
	background: #000000 url(grback2.jpg) top left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1;
}
h1, h2, h3, h4, h5, p.small{
	color: #fff;
	font-weight: bold;
	letter-spacing: -.05em;
}
ul{
	color: #fff;
	font-size: 15px;
}
li{
	margin-bottom: 10px;
}
p{
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
}
p.small{
	color: #fff;
	font-size: 10px;
}
a{
	color: #aaa;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #fff;
}
#container{
	margin: 5px auto;
	width: 810px;
}

#topbar{
	font-size: 40px;
	margin: 30px 0;
	text-align: center;
}
.section{
	margin-top: 20px;
	overflow: hidden;
}
#videos{
	float: left;
	width: 410px;
}
#sidebar{
	float: left;
	margin-left: 50px;
	text-align: center;
	width: 350px;
}
#sidebar h2{
	border-bottom: 2px solid #fff;
	font-size: 30px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
#twitter_update_list span{
	display: block;
	font-size: 16px;
	line-height: 1.2;
	padding: 3px 0;
}
#twitter_update_list a{
	color: #555;
}
#twitter_update_list a:hover{
	color: #222;
}

#links{
	float: left;
	margin-right: 10px;
	width: 150px;
	text-align: center;
}
#links h2{
	border-bottom: 2px solid #fff;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#links a{
	background: url('button100.png');
	border: none;
	color: #444;
	display: block;
	font-size: 16px;
	height: 65px;
	margin: 20px auto;
	padding: 35px 0 0 0;
	width: 100px;
}
#links a:hover{
	color: #000;
}
#chatbox{
	float: left;
	width: 650px;
	height: 500px
}

#botbar{
	font-size: 20px;
	margin: 20px 0;
	text-align: center;
}