body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: #444455;
}

TD {
	font-size: 13px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px 30px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: #EAEAEA 5px solid;
}

A {
	color: #256591;
}

A:hover {
	color: #2C9EEC;
}

.small {
	font-size: 11px;
}


#deals {
	position: absolute;
	top: 20px;
	left: 390px;
	width: 560px;
	text-align: center;
}

#logo {
	float: left;
	width: 370px;
	height: 150px;
	margin-right: 20px;
	padding-bottom: 40px;
}

#nav {
	float: left;
	width: 560px;
	text-align: right;
	padding-top: 60px;
}
#nav li
{
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}
#nav li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #444455;
}
#nav li a:hover {
	text-decoration: none;
	color: #3989C6;
}

#main {
	position:absolute;
	top: 20px;
	left: 50%;
	width: 950px;
	margin-left: -475px;
}

#left_col {
	float: left;
	width: 680px;
	margin-right: 20px;
}

#right_col {
	float: left;
	width: 250px;
}

#center_col {
	float: left;
	width: 950px;
}

#footer {
	float: left;
	width: 950px;
	font-size: 11px;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 20px;
	line-height: 15px;
}
#footer li
{
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 8px;
}

.site {
	border: 3px solid #EAEAEA;
	margin-bottom: 20px;
}

.site_info {
	background: #444455;
	opacity: 0.9; filter: alpha(opacity=90);
	position: relative;
	top: 180px;
	height: 50px;
	width: 320px;
	color: #2C9EEC;
	text-align: left;
	padding: 2;
}