﻿/** Layout **/
#doc
{
	min-height: 1225px;
}

#hd
{
	min-height: 282px;
}

.hdContent
{
	background-color: #fff; 
    margin-top: 17px; 
    min-height: 162px; 
    float: left;
}

#bd
{
	width : 748px;
	min-height: 600px;
	background-color: #fff;
	font-family: Verdana;
}

#ft
{
	min-height: 150px;
	font-family: Verdana;
	text-align: center;
	color: #333;
	font-size: 10px;
	margin-top: 5px;
}

#ft a
{
	text-decoration: underline;
	color: #333;
	font-size: 1.10em;
}

#ft .li {margin-top: 3px;}