body{
	background: #000 url('../images/body_bg.gif');
	color: #fff;
	margin: 0px;
	font-family: verdana,arial,helveltica,sans-serif;
	font-size: .8em;
}

a{
	text-decoration: underline;
	color: #fff;
}

a:hover, a:focus{
	text-decoration: none;
	color: #fff;
}

a img{
	border: 0px;
}

h1{
	color: #fff;
	font-size: 1em;
	background: #093968 url('../images/h1_bg.gif');
	background-repeat: repeat-x;
	margin: 0em;
	padding: .25em 1em;
}

h2{
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	background: #4F515B url('../images/h2_bg.gif');
	background-repeat: repeat-x;
	margin: 0em 0em 0em .75em;
	padding: .25em 1em;
	clear: both;
}

h3{
	color: #fff;
	font-size: 1em;
	text-align: center;
	background-color: #476774;
	margin: 0em;
	padding: .25em 1em;
}

ul{
	clear: both;
	list-style-type: square;
}

strong{
	font-weight: bold;
}

#shell{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#banner_log_in{
	width: 100%;
	height: 19px;
	padding: .5em 0em;
	font-size: .85em;
	text-align: right;
	background: #565656 url('../images/banner_bg.gif') top left;
	background-repeat: repeat-x;
}

#banner_log_in input{
	font-size: .9em;
	margin: 0em .33em;
	vertical-align: middle;
}

a.utility{
	float: left;
	margin: .3em 0em 0em 1em;
}

img.avatar{
	border: 1px solid #3A5460;
}

.float_l{
	float: left;
	margin: .33em;
}

.float_r{
	float: right;
	margin: .33em;
}

.lure_l{
	float: left;
	margin: 0em 1.5em .5em .5em;
}

.lure_r{
	float: right;
	margin: 0em .5em .5em 1.5em;
}

.error{
	color: #d33;
	background: transparent;
}

.label{
	display: block;
	font-weight: bold;
	font-size: .85em;
	margin: 1em 0em 0em 0em;
}

.label img{
	vertical-align: middle;
}

.button{
	display: block;
	margin: 1em 0em;
	border: 0px;
}

#content{
	width: 475px;
	float: left;
	margin: 1em;
	padding: .5em;
	background: #fff url('../images/content_bg.gif');
	background-repeat: repeat-x;
	color: #222;
	line-height: 1.4;
	font-size: .9em;
}

#content a, #poll a{
	color: #33d;
}

#content a:hover, #content a:focus, #poll a:hover, #poll a:focus{
	color: #a33;
}

#content p.short{
	margin-bottom: 5em;
}

#leaderboard{
	border: 1px solid #aaa;
	margin: 1em 3em 0em 3em;
	width: 70%;
}

#leaderboard img{
	vertical-align: middle;
	margin: 0em 1em;
}

table#recent{
	border: 1px solid #777;
	margin: 1em;
	width: 98%;
	font-size: .9em;
}

tr.header td{
	font-weight: bold;
}

tr.odd td, #recent tr.odd td{
	background: #CECECE url('../images/odd_bg.gif') bottom;
	background-repeat: repeat-x;
}

tr.even td, #recent tr.even td{
	background-color: #F3F3F3;
}

#footer{
	font-size: .7em;
	text-align: center;
	color: #888;
	background: #fff url('../images/footer_bg.gif') bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #FFF;
	padding: 2em 0em;
}

#footer a{
	color: #88c;
}


#poll{
	position: relative;
	width: 196px;
	background-repeat: repeat-x;
	float: right;
	clear: both;
	color: #333;
	background: #F8F8F8 url('../images/poll_bg.gif') bottom;
	background-repeat: repeat-x;
	margin: 2em 1em;
	padding: 1em;
	border: 2px solid #335;
	font-size: .85em;
}

.poll_button{
	text-align: center;
	margin: 1em 1em 0em 1em;
}

.small{
	font-size: 80%;
}

/****** Blog Cell ******/

#blog{
	position: relative;
	width: 250px;
	background: #4B4B4B url('../images/blog_bg.gif');
	background-repeat: repeat-y;
	text-align: right;
	float: right;
	padding: 1em 0em .5em 0em;
	font-size: .85em;
}

#blog p{text-align: center;  margin: .5em;}

#blog a.blog_name{display: block; padding-bottom: .25em;}

#blog_table{float: right; text-align: left; width: 242px; margin: 0px; padding: 0px; background-color: #797979;}

#blog img.blog_bl{position: absolute; bottom: 0px; left: 0px;}
#blog img.blog_tl{position: absolute; top: 0px; left: 0px;}

td{padding: .25em;}
td.td_avatar{width: 25%; border-top: solid 1px #fff; border-left: solid 1px #fff;}
td.td_header{width: 75%;font-weight: bold; border-top: solid 1px #fff; border-right: solid 1px #fff;}
td.td_entry{padding: .5em; border-bottom: solid 1px #fff; border-right: solid 1px #fff; border-left: solid 1px #fff;}