html, body, table, .f{
	font-family: Arial;
	font-size: 13px;
}
#menu{
	background: url("images/menu_bg.jpg");
	width: 969px;
	height: 81px;
	padding-left: 150px;
}
#header{
	background: url("images/header.jpg");
	width: 969px;
	height: 371px;
}
#between{
	background: url("images/between.png");
	width: 969px;
	height: 36px;
}
#content{
	background: url("images/content_bg.png");
	width: 969px;
	min-height: 19px;
	background-repeat: repeat-y;
	padding: 0 30px;
}
#footer{
	background: url("images/footer.png");
	width: 969px;
	height: 43px;
}


#menu ul{
	margin: 10px 0 0 0;
	padding: 0;
}
#menu li{ 
	display: inline;
	margin: 0; padding: 0;
	list-style-type: none;
}
#menu a { padding: 10px 15px; font-size:17px; border-right: 1px dotted white; margin: 0; color: #fff; }
#menu a:link, #menu a:visited{
	font-weight: normal;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
#menu a:hover{
	font-weight: normal;
	color: #fff;
	background-color: #0661A6;
	text-decoration: none;
}
.noborder{ border:0!important; }
.noborder img{ border:1px solid #0978C7; }

a:link, a:visited{ text-decoration: none; font-weight: bold; color: #1973B8; }
a:hover{ text-decoration: underline; font-weight: bold; color: #1973B8; }

h3{ 
	font-size: 20px;
	border-bottom: 1px solid #000;
}
h4{ 
	font-size: 20px;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}