@charset "utf-8";
/* CSS Document */

*, body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	position: relative;
	z-index: 20;
}
body {
	background: #000 url('pics/bg.gif') repeat-x;
}
#content {
	position: relative;
	display:block;
	left: 50%;
	margin-left: -398px;
	width: 900px;
}
h1 {
	background: url('pics/header.gif') no-repeat;
	text-indent: -10000px;
	width: 796px;
	height: 249px;
	margin-bottom: 20px;
}
.text {
	margin-left: 110px;
	margin-bottom: 30px;
	margin-top: 30xp;
	width: 660px;
}
.text img {
	position: absolute;
	margin-left: -110px;
	border: 2px solid #FFF;
}
p {
	color: #EEE;
	font-size: 14px;
	line-height: 24px;
}
h2 {
	color: #deff00;
	font-size: 30px;
	letter-spacing: -2px;
	font-weight: bolder;
}
a.entry h3 {
	font-size: 15px;
	font-weight: bolder;
	color: #7d9000;
	height: 24px;

	padding: 6px 0 0 6px;
}
a.entry:hover h3 {
	color: #FFF;
}
a.entry {
	display: block;
	margin-top: 10px;
	width: 539px;
}

a.entry img{
	border: 4px solid #3f3f3f;
	margin: 0px;
	position: relative;
	z-index: 5;
}
a.entry p {
	padding: 5px;
	color: #666	;
}
a.entry:hover p {
	color: #FFF;
}
p a {
	color: #ddff00;
}
p a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}

h3 {
	margin-top: 10px;
	color: #DDD;
}
#twitter_update_list {
	color: #DDD;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	list-style: none;
}
#twitter_update_list li {
	margin-bottom: 5px;
}
#twitter_update_list li a {
	color: #deff00;
}