/*------------
	LAYOUT  
-------------*/
body {
	background: url(/images/green_floor.gif);
	}

a img
{
    border-style: none;
}

.right { margin: 0 auto 0 auto; border: 2px solid #e6e6e6;}


#wrapper {
		margin: 0 auto 0 auto;
		padding: 0 0 20px 0;
		width: 800px;	
		overflow: visible;
		background: #fff;
		border: 1px solid #333;
		border-bottom: 25px solid #333;		
		}
		
#wrap_pad {margin: 0 13px 15px 15px; padding: 0 10% 0 10%;}

.targethope { height: 5px; background: #333; }
#targethope_tab { height: 20px; clear: both; }
		
#targethope_tab img {
		float: right; margin-right: 20px;
		cursor: pointer;
		}

#targethope_dropdown {
		height: 53px;
		background: #333;
		}

