HTML {
height: 101%;
}

BODY {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #E2E2E2;
}
#wrap {
	background-color: transparent; 
	width: 990px; 
	height: 100%;
	margin: 0px auto;
	margin-top: 10px;
	overflow: hidden;
}
#wrap_small {
	background-color: transparent; 
	width: 805px; 
	height: 100%;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
#wrapleft {
	 background-color:#ECE6E6;
	 width:805px;
	 float:left;
	 }
	 
#top {
	height: 16px;
	background-color:#352C2C;
}

.top {
	font-size: 9px;
	color: #ffffff;
	font-weight : bold;
	float:right;
	padding: 3px 0 0 0;
}

#maintopicright {
	width:622px;
	float:right;
	margin: -20px 0 0 0;
	background-color:#fff;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
}
#maintopicright a {
	display: block;
	float: left;
	margin: 0px;
	padding: 4px 0 0 2px;
	text-decoration: none;
	font-size: 9px;
	font-weight:bold;
	color: #352C2C;
	border-right: 1px solid #b1b1b1;	
	height: 15px;
}
#maintopicright a:hover {
	text-decoration : none;
	color: #EB911B;
}
#maintopicleft {
	background-color:#fff;
	width:180px;
	height:20px;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
}
* html #maintopicleft{width:177px;}
#maintopicleft a {
	display: block;
	float: left;
	margin: 0px;
	padding: 4px 0 0 2px;
	text-decoration: none;
	font-size: 9px;
	font-weight:bold;
	color: #EB911B;
	height: 16px;
}
#content {
	padding: 5px 11px 5px 11px;
	width: 600px;
	float:right;
	background-color:#fff;
	border-right: 1px solid #b1b1b1;
}

#sidebar {
	width: 150px;
	margin-top: 0px;
	background-color: #ECE6E6;
	border: 1px solid #b1b1b1;
	padding: 10px;
	margin: 0 0 0 13px;
	float:right;
}

#topic {
	float:left;
	width: 180px;
	background-color:#ECE6E6;
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
}
* html #topic{width:177px;}

#topic, #content, #sidebar {
   padding-bottom: 32767px;
   margin-bottom: -32767px;

}
#topic p {
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #b1b1b1;
	margin: 0px;
	height:11px;
	font-size: 9px;
	font-weight:bold;	
}
#topic p a {
	font-size: 9px;
	color: #999494;
	text-decoration: none;
}
#topic p a:hover {
	font-size: 9px;
	color: #EB911B;
	text-decoration: none;
}
#topic p a.alt  {
	font-size: 9px;
	color: #EB911B;
	font-weight : bold;
	}
#topic p a.medium {
	font-size: 9px;
	color: #999494;
	text-decoration: none;
}
#topic p a.medium:hover {
	font-size: 9px;
	color: #EB911B;
	text-decoration: none;
}
#topic p.subtopic {
	padding: 4px 0px 4px 2px;
	background-color:#fff;
	margin: 0px;
	height:11px;
	font-size: 9px;
	color: #EB911B;
	text-decoration: none;
	border-bottom: 1px solid #b1b1b1;
}
#topic p.small  {
	font-size: 9px;
	color: #fff;
	font-weight: bold;
	background-color:#352C2C;
	border-bottom: 1px solid #b1b1b1;
}
#topic p.red{
	background-color:#999494;
	border-bottom: 1px solid #b1b1b1;
}
#topic p.basket{
	background-color:#999494;
	border-bottom: 1px solid #b1b1b1;
	color:#fff;
	height:24px;
}
.basketred {font-weight:bold;}

#topic p a.white {
	color:#fff;
	text-decoration: none;
	font-size: 9px;
	}
	
#topic p a.white:hover {
	text-decoration : none;
	color: #EB911B;
}

a.dark {
	font-size: 10px;
	color: #352C2C;
	text-decoration: none;
}
p.list  {
	color: #000;
	font-weight : normal;
	line-height : 16px;
	margin:0;
}
.alt  {
	font-size: 10px;
	color: #EB911B;
	font-weight : bold
	}
form.search {
	padding: 0px;
	margin: 0;
	height: 48px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
	margin-top:12px;
}

input.search {
	font-size:10px;
	background-color:#fff;
	border: 1px solid #b1b1b1;
	width: 125px;
}
#footer {
	margin: 0 auto;	
	width:990px;
	height:10px;
	overflow:hidden;
}
#footer_small {
	margin: 0 auto;
	margin-top:-10px;
	width:805px;
	height:10px;
	overflow:hidden;
	}
#footerleft {
	float:left;
	width:805px;
	border-top: 1px solid #b1b1b1;
}
#footerright {
	float:right;
	width:171px;
	border-top: 1px solid #b1b1b1;
}
