﻿.head
{
	clear: both;
	width: 990px;
	height: 80px;
}


.head .logo
{
	width: 180px;
	height: 80px;
	clear: both;
	float: left;
}
.head .logo A
{
	border-bottom-style: none;
}
.head .title
{
	width: 240px;
	height: 80px;
	float: left;
}
.head .title A
{
	border-bottom-style: none;
}
.head .content
{
	width: 570px;
	height: 80px;
	float: left;
}
.head .content .top
{
	height: 30px;
	
	text-align: right;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color:#888;
	margin-top: 10px;
}
.head .content .top A
{
	border-bottom-style: none;
}
.head .content .bottom
{
	height: 20px;
	width: 570px;
	margin-top: 5px;
	text-align: right;
}

