/*Re-position milonic menu*/
#menu0 {
  margin-top: -10px;
}

/*Hide the Page Title(s)*/
.pagetitle {
  display: none;
}

.bannerimage img{
 height: 50px;
 border: none;
}

/*Remove the Banner Image*/
/*.pageheader {
  background-image: none;
}*/

/*Banner Image*/
.pageheader {
  background: #ffffff url(http://uffle.com/images/bar09.jpg) top center;
height:80px;
} 

/*Add a background-image to the <body> tag in one command.*/
body {
  background: #507aa5 url(http://uffle.com/images/bg_grass.gif) repeat scroll center;
}

/*hide horzontal menu*/
#hsubmenu{
  display: none;
}

