* { margin: 0; border: none; }

html { padding: 0; }
body {
	padding: 0;
	font-family: helvetica, Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #444444;
	background-color: #ffffff;
}
form, input { padding: 0; }

h1 {
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 10px 0;
	color: #0A62A6;
	clear: both;
}
a, a:link, a:active, a:visited, a:hover { text-decoration: none; color: #0A62A6; }
a:hover { text-decoration: underline; color: #ff6666; }

div.clear, .c { clear: both; }

#wrapper { 
	margin: 0 auto;
	width: 948px;
	border: 1px #0A62A6 solid;
	border-top: none;
}
#header {
	height: 170px;
	background: url(/img/header.jpg) no-repeat center top;
}
#header #logo { float: left; margin: 100px 0 0 15px; }
#header #social {
	float: right;
	width: 82px;
	height: 24px;
	margin: 133px 10px 0 0;
	background: url(/img/main/bg_social_btns.png) no-repeat right bottom;
}
#header #social a { margin: 0 0 0 3px; }

#menu {
	height: 23px;
	padding: 0 15px;
	background-color: #a6a6a6;
	border-top: 1px #0A62A6 solid;
	border-bottom: 1px #0A62A6 solid;
	overflow: hidden;
}
#menu ul { padding: 0; margin: 0; list-style: none; display: inline; }
#menu ul li { padding: 0; display: inline; }
#menu a, #menu a:hover, #menu a.active, #menu a.active:hover {
	display: inline-block;
	padding: 0 20px;
	line-height: 23px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#menu a:hover { text-decoration: underline; }
#menu a.active, #menu a.active:hover { background-color: #0A62A6; font-weight: bold; }

#content { padding: 20px; text-align: left; font-size: 13px; line-height: 22px; position: relative; }
#content #left_column { float: left; width: 590px; }
#content #right_column {
	float: right;
	width: 289px;
	text-align: center;
}
#content #border_column { width: 1px; height: 100%; background-color: #0A62A6; position: absolute; top: 0; left: 630px; }

#right_column .sponsor { margin: 0 0 20px 0; }

#footer {
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}
