body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
#div-container {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
}
#div-header {
	width: 100%;
	height: 90px;
	background: url('img/bg-header.gif') #3B4777;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#div-header img {
	position: absolute;
	top: 0;
	right: 10px;
}
#div-menu {
	width: 920px;
	height: 25px;
	background: url('img/bg-row-top.jpg') #5566aa;
	text-align: left;
	margin: 0;
	padding: 0;
}
#div-menu a {
	line-height: 25px;
	padding: 0 6px 0 6px;
	margin-right: 18px;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	font-size: 12px;
}
#div-menu a:hover {
	background: none;
	color: #CCCCCC;
}
#div-content {
	width: 900px;
	background: url('img/bg-content.gif') #F4F4FF;
	text-align: left;
	margin: 0;
	padding: 0 10px 0 10px;
}


#div-footer-row {
	width: 900px;
	height: 25px;
	background: url('img/bg-row-down.jpg') #5566aa;
	clear: both;
}
#div-footer {
	width: 920px;
	background: url('img/bg-content.gif') #ECECFF;
	margin: 0;
	padding: 10px 0 10px 0;
}
#div-footer p {
	text-align: center;
	color: #444444;
	font-size: 10px;
	padding: 10px;
	margin-bottom: 0px;
}
#div-footer p a {
	color: #777777;
	font-size: inherit;
	text-decoration: none;
}
#div-footer p a:hover {
	color: #FFFFFF;
}