body {
	background-color: #000000;
	font-smoothe: never;
	font-family: "Monaco", "Consolas", Monospace;
}

#main {
	border-width: 3;
	border-style: solid;
	border-color: #222222;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15%;
	margin-bottom: auto;
	background-color: #000000;
	width: 640px;
	height: 360px;

}

#title {
	text-align: center;
	margin-top: 15px;
}

#title h1 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #FFFF33;
}

#title a {
	text-decoration: none;
	color: #FFFF33;
}

#leftbar {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 250px;
	height: 270px;
	margin-top: 39px;
	margin-left: 15px;
	line-height: 16px;
}

#leftbar h1 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #AAAAAA;
}

#leftbar a {
	font-size: 12px;
	font-weight: normal;
	margin-left: 7px;
	color: #999900;
	text-decoration: none;
}

#leftbar .featured {
	color: #0066CC;
	margin-left: 7px;
}

#leftbar .featuredActive {
	color: #33AAFF;
	margin-left: 7px;
}


#leftbar a .indent {
	margin-left: 0px;
}

#leftbar a:hover {
	color: #FFFF33;
}

#leftbar a:hover .featured {
	color: #33AAFF;
}

#rightzone {
	margin-top: 20px;
	margin-right: 10px;
	width: 346px;
	float: right;
	
}

#rightzone p {
	color: #AAAAAA;
	font-size: 12px;
	padding-bottom: 13px;
	line-height: 16px;
}

#rightzone a {
	font-size: 12px;
	font-weight: normal;
	color: #999900;
	text-decoration: none;
}

#rightzone a.critic {
	color: #7F2626;
}

#rightzone a:hover {
	color: #FFFF33;
}

#rightzone a.critic:hover {
		color: #FF3333;
}





#rightzone .emphasis {
	color: #0066CC;
}

#rightzone .emphasisFeatured {
	color: #33AAFF;
}
