body { 
  background: 		#ffffff;
}

hr {
  height:			2px;
  background:		#aaaaaa;
}

#allcontent {
  max-width:        100%;
  border:			none;
  background-color: #ffffff;
  box-shadow:		none;
}

#header {
  background: 		#ffffff url(graphics_template/banner.jpg) center no-repeat;
  background-size:	auto;
  border:			none;
  background-color: #ffffff;
  width:			auto;
  height:			auto;
  box-shadow:		none;
}

#banner-screen {
  border:			none;
  width:			100%
}

#banner-handheld {
  display:			none;
}

#navigation {
  display:			none;
}

.addthis_button{
  display:			none;
}

#main {
  background:       #ffffff;
  padding:          15px 0px;
  border:			none;

  margin:           0px 10px 5px 10px;
  width:            auto;
  float:            none;
  box-shadow:		none;
}

#sidebar, #handheld_sidebar{
  display:       	none;
}

.image {
  box-shadow:		none;
}

.image_right {
  box-shadow:		none;
}

.image_left {
  box-shadow:		none;
}

#w3c_container, #w3c {
  display:			none;
}

#footer {
  background-color: #ffffff;
  padding:			0px;
  border:			none;
  box-shadow:		none;
}


#back-to-top-main{
  display:			none;
}


