body {
	color: #006b8a;
	background: #FFFFFF url('../_images/bg.jpg') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	display: block;
}

#top {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

td.border_both {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#title p {
	text-align:center;
	font-size: 20px;
}

#content_container {
	background-color: #E1F4F8;
	padding: 20px;
	min-height: 250px;
}

#content_panel {
	background-color: #E1F4F8;
	border: 1px solid #A7DEED;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px;
	min-height:0;
}

#footer {
	width: 1024px;
	height: 120px;
	background-image:url('../_images/footer.gif');
}

#footer p {
	font-size: 10px;
	padding-top: 100px;
	padding-right: 10px;
	text-align: right;
}