body {
	background-color: #287686;
	font-family: Arial, Helvetica, sans-serif;
	
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#container #body {
	background-image: url(images/drAtext_box.jpg);
	height: 371px;
	background-repeat: no-repeat;
	background-position: left top;
}
#container #body #table {
	height: 371px;
}
#container #body #table #td {
	background-repeat: no-repeat;
	background-position: right top;
}
#container #body #table #content {
	margin-left: 245px;
	margin-right: 190px;
	color: #10346e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	overflow: auto;
	height: 359px;
}
#container #body #table #content h1 {
	font-size: 16px;
}
#container #footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	font-size: 12px;
	padding-left: 375px;
	padding-top: 35px;
}
#sub_footer {
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}
a:hover {
	color: #CCACAD;
}
a:visited {
	color: #FFFFFF;
}
