
#design_all{
  margin: 0 auto 0 auto;
  width:1024px;
}

#header{
  background:url("header.png") no-repeat scroll 0 0 transparent;
  height:195px;
  width:1024px; 
}

#menu{
  background:url("menu_bg.png") no-repeat scroll 0 0 transparent;
  height:91px;
}

#content{
  background:url("content_repeat.png") repeat-y scroll 0 0 transparent;
}

#footer{
  background:url("footer.png") no-repeat scroll 0 0 transparent;
  height:118px;
}

.content_basic{
  padding-top:20px;
  padding-left:80px;
  padding-right:80px;
  padding-bottom:2px;
  text-align:justify;

}

.content_back{
   background: url("/uploads/images/background.jpg")
}
.header_text{
  float:right;
  font-size:25px;
  font-weight:bold;
  padding-right:120px;
  padding-top:65px;
  text-align:center;
}

.menu_row{
  color:white;
  padding-left:80px;
  padding-top:43px;
}

.footer_text{
  float:right;
  font-size:10px;
  font-weight:bold;
  padding-right:67px;
  padding-top:65px;
}

.menuitem0{
  font-size:14px;
  font-weight:bold;
  padding-left:20px;
  text-decoration:none;
  color: white;

}
.menuitem1{
  font-size:11px;
  font-weight:normal;

}
.menuitem2{
font-size:10px;
text-decoration:none;
color: #414141;
}
.menuitem3{
font-size:9px;
text-decoration:none;
color: #9f9e9e;
}
