body {
  text-align: center;
	margin: 0px;
	font-size: 12px;
	font-family: arial;
	background: #eeeeee;
	background: url(images/bg.gif);
}
a { color: #1C52FB; text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 0px; }

.wrap {
  margin: 0px auto;
	width: 770px;
  text-align: left;
	background: #ffffff;
}

.header-wrap {
  background: url(images/banner-bg.gif) repeat-x;
	height: 193px;
	width: 100%;
}

.header {
  height: 144px;
}

.header h1 {
  float: left;
	padding-top: 22px;
	font-weight: 500;
	color: #ffffff;
	font-size: 45px;
}
.header h1 a {
	color: #ffffff;
	font-size: 45px;
	text-decoration: none; 
}
.header h1 a:hover {
	color: #ffffff;
	text-decoration: underline; 
}

.header p {
  float: right;
	margin: 0px;
	padding: 0px;
}


.topnav {
  width: 770px;
	height: 49px;
	clear: both;
	line-height: 49px;
	color: #ffffff;
}
.topnav a {
  color: #666666;
	display: block;
	float: left;
	height: 49px;
	font-size: 12px;
	padding: 0px 20px;
	text-decoration: none;
}
.topnav a:hover {
	color: #aaaaaa;
}

.content {
  width: 545px;
	float: right;
}

.content p,h2,h3,h4,h5,h6,ul,ol {
  padding: 10px;
	margin: 0px;
	margin-bottom: 5px;
}

.sidebar {
  width: 220px;
	float: left;
	background: #efefef;
	border-right: 1px #d7d7d7 solid;
}

.sidebar-box {
  width: 200px;
	padding: 10px;
}
.cats {
  margin-bottom: 15px;
}
.cats a {
  display: block;
	padding: 10px 18px;
	padding-right: 5px;
	margin: 0px;
	border-bottom: 1px #dedede solid;
	color: #222222;
	text-decoration: none;
	background: url(images/bullet_go.png) no-repeat left center;
}
.cats a:hover {
  background: #dedede url(images/bullet_go.png) no-repeat left center;
}
.cats p {
	padding: 5px;
}

.sidebar h2 {
  width: 200px;
	border-bottom: 3px #d1d1d1 solid;
	font-size: 16px;
	font-weight: 500;
	margin: 0px;
	color: #222222;
	background: #d7d7d7;
}

.footer {
  clear: both;
	width: 770px;
	background: #dddddd;
	border-top: 1px #adadad solid;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.normtable {
  vertical-align: top;
	width: 520px;
	border-collapse: collapse;
	margin: 10px;
	border: none;
}
.normtable td {
  padding: 8px;
	border: none;
	border-bottom: 1px #888888 solid;
  font-size: 12px;
}
.normtable th {
  padding: 8px;
	text-align: left;
  border: none;
	border-bottom: 1px #888888 solid;
	background: #dddddd;
	font-size: 12px;
}
.rating {
  padding: 8px;
	border: none;
	text-align: right;
}
.content-box {
  background: #eeeeee;
	border-top: 1px #dddddd solid;
	padding: 10px;
	margin: 0px 10px;
}
.rating-box {
  background: #dddddd;
	border-bottom: 1px #cccccc solid;
	padding: 5px;
	margin: 0px 10px;
	height: 30px;	
}
.rating-box p {
  margin: 0px;
	padding: 5px;
}