@charset "utf-8";
#content {
	width: 870px;
	overflow: hidden;
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/common/container-alpha-bg.png);
}
#banner {
	border: 5px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	height: 420px;
	width: 890px;
}
#content h1 {
	font-size: 1.4em;
	color: #FF8800;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	width: 99.9%;
	font-weight: normal;
}
#content h2 {
	font-size: 1.0em;
	color: #FF8800;
	margin-top: 5px;
	margin-bottom: 0px;
}
#content p {
	margin-top: 0px;
	font-size: 1.0em;
	color: #FFFFFF;
	line-height: 1.6em;
}
#content a {
	font-size: 1.0em;
	color: #FF8800;
}
#content a:link, #content a:visited
{
	color: #FF8800;
}
#content a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#content .left {
	float: left;
	width: 415px;
	margin-right: 40px;
}
#content .right {
	float: right;
	width: 415px;
}

#request-callback {
	float: right; 
	margin-top: 10px; 
	margin-bottom: -15px; 
	font-size: 12px; 
	color: #FFFFFF;
}

#request-callback a:link, #request-callback a:visited {
	color: #FFFFFF;
}

#request-callback a:hover {
	text-decoration: none;
	color: #FF8800;
}