/******************************************************************************/
/* General Styles */
/******************************************************************************/

body {
	position: relative;
	/*width: 922px;*/
	margin-left: auto; margin-right: auto;
	margin-top: 0; margin-bottom: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ddd;
}
a {
	color: #a80f0f;
	text-decoration: none;
}
a:active {
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}

/******************************************************************************/
/* Header Styles */
/******************************************************************************/

#container {
	position: relative;
	width: 950px;
	margin-left: auto; margin-right: auto;
	background: #fff url(images/newdesign/page-wisp.png) no-repeat;
}

#header {
	height: 80px;
	width: 100%;
}

#header span.links a span {
	display: none;
}

#header span.links {
	display: block;
	float: right;
	margin-right: 30px;
	height: 67px;
	background: url(images/newdesign/links-wisp.png) no-repeat top;
	vertical-align: bottom;
}

#header span.links a {
	display: block;
	float: left;
	clear: none;
	margin-right: 5px;
	position: relative;
	top: 58px;
}

#advertise {
	width: 45px; height: 9px;
	background-image: url(images/newdesign/h_advertise.png);
}

#staff {
	width: 36px; height: 9px;
	background-image: url(images/newdesign/h_staff.png);
}

#forums {
	width: 28px; height: 9px;
	background-image: url(images/newdesign/h_forum.png);
}

#contact {
	width: 37px; height: 9px;
	background-image: url(images/newdesign/h_contact.png);
}

#navigation-container {
	position: relative;
	float: right;
	width: 223px;
}

#navigation {
	padding: 10px;
	background: url(images/newdesign/nav-top.gif) no-repeat;
	color: #000;
	background-color: #ececec;
}

#navigation h1, #navigation h2 {
	color: #e07070;
}

#navigation h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

#navigation h2 {
	font-size: 16px;
}

#navigation li {
	list-style: url(images/newdesign/bullet.png);
}

#valid-xhtml, #valid-css {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	border-left-width: 5px;
	background-color: #ccc;
	padding: 1px;
	margin-right: 5px;
}

#navigation-search {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 223px;
	height: 63px;
	text-align: center;
	background: url(images/newdesign/searchbrackets.png) 10px 0px no-repeat;
}

#navigation-search span.label {
	color: #000;
	display: block;
	width: 100%;
	text-transform: capitalize;
	font-weight: bold;
	font-variant: small-caps;
}

#navigation-search input.text {
	background-color: #000;
	color: #fff;
	border-color: #999;
	border-style: solid;
	border-width: 2px;
	margin-top: 7px;
	padding: 2px;
}

#navigation-search input.submit {
	display: none;
}

#navigation-bottom {
	clear: right;
	height: 100px;
	background: url(images/newdesign/nav-bottom.gif) no-repeat;
}

#content {
	/*padding-left: 162px;
	padding-right: 223px;*/
	margin-left: 162px;
	margin-right: 233px;
}
#ads {
	height: 62px;
	background: url(images/newdesign/ads.png) no-repeat;
	width: 550px;
}
#ads div.ad {
	float: left;
	margin-right: 3px;
	width: 234px; height: 60px; /* Half banner */
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	text-align: center;
}

#content-header {
	position: relative;
	background: url(images/newdesign/header.png) no-repeat;
	height: 176px;
}

#content-header span.title {
	position: absolute;
	left: 367px;
	top: 58px;
	color: #fff;
	font-size: 70%;
	text-transform: uppercase;
}

/******************************************************************************/
/* Body Styles */
/******************************************************************************/

#body {
	padding: 10px 0 0 10px;
	color: #333333;
	letter-spacing: 0px;
	vertical-align: sub;
	line-height: 25px;
}

#body h1, #body h2 {
	color: #000;
	font-weight: bold;
}
#body h1 {
	font-size: 24px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 2px;
	font-style: normal;
	text-align: right;
}
#body h2 {
	font-size: 18px;
	letter-spacing: 1px;
}

#body img {
	border-style: dotted;
	border-width: 1px;
	background-color: #ececec;
	padding: 5px;
	margin: 10px;
}

#error p {
	padding: 3px;
	background-color: #eee;
}

.searchresults dd em {
	border-style: dotted;
	border-width: 1px;
	background-color: #ececec;
	padding: 1px;
	clear: none;
	font-style: italic;
	font-weight: bold;
}

/******************************************************************************/
/* Footer Styles */
/******************************************************************************/

#footer {
	clear: both;
	position: relative;
	font-size: 9px;
	color: #666;
	height: 200px;
	width: 100%;
	background: url(images/newdesign/page-wisp-bottom.png) no-repeat 100% 100%;
}

#footer p {
	width: 700px;
	margin-left: auto; margin-right: auto;
	text-align: center;
	padding-top: 175px;
}

/******************************************************************************/
/* Page Styles */
/******************************************************************************/
/* Review */
.rating {
	color: #bbb;
	font-family: impact,verdana,arial,helvetica,sans-serif;
}

.rating .value {
	color: #777;
	font-size: larger;
}

.rating .max {
}

/* Gallery */
.gallery {
	width: 100%;
	text-align: center;
}
.gallery .image {
	position: relative;
	margin: 5px;
	height: 160px;
	width: 160px;
	float: left;
}

.gallery .image a {
	position: absolute;
	width: 160px;
	height: 160px;
	top: 50%;
	left: 0px;
	margin-top: -80px;
}

.gallery table {
	width: 100%;
}
.gallery td.next {
	text-align: right;
}

