ul.tabNavigation {
 list-style: none;
 margin-top: 25px;
 padding: 0;
 border-bottom: 1px solid #999;
 width: 720px;
 float: left;
 }

	ul.tabNavigation li {
	 display: block;
	 float: left;
     margin: 0 5px 0 0;
     height: 30px;
	 background-color: #e6e6e6;
	 background-image: url('/images/section_tabs/left_off.png');
	 background-repeat: no-repeat;
	 }

	ul.tabNavigation li.selected {
	 background-color: #187143;
	 background-image: url('/images/section_tabs/left.png');
	 }

	ul.tabNavigation li a {
	 color: #000;
	 padding: 0 15px;
	 text-decoration: none;
	 text-align: center;
	 margin: 0;
	 height: 30px;
	 display: block;
	 float: left;
	 line-height: 30px;
	 background-image: url('/images/section_tabs/right_off.png');
	 background-position: 100% 0;
	 background-repeat: no-repeat;
	 }

	ul.tabNavigation li.selected a {
	 color: #fff;
	 background-image: url('/images/section_tabs/right.png');
	 }

div.tabs > div {
 margin-top: 3px;
 }

div.tabs > div h2 {
 margin-top: 0;
 }

#bottomWrapper {
 width: 960px;
 float: left;
 margin-bottom: 10px;
 }


#bottomWrapper p {
 margin: 10px 0 0 0;
 padding: 0;
}

#bottomWrapper .columnOne {
	width: 720px;
	float: left;
	
	}
	
#bottomWrapper .columnTwo {
	width: 220px;
	float: left;
	margin-left: 10px;
	border: 1px solid #999;
	margin-top: 55px;
	}
	
	#bottomWrapper .columnTwo h3{
	 margin-left: 10px;
	 font-size: 130%;
	}
	
	#bottomWrapper .columnTwo p {
	 margin-left: 10px;
	}
	




#items, #similar, #further {
 width: 700px;
 margin: 20px 0 0 0;
 float: left;
 }
 
	#items h3, #similar h3, #further h3 {
	 font-weight: bold;
	 margin: 0 0 12px 2px;
	 font-size: 200%;
	 }

	#items table, #items table, #items table {
	 width: 720px;
	 }
	 
	#items td {
	 border: 1px solid #fff;
	 color: #fff;
	 text-indent: 5px;
	 padding: 2px;
	 }
	 
	#items ul, #similar ul, #further ul {
	 float: left;
	 width: 700px;
	 margin: 0;
	 padding: 0;
	 }
	 
	#items li, #similar li, #further li { 
	 float: left;
	 width: 152px;
	 margin: 0 10px 10px 2px;
	 }
	 
	
	 
.back {
	 background: url('/images/tabs/back.gif');
	 background-repeat: no-repeat;
	 float: left;
	 width: 120px;
	 text-indent: 35px;
	 line-height: 30px;

}

.back a { 
 	color: #fff;
 }
 
.back a:hover { 
	 color: #fff;
	 text-decoration: underline;
 }