div#content h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 3px 0 10px 0;
}

/*
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
*/

/*
 *  LAY-OUT
 */
div#content .top {
	width: 924px;
	height: 72px;
	background-color: #eeeeee;
	font-size: 12px;
	padding: 23px 0 0 30px;
	float: left;
	color: #a6a6a6;
}

div#content .middle {
	width: 954px;
	height: 214px;
	padding: 10px 0 10px 0;
	background-color: #FFFFFF;
	float: left;
}

div#content .bottom {
	width: 924px;
	height: 68px;
	background-color: #eeeeee;
	font-size: 12px;
	padding: 20px 0 0 30px;
	float: left;
	color: #a6a6a6;
}

div#content .bottom p {
	margin-bottom: 0;	
}

div#content .bottom h5 {
	margin-top: 5px;
	font-size: 10px;
}

