body {
	background: #000000;
	color: #cccccc;
	font-family: Arial;
}
a, a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
}
#main_container {
	background: url(images/front_back.jpg) top left no-repeat;
	height: 520px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#left_msg {
	text-align: left;
	height: 200px;
	width: 280px;
	float: left;
	padding: 5px;
}
#left_msg h3 {
	color: #770000;
	font-size: 26px;
	line-height: 25px;
	height: 25px;
	margin: 0;
}
#right_msg {
	height: 200px;
	width: 250px;
	float: right;
	text-align: center;
}
#footer {
	color: #000000;
	width: 780px;
	text-align: center;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	background: #666666;
}
#footer .small {
	font-size: 10px;
}
.corporate {
	font-weight: bold;
	color: #660000;
}
.content {
	font-size: 12px;
	line-height: 27px;
}
.quote {
	font-size: x-large;
}
.emphasis {
	color: #660000;
	font-size: 16px;
	font-weight: bold;
}