/* CSS Document */

#logo{
	margin: 20px auto 0px auto; 
	width:790px;
	
}

#tabNav {
  	margin:0px auto -41px auto;
  	font-size:0.8em;
 	width: 750px;
  	font-weight: bold;
	text-align:right;
	height: 15px;
	padding-top:3px;
}

#mainBody {
	margin:40px auto 20px auto;
	width:750px;
	padding:5px 20px 20px 20px;
	border: 1px solid #c0c0c0;
	background:#ffffff;
}

/*space for the left content area*/
#leftMain {
	width:570px;
 	/*float:left;*/
	padding:0 20px 0 0;
	border-right:1px solid #d8d8d8;	
}

/*space for the left content area*/
#leftMainOneCol {
	width:720px;
 	/*float:left;*/
	padding:0 20px 0 0;	
	
}

/*space for the right side area - secondary navigation*/
#rightMain{
	width:150px;
	float:right;
	
}

#pageLogo {
	margin: 20px auto 10px auto;
	width: 750px;
	/*border: thin solid #000000;*/
}

#breadCrumb{
	margin: 15px auto 15px auto;
	/*border: 1px solid #C2C2C2;*/
	line-height: 133%;
}

#sniffyImage{
	/*width:750px;*/
	margin-top: 25px;
	text-align:center;
	/*border: 1px solid #C2C2C2;*/
	
	/*position:relative;
	text-align:right;
	top:-140px;
	
	position:absolute;
	text-align:right;
	width:750px;
	bottom:-98px;*/
}

/**html #sniffyImage{
	bottom: -240px;
}
*/












