/* header */
body {
	margin-top: 0;
}

#header{
	font-size: 10px;

	width: 100%;
	/*height: 32px;*/
	height: 32px;
	background-color: #fff;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	vertical-align: bottom;
	padding-top: 8px;
	background: #fff url(images/background_header.gif) top left repeat-x;

}
#header_content{
	color: #000;
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	text-align: center
}
#header_siteid{
	float: left;
	width: 80px;
	text-align: right;
	color: #999;
	margin-top: 2px;
	font-size: 9px;
}
#header_siteid a {color: #666;text-decoration: none;}
#header_siteid a:link {color: #666;}
#header_siteid a:visited {color: #666;}
#header_siteid a:hover {color: #000;text-decoration: underline;}

#header_tabs{
	padding-top: 13px;
	width: 370px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	font-size: 12px;
}

#header_tabs a {color: #000;text-decoration: none;}
#header_tabs a:link {color: #000;}
#header_tabs a:visited {color: #000;}
#header_tabs a:hover {color: #cc0000;background: none;}

.tab_on {
	float: left;
	display: block;
	background: url(images/background_tab_on.gif) top left repeat-x;
	vertical-align: top;
	color: #fff;
}
#header_tabs a.tab_on_link, a.tab_on_link:link, a.tab_on_link:visited {
	margin: 4px;
	color: #fff;
}
#header_tabs a.tab_on_link:hover {
	margin: 4px;
	color: #cc0000;
}
.tab_off {
	float: left;
	display: block;
	background: url(images/background_tab_off.gif) top left repeat-x;
	vertical-align: top;
}
a.tab_off_link {
	margin: 4px;
}


#header_account{
	float: right;
	font-size: 10px;
	margin-top: 3px;
	text-align:right;
}

