body {
	background-color: #111111;
	margin: 0px;
	padding: 0px;
}

body, td, p {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #fff;
}

.nav_bg {
	background-image: url('/images/nav_bg.gif');
	height: 50px;
	border: 1px solid #ffffff;
}

.main {
	
	height: 900px;
	border: 1px solid #ffffff;
	background-image: url('/images/background.gif');
	background-color: #282828;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	height: 100px;
}

.avatar {
	height: 200px;
	background-image: url('/images/avatar_bg.gif');
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

p.avatarspace {
	margin: 5px;
}

.avatar_name {
	font-size: 13px;
}

.bluestripe {
	background-image: url('/images/blue_stripe.gif');
}

.sidebar_bluestripe {
	background-image: url('/images/blue_stripe.gif');
	border: 1px solid #fff;
	padding: 2px;
	letter-spacing: 1px;
}

.sidebar_title {
	text-align: right;
	font-weight: bold;
	padding-top: 10px;
}

.headline {
	font-size:16px;
	font-weight: bold;
}

.thead {
background-image: url('/images/gray_stripe.gif');
font-style: bold;
border-style: solid;
border-color: #fff;
border-width: 1px;
}

.thead_review {
background-color:#edd0f1;
font-style: bold;
border-style: solid;
border-color: #c4daf1;
border-width: 1px;
}

.thead_rumor {
background-color:#cdffd9;
font-style: bold;
border-style: solid;
border-color: #c4daf1;
border-width: 1px;
}

.thead_bottom {
background-image: url('/images/blue_stripe.gif');
font-style: bold;
border-style: solid;
border-color: #fff;
border-width: 1px;
}

.thead_review_bottom {
background-color:#edd0f1;
font-style: bold;
border-style: solid;
border-color: #c4daf1;
border-width: 1px;
}

.thead_rumor_bottom {
background-color:#cdffd9;
font-style: bold;
border-style: solid;
border-color: #c4daf1;
border-width: 1px;
}

.headline_body {
	background-color: #000;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.alt1 {
border: 1px solid #fff;
color:#fff;
}

.alt2 {

border:  1px solid #fff;
color:#fff;
}

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

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

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

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

textarea, input, select {
	border: black 2px solid;
	font-size: 11px;
	font-weight: normal
}