#main{

}

#head{
	margin-left:20px;	
	width:680px;
	height:160px; 
}

#head .left{
	float:left;
	margin-top:50px;
	width:160px;
/*	background-color: #ff0; */
}

#head .middle{
	float:left;
	margin-top:50px;
	width:330px;
/*	background-color: #fff; */
}

#head .right{
	float:left;
	margin-top:15px;
}

#content{
	width:500px;
	margin-bottom:40px;	
	margin-left:20px;	
	clear:both;
/*	background-color: #0ff; */
}

.left{
	float:left;
}

#subNav{
	position: absolute;
	top: 124px;
	left: 270px;
	z-index: 99;
}

#footer{
	height:70px;
	background: url(../images/bg_footer.gif) repeat-x bottom;
}

#footer table{
	width:750px;
	height:70px;
}

#footer a{
	color:#4F98D2;
}

#footer td.links{
	width:270px;
}

#footer td.links div{
	width:250px;
	height:55px;
	background-color: #e9e9e9;
}

#footer td.print{
	width:200px;
	padding-bottom:18px;
}

#footer td.img{
	width:100px;
	text-align:center;
	padding-bottom:7px;
}

#footer td.top{
	width:200px;
	text-align:right;
	padding-bottom:18px;
}

.floatStop{
	clear:both;
	background-color: #0F0;
}