﻿
* { padding: 0; margin: 0; }

#wrapper { 
 margin: 0 auto;
 width: 550px;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#boxes {
	 margin-left:10px;
	 }
	 
#boxes a {
	display:block;
	height:107px;
	width:111px;
	overflow:hidden;

	}

#boxes a:hover { 
	display:block; 
	text-indent:-111px; 
	}


#leftcolumn { 
 display: inline;
 color: #333;
 margin: 5px;
 padding: 0px;
 width: 111px;
 float: left;
 background: #F7F4E8;
}
#leftmiddle { 
 float: left;
 color: #333;
 margin: 5px;
 padding: 0px;
 width: 111px;
 display: inline;
 position: relative;
 background: #F7F4E8;
}
#rightmiddle { 
 display: inline;
 position: relative;
 color: #333;
 margin: 5px;
 padding: 0px;
 width: 111px;
 float: left;
 background: #F7F4E8;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 5px;
 padding: 0px;
 width: 111px;
 float: left;
 background: #F7F4E8;
}

.clear { clear: both; background: none; }

#toparrows {
margin-left:100px;
margin-top:10px;
width: 300px;
}

#bottomarrows {
margin-left:210px;
width: 100px;
}

.categories {}

.categories H1
{
	font-size: 250%;
	color: #94b8c5;
	font-weight:bold;
}

.categories .subheader
{
	font-size:150%;
	color: #a1d184;
	margin-bottom: 10px;
	font-weight:bold;
}

.category_block
{
	float:left;
	width:169px;
	padding: 0px 10px 10px 5px;
}

.category_block_header
{
	font-size: 115%;
	color: #94b8c5;
	font-weight: bold;
	border-bottom: 1px dotted #a1d184;
	text-decoration:none;
	padding-left:5px;
}

.category_block_header A
{
	font-size: 115%;
	color: #94b8c5;
	font-weight: bold;
	border-bottom: 1px dotted #a1d184;
	text-decoration:none;
	
}

.category_block_header A:hover
{
	font-size: 115%;
	color: #94b8c5;
	font-weight: bold;
	border-bottom: 1px dotted #a1d184;
	text-decoration:none;
	
}

.category_block_links
{
	color: #94b8c5;
	padding-left:5px;
}

.category_block_links_count
{
	
	color: #94b8c5;
}

.category_block_links A
{	
	border-bottom:0px solid;
	color: #000;	
	text-decoration:none;
}

.category_block_links A:hover
{
	border-bottom:0px solid;
	color: #000;	
	text-decoration:underline;
}

