@charset "utf-8";

body {
	background-color: #f0f0f0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/bg-repeat.gif);
	background-repeat: repeat-y;
	background-position: center top;		

}

#body_all {
	margin: 0 auto;
	min-height: 800px;
	width: 841px;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	/* padding-left: 7px;
	bugfix
	background-color: red; */
}

* html #body_all {
	height: 800px;
}

#header {
	position: absolute;
	/*background-image: url(../images/header.gif);
	background-repeat: no-repeat;*/
	height: 256px;
	width: 810px;
	padding-left: 15px;
	/*bugfix
	background-color: red;*/
}


#content_box {
	/*  background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;	*/
	position: relative;
	top: 256px;
	left: 30px;
	width: 841px;
	text-align: left;
}

* html #content_box {

}

#menu {
  /*position: absolute;
	top: 256px;
	left: 30px;*/
	width: 204px;
	height: 300px;
	background-color: #f0f0f0;
	padding: 40px 0px 30px 0px;
	float: left;
	background-image: url(../images/menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

* html #menu {
	width: 203px;
}

#content {
  /*position: absolute;
	top: 256px;
	left: 300px;*/
	width: 450px;
	margin: 0px 0px 0px 30px;
	padding-bottom: 90px;
	float: left;
	/* bugfix
	background-color: red; 	*/
	border-bottom: 1px solid #f2a590;
}

* html #content {
}

.clear {
	clear: both;
}


#footer {
	/*background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 162px;
	width: 775px;
	padding-left: 0px;*/
	padding-left: 513px;
	float: left;
}	

#meta {

}

.clear {
	clear: both;
}
