* {
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
}

a {
	color:#00F;
	text-decoration:underline;
}

a:hover {
	color:#F00;
	text-decoration:none;
}

a.banner {
	color:#FF0;
	text-decoration:none;
}


body {
	background-color:#1e2e3d;
	font-size:12px;
}

.wrap {
	width: 980px;
	margin:auto;
	border: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #000;
}

.header {
	background: #416E99;
	padding:20px;
	color:#FFF;
	text-align: center;
	font-size:20px;
}

.cell1 {
	background: #e7eef7;
	padding:10px;
}

.cell2 {
	background: #fff;
	padding:10px;
	text-align:left;
}

.iframe {
	padding:0px;
}

.column-left {
	float:left;
	width:615px;
	text-align:left;
}

.column-right {
	float:left;
	width:340px;
	text-align:center;
}

.promo {
	font-weight:bold;
	color:#F00;
}