@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/bk.jpg) repeat #fff;
	background-attachment:fixed;
	color:#333333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
}
#pageWrap{
	background:url(../images/page_bg.png) no-repeat #fff;
	height:auto !important;
	height:100%;
	margin:0 auto;
	min-height:100%;
	width:900px;
}
#content{
	clear:both;
	float:left;
	padding:0 0 0 0;
	width:900px;
}

/*------------------------------------------------------------*
**  SITE - SPECIFICS
**  common site styling
**------------------------------------------------------------*/
hr{
    border: 0;
    height: 2px;
    background-color: #bdbebe;      
    color: #bdbebe;
    width: 100%;
    text-align:center;
}