body {
	background-color: #b1b1b1;
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
}
#container
{
	margin: 0 auto;
	width: 1000px;
	background-color: #fff;
}

#header-container
{
	float: left;
	width: 1000px;
	background-color: #fff;
}
#toplinks-container {
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px;
	display: inline;
	width: 500px;
	height: 85px;
}
#toplinks {
	height: 85px;
	margin-left: 15px;
	line-height: 160px;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	color: #0045a7;
}
#toplinks a {
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
	text-transform: uppercase;
	color: #0045a7;
}
#toplinks a:hover {
	color: #765a4d;
}
#fincomlogo-container {
	float: right;
	padding: 0px;
	margin: 0px;
	display: inline;
	width: 500px;
	height: 85px;
}
#fincomlogo {
	margin-right: 15px;
	height: 85px;
	line-height: 160px;
	text-align: right;
	vertical-align: bottom;
}
#header {
	clear: left;
	background-image: url(pic/header_border_top.png);	
	height: 260px;
	padding-top: 8px;
	vertical-align: top;
	text-align: center;
}
#headerimg {
	width: 970px;
	height: 250px;
}


#links-container {
	float: left;
	width: 1000px;
	height: 20px;
	background-image: url(pic/header_border_bottom.png);
	background-position: 0px -3px;
}
#links {
	margin-left: 15px;
	text-align: left;
	vertical-align: top;
	font-size: 9px;
	font-weight: bold;
	color: #0045a7;
}

#links a {
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
	text-transform: uppercase;
	color: #0045a7;
}
#links a:hover {
	border-bottom: dotted 1px #564238;
	color: #765a4d;
}

#content-container
{
	float: left;
	width: 1000px;
	background-color: #fff;
}

#content {
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: inline;
}

#left
{
	clear: left;
	float: left;
	width: 418px;
	padding: 0px;
	margin: 0px;
	display: inline;
	background-image: url(pic/left_bg.png);
}

#right
{
	float: right;
	width: 582px;
	padding: 0px;
	margin: 0px;
	display: inline;
}

#footer {
	clear: left;
	width: 1000px;
	background-color: #fff;
	height: 45px;
	vertical-align: top;
	padding: 0px;	
}
#footerdiv {
	height: 40px;
	width: 990px;
	margin-left: 5px;
	background-color: #b1b1b1;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
#footerdiv a {
	color: #ddd;
	text-decoration: none;
	border-bottom: dotted 1px #ddd;
}
.content {
	margin: 15px;
}