/***************************************/
/*********** Basic Structure ***********/
html {
	height: 100%;
}
body {
	height: 100%;
	background-image:url(../_images/bg_pattern.jpg);
}
#column_left {
	width: 1px;
	height: 100%;
	float:left;
	margin-bottom: 0px;
}
#column_right{
	width: 1px;
	height: 100%;
	float:right;
	margin-bottom: 0px;
}
#header {
	background-image:url(../_images/header_bg.png);
	background-repeat:repeat-x;
	height: 90px;
	width: 100%;
}
#header_center {
	background-image: url(../_images/center_shade.png);
	height: 90px;
	width: 1000px;
	padding-left: 28px;
	padding-right: 32px;
	margin-left:auto;
	margin-right:auto;
}
#container {
	width: 1000px;
	padding-left: 28px;
	padding-right: 32px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 4px;
	background-image: url(../_images/center_shade.png);
	position: relative;
}
#bottom_shade {
	background-image:url(../_images/bottom_shade.png);
	background-position: -2px 0px;
	height: 40px;
	width: 1000px;
	padding-left: 28px;
	padding-right: 32px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 210px;
}
#main {
	width: 1000px;
	position:relative;
}
#footer {
	background-color:#000;
	height: 0px;
	width: 100%;
	clear: both;
	position: relative;
}
#footer_area {
	background-image:url(../_images/footer_pattern.png);
	background-repeat: repeat-x;
	height: 210px;
	width: 100%;
	clear: both;
	position: absolute;
	bottom: 0px;
}
/*********** Basic Structure ***********/
/***************************************/
