/* 
CSS Document 

PWB Lawyer Website
print.css 

... by Ben @ B+W Design (c) 2007 

2008.02.20 V1

*/

/* 
CSS Document 

PWB Lawyer Website
design.css

... by Ben @ B+W Design (c) 2007 

2008.02.20 V1

*/

body
{
	width: 90%;
	margin: auto;
	background-color: #000;
	
	font-family: Helvetica Neue, Arial, sans-serif;
	color: #000;
	font-size: 12px;
}

/******/

#head
{
	margin: 20px 0 20px 0;
	height: 129px;
	background: #000 url(images/bk.gif) repeat-x;
}

#logo
{
	margin: 0;
	float: left;
}

#menu
{
	display: none;
}

#main
{
	margin: 0 0 10px 0;
}

#lhs
{
	margin: 10px 0 20px 0;
	float: right;
}

#feature_image
{
	width: 260px;
	height: 180px;
	border: 5px solid #666;
	margin: 10px 0px 10px 20px;
	background-repeat: none;
	background-position: left top;
}

#feature_outline
{
	display: none;
}

#content
{
	margin: 0;
}


#footer_menu
{
	display: none;
} 


#bwd_stamp
{
	display: none;
}

