* {
  padding: 0;
	margin: 0;
	border: 0;
}

img {
  vertical-align: top;
}

body {
  background: url(../images/body_bg.gif);
	font: 13px/20px "Lucida Sans Unicode", "Tahoma", Verdana, Arial, Helvetica;
	color: #000;
}

#wrapper {
  width: 100%;
  background: url(../images/wrapper_bg.gif) repeat-x;
	float: left;
}

#container {
  width: 950px;
	margin: 0 auto;
}

#header {
  width: 950px;
	background: #262d0b;
	float: left;
}

#logo {
  float: left;
	width: 317px;
	height: 280px;
}

#banner {
	width: 633px;
	height: 280px;
  float: left;
}

#menue {
  background: url(../images/menue_bg.jpg) repeat-x;
	width: 880px;
	height: 49px;
  padding-left: 70px;
	float: left;
}

#content {
	background: url(../images/home_bg.gif);
	width: 950px;
	float: left;
}

#subcontent {
	background: url(../images/subcontent_bg.gif);
	width: 950px;
	float: left;
	sssbackground: white;
}

#left_content {
	width: 317px;
	float: left;
}

#center_content {
	width: 316px;
	float: left;
}

#right_content {
  width: 316px;
	float: right;
}

#subsite_content {
  width: 600px;
	float: left;
}

#footer {
  background: url(../images/footer_bg.gif);
	width: 800px;
	float: left;
	padding: 40px 0 15px 150px;
}





