body {
	background: #9AA0AE;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

#pheader {
	background: #000000 url('/templates/images/header_fill.gif') repeat-x top center;
	height: 131px;
	margin: 0px;
	min-width: 891px;
	padding: 0px;
	width: 100%;
}

#pheader #logos {
	margin: 0 auto;
	width: 891px;
}

#pheader #logos .mainlogo {
	
}

#pheader #logos .forumlogo {
	float: right;
}

#pheader #logos:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #pheader #logos {height: 1%;}
#pheader #logos {display: block;}
/* End hide from IE-mac */

#section_list {
	background: #000000 url('../images/bar.png') repeat-x top center;
	color: #000;
	font-size: small;
	height: 38px;
	min-width: 891px;
	padding-top: 5px;
}

#section_list #list {
	margin: 0 auto;
	padding-left: 50px;
	width: 841px;
}

#section_list #list a {
	color: white;
	font-weight: bolder;
	text-decoration: none;
}

#section_list #list a:hover {
	color: #ff4422;
}

#page {
	background: #9AA0AE url('../images/bgbar2.png') repeat-x 0px 78px;
	padding-top: 25px;
}

#top {
	background: url('../images/box_middle3.png') repeat-y top center;
	margin: 0 auto;
	padding: 0px;
	width: 891px;
}

#top:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #top {height: 1%;}
	#top {display: block;}
/* End hide from IE-mac */

#top #header {
	background: url('../images/box_top4.png') no-repeat top center;
	width: 891px;
}

#top #header:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #top #header {height: 1%;}
	#top #header {display: block;}
/* End hide from IE-mac */

#top #header #top_nav {
	font-size: x-small;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 3px;
	text-align: left;
}

#top #header #top_nav IMG {
	height: 1.3em;
	vertical-align: text-top;
}

#top #header #content {
	margin-left: 20px;
	margin-right: 22px;
	margin-top: 5px;
}

#top #header #content:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #top #header #content {height: 1%;}
	#top #header #content {display: block;}
/* End hide from IE-mac */

#content #main {
	float: left;
	font-size: small;
	width: 615px;
}

#content #main .details {
	font-size: 70%;
}

#content #sidebar {
	border-left: 1px solid #AAAAAA;
	float: right;
	margin-top: 10px;
	width: 225px;
}

#content #sidebar a {
	color: rgb(85, 26, 139);
}
#content #sidebar a:visited {
	color: rgb(85, 26, 139);
}

#content #sidebar .sb_box_top {
	background: #000000 url('../images/sidebar.png') no-repeat top center;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#content #sidebar .sb_box_main {
	border-right: 1px solid #000000;
	font-size: small;
	padding: 5px 10px 0px 20px;
	margin-bottom: 20px;
}

#content #sidebar .sb_box_main ul {
	margin: 0px 0px 0px 10px;
}

#content #sidebar .login {
	background: url('../images/grey.png') no-repeat top right;
	text-align: center;
}

#content #sidebar .inputline {
	width: 185px;
}

#content #sidebar .details {
	display: block;
	color: #666;
	font-weight: bold;
	font-size: smaller;
	padding: 0.3em;
	padding-bottom: 0.7em;
}

#content #sidebar .updated {
	font-weight: bold;
}
#content #sidebar .updated a {
	font-weight: bold;
	color: rgb(0, 0, 238);
}

#bottom {
	background: url('../images/box_bottom3.png') no-repeat top center;
	height: 42px;
	margin: 0 auto;
	width: 891px;
}

#bottom #bottom_nav {
	border-top: 1px solid #999;
	font-size: x-small;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
	text-align: center;
}

#bottom #copyright {
	font-size: x-small;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.current {
	font-size: 120%;
}

#main .firstpost {
	margin: 0.2em 0.2em 0.5em 0.2em;
	padding: 0.2em 0.2em 0.5em 0.2em;
	border-bottom: 1px solid #999;
}
#main .post {
	margin: 0.2em 0.2em 0.5em 0.2em;
	padding: 0.2em 0.2em 0.5em 0.2em;
	border-bottom: 1px solid #999;
}
#main .post .psmily {
	display:inline;
	position: relative;
	padding-top: 12px;
	border:1px solid #AAA;
	min-height: 30px;
}

.imageblock {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.imageblock a:link {color: #000;}
.imageblock a:visited {color: #BBC;}
.imageblock a:link:hover {color: #FF0;}
.imageblock a:visited:hover {color: #CC0;}

.imageblock .image {
	float: left;
	padding: 4px;
	width: 195px;
	min-height: 180px;
	text-align: center;
}
.imageblock .image IMG {
	border: 3px solid #FFF;
}
.imageblock .image800 IMG {
	border: 3px solid #FFF;
}
.imageblock .controls {
	padding: 0px;
	margin: 0px;
}
.imageblock .controls IMG {
	border: none;
}
* html .imageblock .image{height: 230px;}

.table .warning {
	color: #F00;
	font-weight: bold;
}

#content #main #profilehead:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #content #main #profilehead {height: 1%;}
#content #main #profilehead {display: block;}
/* End hide from IE-mac */

.review_row {
	border-bottom: 1px solid #AAA;
	margin-top: 3px;
	padding-bottom: 3px;
}

.review_row:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .review_row {height: 1%;}
.review_row {display: block;}
/* End hide from IE-mac */

.review_box {
	float: left;
	width: 33%;
}