@import url("footer.css");
@import url("header.css");
@import url("maincontent.css");
@import url("navigation.css");
@import url("reset.css");
@import url("sidebar.css");
@import url("tables.css");
@import url("text.css");

/*------------------------------------------------------------*
**  SITE
**  common site layout styling
**------------------------------------------------------------*/
body{
	background:url(../images/body_bg.gif) top left repeat-x;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#outerWrap {
	background:url(../images/outerwrap_bg.png) top left no-repeat;
	height:auto !important;
	height:100%;
	margin:0 auto;
	min-height:100%;
	padding:0 5px 0 5px;
	width:980px;
	position:relative;
	z-index:1;
}


#innerWrap {
    clear:both;
	padding:0;
	height:auto;
	width:980px;
}
#contentWrap{
	clear:both;
	float:left;
	width:980px;
}

#outerWrap #logo {
	background:url(../images/logo.png);
	width:312px;
	height:124px;
	position:absolute;
	left:400px;
	z-index:100;
}

/*------------------------------------------------------------*
**  SITE - SPECIFICS
**  common site styling
**------------------------------------------------------------*/
hr {
    border: 0;
    height: 1px;
    background-color: #ccc;      
    color: #ccc;
    width: 100%;
    text-align:center;
}
.nixhier {
	display:none;
}
