@charset "utf-8";
/* CSS Document */

body* {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif 16px;
}

#container{
	width: 800px;
	margin: auto;
}

.home{
	background: url(images/title.png) no-repeat right;
	height: 186px;
	vertical-align: top;
}

.info{
	background: #5191C1;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin: 20px 0;
}

.clear{
	float: none;
}

.blk_one{
	float: left;
	background: #FB6F24;
	padding: 10px;
	margin: 10px 0;
	width: 240px;
	text-align: center;
}

.blk_one a{
	color: #fff;
	font-weight: bold;
}

.blk_two{
	float: left;
	background: #8CA315;
	padding: 10px;
	margin: 10px;
	width: 240px;
	text-align: center;
}

.blk_two a{
	color: #fff;
	font-weight: bold;
}

.blk_three{
	float: right;
	background: #0A4B75;
	padding: 10px;
	margin: 10px 0;
	width: 240px;
	text-align: center;
}

.blk_three a{
	color: #fff;
	font-weight: bold;
}

.footer{
	padding-top: 50px;
	text-align: center;
	font-size: 12px;
}

.footer a{
	color: #B74CDB;
	font-weight: bold;
}