.promo_content {
	background-image: url(images/bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 780px;
	border: 0;
}

.left {
	float: left;
	margin: 14px 30px 14px 14px;
}
* html .left {
	margin-left: 7px;
}

div {
	text-align: left;
}

.left .logo {
	margin: 0 0 20px 0;
}


.left .nav {
	padding: 11px;
	margin: 0 0 30px 0;
	width: 125px;
	background: #0671b1;
	color: #fff;
	display: block;
	vertical-align: top;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav li {
	margin: 0px;
	padding: 0px;
	height: 20px;
}
.nav a { 
	font-size: 12px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	height: 20px;
	padding: 2px 0 0 6px;
}
.nav a:visited {
	color: #fff;
}
.nav li.on { 
	background: url(images/menu_sel.gif) no-repeat;
}
.nav a:hover { 
	color: #fff;
	background: url(images/menu_sel.gif) no-repeat;
}

.left .extra {
	padding: 11px;
	width: 125px;
	background: #ffff40;
	color: #c41200;
	font-size: 12px;
	line-height: 15px;
}


.right {
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	margin: 14px 0 14px 0;
	padding: 12px;
	width: 536px;
	background-color: #c41200;
	color: #ffff40;
	font-size: 13px;
	line-height: 16px;
}
.right a {
	color: #fff;
	font-weight: bold;
}
.right .copy {
	width: 360px;
}
.right .white {
	color: #fff;
	font-weight: bold;
}
.right .white_info {
	color: #fff;
}
