div#left
{
	float: left;
	width: 746px;
	height: 412px;
}
div#right
{
	float: left;
	width: 147px;
	height: 412px;
	margin-left: 30px;
	position: relative;
}
div#right div#contact
{
	position: absolute;
	top: 146px;
	left: 15px;
	color: #163665;
	line-height: 15px;
}
div#right div#contact a
{
	font-weight: bold;
	color: #255d9e;
}
div#welcome
{
	width: 366px;
	background: #1c466d;
	color: #bbc6d3;
	border-top: 7px solid #e7e2cd;
	border-bottom: 8px solid #e7e2cd;
	padding: 0 17px 20px 15px;
	font-size: 11px;
	font-family: Tahoma;
	float: left;
	min-height: 155px;
	line-height: 19px;
	text-align:justify;
}
div#welcome h1
{
	padding: 8px 0 4px 0;
	margin: 0;
	border-bottom: 1px solid #607c98;
	font-size: 13px;
	font-family: Arial;
	color: #fff;
	margin-bottom: 8px;
}
div#welcome_right
{
	float: left;
	border-left: 6px solid #e8e3cd;
	border-right: 7px solid #e8e3cd;
	border-top: 7px solid #e8e3cd;
	border-bottom: 8px solid #e8e3cd;
}
div#main_cont
{
	clear: left;
	float: left;
	color: #676f7c;
	font-size: 11px;
	font-family: Tahoma;
	width: 356px;
	padding: 0 27px 20px 15px;
	line-height: 19px;
	text-align:justify;
}

div#main_cont h1
{
	padding: 4px 0 7px 0;
	margin: 0;
	border-bottom: 1px solid #607c98;
	font-size: 13px;
	font-family: Arial;
	margin-bottom: 10px;
	color: #163665;
	margin-bottom: 6px;
}
div#main_cont a
{
	display: block;
	/*float: right;*/
	text-decoration: none;
	color: #163665;
	/*margin-top: 20px;*/
	margin-top: 2px;
	text-align: right;
}
div#menu_fast
{
	float: left;
	padding-top: 3px;
}
div#menu_fast a.link
{
	display: block;
	background: url('/images/fast_link.png');
	width: 330px;
	height: 44px;
	margin-top: 1px;
	padding-left: 16px;
	text-decoration: none;
	color: #000;
	line-height: 44px;
	font-size: 13px;
	font-family: Arial;
}
div#menu_fast a.link:hover
{
	background: url('/images/fast_link_hover.png');
	color: #fff;
}