/* ********** [ GENERAL ] ********** */

* {
	margin: 0px;
	padding: 0px;
}
div.clear {
	clear: both;
}
body {
	margin: 0px;
	padding: 0px;
	cursor: default;
	font: 11px arial, verdana, sans-serif;
	color: #222222;
	background: #f8f8f8;
}
/* ********** [ PAGE ] ********** */

div#page_wrap {
	width: 910px;
	margin: 0 auto;
}
div#page {
}
/* ********** [ HEADER ] ********** */

div#header_wrap {
	margin: 0px auto;
	width: 910px;
	height: 131px;
	background: #ffffff url('header_logo.png') left top no-repeat;
}
div#header {
	width: 910px;
	height: 131px;
}
div#header h1 {
	overflow: hidden;
	float:left;
}
#header h1 a:link, #header h1 a:hover, #header h1 a:visited, #header h1 a:active {
	display: block;
	text-indent: -100000px;
}
div#header .signup {
	width: 122px;
	height: 37px;
	float: right;
	display: inline;
	overflow: hidden;
	margin-right: 0;
	margin-top: 94px;
	background: url('header_singup.png') no-repeat;
}
.signup span a:link, .signup span a:hover, .signup span a:visited, .signup span a:active {
	display: block;
	width:122px;
	height:37px;
	text-indent: -100000px;
}
/* ********** [ CONTAINER ] ********** */

div#container_wrap {
	margin: 5px auto;
	width: 910px;
	background: url('cont_bg.gif') left top repeat-y;
}
#cont_top {
	background: url('cont_top.gif') left top no-repeat;
	height: 5px;
}
#cont_bot {
	background: url('cont_bot.gif') left bottom no-repeat;
	height: 5px;
}
div#container {
}
/* ********** [ FOOTER ] ********** */

div#footer_wrap {
	margin: 0px auto;
	width: 910px;
	margin-bottom: 10px;
}
div#footer {
	padding: 5px 0px;
	text-align: center;
}
/* ********** [ CONTENT ] ********** */

#content_wrap {
	float: left;
	width: 765px;
}
#content {
}
/* ********** [ SIDEBAR ] ********** */

div#sidebar_wrap {
	padding-right: 5px;
	padding-left: 5px;
	width: 130px;
	float: left;
}
div#sidebar {
}
/* ********** [ MAIN NAVIGATION ] ********** */

div#headernav_wrap {
	margin: 5px auto;
	width: 910px;
	height: 32px;
	background: #ff0072 url('headnav_bg.gif') no-repeat;
}
div#headernav {
	margin: 0 auto;
}
div#headernav ul {
	height: 32px;
	list-style: none;
}
div#headernav ul li {
	float: left;
	background: url('headnav_star.gif') right top no-repeat;
}
div#headernav ul li.last {
	float: left;
	background: none;
}
div#headernav ul li a {
	padding: 5px 23px 5px 12px;
	height: 22px;
	display: block;
	float: left;
	font: 15px trebuchet MS, arial, verdana, sans-serif;
    color: #ffffff;
	text-decoration: none;
}
div#headernav ul li a:hover {
	text-decoration: none;
	color: #000;
}
/* ********** [ USER NAVIGATION ] ********** */

div#usernav_wrap {
}
div#usernav {
}
div#usernav ul {
	list-style: none;
	background: #8bd1ff url('usermenu_top.gif') left top no-repeat;
	padding-top: 5px;
}
.usermenu_bot {
	background: #8bd1ff url('usermenu_bot.gif') left bottom no-repeat;
	height:5px;
}
div#usernav li {
	border-bottom: 1px dotted #fff
}
div#usernav li.last {
	border: none;
}
div#usernav ul li a {
	padding-left: 10px;
	height: 22px;
	display: block;
	font: 11px/22px arial, verdana, sans-serif;
	color: #333;
	text-decoration: none;
	font-weight:bold;
}
div#usernav ul li a:hover {
	background: url('usermenu_star.gif') left top no-repeat;
	text-decoration: none;
	text-indent: 10px;
	color: #FFF;
}
/* ********** [ COMMON ITEMS ] ********** */

h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	font: bold 14px/16px arial, verdana, sans-serif;
	color: #005ca4;
}
h2 {
	margin-bottom: 5px;
	font: bold 14px/16px arial, verdana, sans-serif;
	border-bottom: 1px solid #d4d4d4;
}
h3 {
	font: bold 13px/16px arial, verdana, sans-serif;
}
h4 {
	font: bold 12px/16px arial, verdana, sans-serif;
}
h4 {
	font: bold 11px/16px arial, verdana, sans-serif;
}
p {
	font: 11px/16px arial, verdana, sans-serif;
	color: #222222;
}
a {
	font: 11px arial, verdana, sans-serif;
	color: #005ca4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
