/*  -------------------------- LAYOUT ----------------------------------- */

body {
	background: #fff;
	color: #606060;
	font-family: verdana, arial, "lucida grande", sans-serif;
	text-align: center;
}


#wrapper {
	margin: 10px auto;
	width: 80%;
}

#topmenu {
         width: 100% ;
         clear: both;
}

#centerbar {
            clear: both;
            width: 100%
}

#topleft{
  float: left;
}
#topcenter{
  float:left;
}
#topright{
  float: left;
}


#leftcenter{
  float: left;
}
#middlecenter{
  float:left;
}
#rightcenter{
  float: left;
}


#infobar {
         clear: both;
         width: 100%;
  
}

#submenu {
         float: left;
}

#content {
         float: left;
         width: 75%;
         
}

#footer {
        clear: both;
        width: 100%;
}

/*   --------------------------------------------     */

.menulink1 {
}

