/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
  color: #FFFFFF;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000 url(../images/img_background.png) repeat-x;
}

.blockheader {
	display: inline;
	height: 115px;
	width: 700px;
	float: left;
}

.wrapper {
  background-color: #000000;
  text-align: left;
  height: 1000px;
  width: 900px;
  border: 1px solid #666666;
  margin: 25px auto 0px;
  
}

.menubarleft {
	display: inline;
	height: 300px;
	width: 175px;
	float: left;
	padding-left: 10px;
}

.maincenter {
	display: inline;
	height: 100px;
	float: left;
	width: 650px;
	border: none;
	padding-left: 75px;

}

.blockheader {
	display: inline;
	height: 100px;
	float: right;
	width: 650px;
	border: none;


}

.logoplace {
	display: inline;
	height: 100px;
	width: 175px;
	float: left;
	
}

.menuwrapper {
	display: inline;
	height: 1000px;
	width: 175px;
	float: left;
	
}
