body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-color: #ccc;
}

a:link {color: #0000FF; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #0000FF; text-decoration: underline; }
a:hover {color: #FF9900; text-decoration: none; }

#header_new {
	width: 980px;
	margin: 0 auto;
	height: 98px;
	background: #fff url('images/header-bg.gif') repeat-x;
}

#footer {
	width: 980px;
	margin: 0 auto;
	margin-top: 10px;
	height: 30px;
	line-height: 2;
	background-color: #4a7bd6;
	text-indent: 40px;
	color: #ebebeb;
}

#navigation {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 0;
	height: 30px;
	line-height: 30px;
	background-color: #4a7bd6;
	color: #ebebeb;
	text-align: right;
	background: #4a7bd6 url('images/nav-bg.jpg') repeat-x;
}

#navigation a:link, #navigation a:visited {
	color: #f5f5f5;
	font-size: 12px;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	color: white;
	text-decoration: underline;
}

#footer a:link, #navigation a:visited {
	color: #f5f5f5;
	text-decoration: none;
}

#footer a:hover, #navigation a:active {
	color: white;
	text-decoration: underline;
}

#shell-main {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	background: #fff url('images/main-bg.gif') repeat-y;
}

#shell {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

#ads {
	width: 240px;
	float: left;
	text-align: center;
}

#ads-subscribe {
  padding: 8px;
	background-color: #f5f5f5;
	border: #ebebeb 4px solid;
	font-size: 12px;
}

#ads-subscribe h4 {
  font-size: 12px;
  margin-top: 0px;
  padding-top: 0px;
}

#admin-links {
	width: 440px;
	float: left;
	text-align: left;
	padding: 15px;
	background-color: #f5f5f5;
}

#review {
	width: 720px;
	float: right;
	padding: 10px;
}

#review-content {
  
}

#review-content h1 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
}

#review-content h4 {
  margin-top:0px;margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  color: #000000;
}

