#main_layout {
	background: #ddd6ba;
	padding-top: 10px;
	padding-bottom: 40px;
}
#nav_bar {
	background: url(../images/nav_bar.gif);
	height: 56px;
	width: 800px;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#0E4C62;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0E4C62;
}
#content {
	background: url(../images/content.gif);
	height: 425px;
	width: 800px;
}

