HTML {
height: 101%;
}

BODY {
	margin: 4px;
	padding: 0px;
	color: #000;
	background-color: #FFFFFE;
}

#wrap {
	background-color: transparent; 
	width: 995px; 
	height: 100%;
	margin: 0px auto;
	overflow: hidden;
}
#wrap_small {
	background-color: transparent; 
	width: 820px; 
	height: 100%;
	margin: 0px auto;
	overflow: hidden;
}
#wrapleft {
	width:820px;
	float:left;
	}

#header {
	height:18px; 
	width: 825px;
	float:left;
}

a.navnormal {
	font-size : 10px;
	color: #000000;
	float:right;
	height:18px;
	text-decoration:none;
}
#youarehere, #youarehere a {
	font-size : 10px;
	color: #ffffff;
	height:17px;
	padding: 3px 0 0 0;
	text-decoration: none;
}

#topleft {
	width:300px;
	height:20px;
	padding: 0px;
	margin: 0px;
	float:left;
}
#topright {
	width:520px;
	background-color:#AD1F2D;
	text-align: right;
	float:left;
	height:20px;
	padding: 0px;
	margin: 0px;
}

#maintopic {
	width:150px;
	background-color: #171D54;
	float:left;
}

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0;
	color: #E8E8E8;
}
* html #maintopic ul {margin:-2px 0 0 0;}
*+ html #maintopic ul {margin:-2px 0 0 0;}
#maintopic li {
	display: inline;
}

#maintopic li a {
	margin: 0;
	padding: 3px 0px 0px 15px;
	text-decoration: none;
	color: #E8E8E8;
	display: block;
	height:17px;
	text-transform: uppercase;
	font-weight: bold;
	font-size:10px;	
	background: url(../images/pmt.gif);	
}

#maintopic li a:hover {
	background: url(../images/pmth.gif);
	font-weight: bold;
	text-transform: uppercase;
	color:#444443;
	}
	
#maintopic li a.sel {
	background: url(../images/pmts.gif);
	color:#444443;
	font-weight: bold;
	text-transform: uppercase;
	font-size:10px;
}
 #maintopic li a.navshop{
	margin: 0; 
	color:#444443;
	font-weight:bold;
	font-size:9px;
	text-transform: uppercase;
	padding-left:15px;
	background: url(../images/pmth.gif);
}

form.search {
	margin: 0px;
	padding: 15px 0px 0px 13px;
	display: block;
	float: left;
}
input.search {
	font-size:9px;
	background-color: #ffffff;
	border: #E8E8E8 1px solid;
	width: 105px;
	margin: 5px 0 0 0;
}

form.search input {
	vertical-align : middle;
	float:left;
}

#righttopic {
	width:150px;
	background-color: #E8E8E8;
	float:left;
}
#topic {
	width:150px;
	padding:0;
	}

#topic h4 {
	font-weight : bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #444443;
	margin:3px 0 0 4px;
	height:8px;
}

#topic p {
	padding: 4px 10px 4px 6px;
	margin: -22px 0 0 8px;
	width:110px;
	font-size:10px;
}

#topic p a {
	text-decoration: none;
	color: #000;	
}

#content {
	width:501px;
	float: left;
	padding: 0 9px 0 10px;
	}

#sidebar {
	background-color: #E8E8E8;
	margin: -20px 0 0 5px;
    padding: 0 10px;
    width: 150px;
	float:right;
}
	
#maintopic, #righttopic, #content, #sidebar {
   padding-bottom: 32767px;
   margin-bottom: -32767px;

}


