@charset "utf-8";
/* header */
@import url("../content/header.css");
/* sidebars */
@import url("../content/sidebars.css");
/*  main panel */
@import url("../content/main_panel.css");
/* footer */
@import url("../content/footer.css");
/* CSS Document */
body {
	color: #000!important; 
}
.columns_double_left {
	background-color:#000;
	background-repeat:repeat;
	background-position:center top;
}

#container {
	width: 100%;
	margin: 0;
	float:left;
	}
#wrapper {
	width: 820px;
	margin: 0px auto;
	border: solid 1px #000;
	}

/* header */