div#header {
	padding:0;
	height: 141px;
	border-bottom: 6px solid #608ab2;
	background-image: url(images/top_bgr.png);
	background-repeat: repeat-x;
}

div#footer {
	position:absolute;
	bottom:0; /* stick to bottom */
	width:100%;
	height: 39px;
	background-image: url(images/bottom_bgr.png);
	background-position: 0px 39px;
	font-family: "Trebuchet MS", Garamond, "Times New Roman";
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	text-align: left;
	word-spacing: normal;
	letter-spacing: 1px;
	padding: 0 0 0 0;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-top-color: #5D87B0;
	border-right-color: #5D87B0;
	border-bottom-color: #5D87B0;
	border-left-color: #5D87B0;
	left: 0px;
}

.title {
	font-family: Trebuchet MS,Verdana,Arial; 
	font-size: 20px; 
	font-weight: bold; 
	color: #5D87B0;
	border-bottom: 3px solid #5D87B0;
	text-align: left; 
	line-height: 20px; 
	height: 22px;
}

img {
	border: #5D87B0 solid 1px;
	margin: 0;
	padding: 0;
}

