* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	background: #eef1f5;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 161px;
	/*background: #FFE680;*/
	
	background: url(/img_design/body_bg.gif) repeat-x top;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 90px;
	height: 1%;
	
	padding-bottom: 0px;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	background: url(/img_design/content_t.gif) no-repeat top;
}
#content {
	padding: 0 240px 0px 240px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 221px;
	margin-left: -100%;
	position: relative;
	
	padding: 20px 10px 10px 10px;
	/*background: #B5E3FF;*/
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 240px;
	margin-left: -240px;
	position: relative;
	
	/*background: #FFACAA;*/
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 980px;
	margin: -20px auto 0;
	height: 20px;
	background: url(/img_design/content_b.gif) bottom no-repeat #eef1f5;
	/*background: #BFF08E;*/
}


/* ------------------------------------------------------------------------ */

.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 10px; 
	background: url(/img_design/body_bg_b.gif) repeat-x bottom;
	position: relative;
}
