body
{ 
	margin: 10px 10px;
	background: #90AEB6;
	background-image: url(images/bgd_block.gif);
	font-family: 'Berthold Akzidenz Grotesk BE', 'Akzidenz Grotesk', 'Akzidenz', Helvetica,  Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}

textarea.main
{ 
	font-family: 'Berthold Akzidenz Grotesk BE', 'Akzidenz Grotesk', 'Akzidenz', Helvetica,  Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

img 
{
	border: 0px;
}

 #wrapper { 
 position: relative; 
 width: 620px; 
 margin: 0 auto; /*proper centering*/ 
 text-align: left; /*return to normalcy*/ 
 border: 0px; 
 background-color: white; 
 } 

#banner { 
margin-left: 18px;
 background-color: white; 
  border: 0px;
  
padding-bottom: 12px;
 } 

#sidebar { 
 float: left; 
 width: 150px; 
  border: 0px;  
 } 

#main { 
 margin-left: 180px; /*adjust for overlap with sidebar border*/ 
 width: 420px;
  border: 0px; 
 } 
 
#questions { 
 margin-left: 180px; /*adjust for overlap with sidebar border*/ 
 width: 300px;
  border: 0px; 
 } 

#footer { 
 font-size: 0.8em; 
 text-align: center; 
 margin-top: 0; 
 } 
 
 
#nav
{
	width: 160px;
	margin: 0px 0px 0px 20px;
	
}

#caption1
{
	width: 160px;
	margin: 138px 0px 0px 20px;
	
}

/* see http://www.positioniseverything.net/easyclearing.html  
 for explanation of Tony Aslett's elegant hack */ 

.clearing:after { 
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden; 
 } 

.clearing { 
 display: inline-block; 
 } 

/* hides from IE/Mac \*/ 
* html .clearing {  
 height: 1%; 
 } 

.clearing { 
 display: block; 
 } 
/* end hide from IE-Mac */ 