@charset "utf-8";

/*
---------------------------------------------------------------------
	site.css [Jan.2011] 
---------------------------------------------------------------------
*/

html { height: 100%; }
body {
	height: 100%;
	min-width: 800px;
	width: auto !important;
	width: 800px;
	min-height: 84px;
	margin: 0 20px;
	position: relative;
}

#header { padding: 0; }
#header .border { right: 636px; }

#wrapper {
	width: 800px;
	height: 84px;
	margin: -42px 0 0 -400px;
	position: absolute;
	top: 50%;
	left: 50%;
}

* html body {width: 100%; }

#header #siteID { text-indent: -9999px; }

#wrapper #siteID a {
	display: block;
	width: 161px;
	height: 37px;
	text-indent: -9999px;
}

#wrapper #siteNav { margin: 0; }








/* -:ClearFix
--------------------------------------------------*/

#siteNav:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
  
#siteNav {
	zoom:1;
}