body {
	margin: 0px;
	padding: 0px;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #ffffff;
	color: #111111;
}

#wrap {
	background: #ccc6ad;
	color: #111111;
	margin: 0px;
	padding: 0px;
}

.header {
	clear: both;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

.avmenu {
	width: 185px;
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	background: #ffffff;
	text-align: left;
}

.avmenu ul {	
	list-style: none;
	width: 185px;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}

.avmenu li a {
	font-weight: bold;
	height: 15px;
	text-decoration: none;
	color: #286ea0;
	display: block;
	padding: 4px 0px 2px 5px;
	background: #ffffff;
	border-left: 4px solid #286ea0;
}	
	
.avmenu li a:hover {
	background: #eaeaea;
	color: #33CC33;
	border-left: 4px solid #33CC33;
}

.extras {
	float:right;
	width:185px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	color:#111111;
	font-size:1.0em;
	letter-spacing:0px;
	background: #ffffff;
	display: inline;
}

.extras ul {	
	list-style: none;
	width: 185px;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}

.extras li a {
	font-weight: bold;
	height: 15px;
	text-decoration: none;
	color: #286ea0;
	display: block;
	padding: 4px 0px 2px 5px;
	background: #ffffff;
	border-left: 4px solid #286ea0;
}	
	
.extras li a:hover {
	background: #eaeaea;
	color: #33CC33;
	border-left: 4px solid #33CC33;
}

.content {
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
	text-align: left;
	background: #ffffff;
}

.content h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

.content img {
	display:inline;
}

.article {
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px;
	background-color: #ffffff;
}

.ratingPane {
	background-image:url(graphics/RatingBackground.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 0px;
}

.rating {
	font-size: 1.8em;
	font-weight: bold;
	color: #ffffff;
}

.title {
	font-size: 1.4em;
	font-weight: bold;
	color: #286ea0;
}

.subtitle {
	font-size: 1.0em;
	font-weight: bold;
}

.comments {
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px;
	background-color: #ffffff;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	color: #286ea0;
}

a:hover {
	text-decoration: none;
	color: #33CC33;
}

a img {
	border: 0;
}

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}