* {
	border:0;
	margin:0;
	padding:0;}
a {
	cursor:pointer;
	text-decoration:none;}
a:hover {
	text-decoration:underline;}
html {
	overflow-y:scroll;}
body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg.gif) repeat-x #fff}

#container {
	width:891px;
	margin:0 auto;}
#header {
	width:100%;
	height:181px;
	position:relative;
	background:url(../images/header.jpg) no-repeat;}
#header_left,
#header_right {
	top:0;
	width:65px;
	height:100%;
	position:absolute;
	background:no-repeat;}
#header_left {
	left:-65px;
	background-image:url(../images/header_left.jpg);}
#header_right {
	right:-65px;
	background-image:url(../images/header_right.jpg);}
#header a#logo {
	width:100%;
	height:181px;
	float:left;
	display:block;
	overflow:hidden;
	font-size:12px;
	line-height:600px;}
	
#topbar {
	clear:both;
	width:100%;
	height:32px;
	position:relative;}
#actions {
	float:left;
	margin-top:5px;}
#actions a {
	height:21px;
	float:left;
	display:block;
	color:#000;
	cursor:pointer;
	line-height:21px;
	text-indent:28px;
	text-decoration:none;
	margin-right:10px;
	padding-right:20px;
	background:no-repeat;
	border:1px solid #dfdfdf;}
#actions a:hover {
	color:#0e3b46;
	border-color:#9e9e9e;
	background-color:#FFF;
	background-position:left -21px;}
#actions a#home  { background-image:url(../images/ico-home.gif)}
#actions a#start { background-image:url(../images/ico-start.gif)}
#actions a#fav   { background-image:url(../images/ico-fav.gif)}
#actions a#rss   { background-image:url(../images/ico-rss.gif)}

#search {
	top:6px;
	right:0;
	float:right;
	position:absolute;}
#search #input {
	width:150px;
	height:17px;
	float:left;
	color:#323232;
	padding:1px 4px;
	border:1px solid #9e9e9e;}
#search #submit {
	width:61px;
	height:21px;
	float:left;
	cursor:pointer;
	margin-left:3px;
	background:url(../images/ico-search.gif) no-repeat;}
#search #submit:hover {
	background-position:left -21px;}

#main {
	clear:both;
	float:left;
	width:892px;
	padding-bottom:3px;}
	
.content {
	float:left;
	width:100%;
	margin-top:10px;
	background:#fff;
	border:1px solid #bababa;}
.top {
	color:#000;
	font-weight:bold;
	height:23px;
	text-indent:10px;
	line-height:21px;
	background:#dfdfdf;
	border-bottom:1px solid #bababa;}
	
#footer {
	width:100%;
	clear:both;
	padding:10px 0;
	text-align:center;}
#footer a {
	color:#0e7792;}