/* Overall font-family and font-size for both the editor and the homepage itself */
body {
    font-family: Helvetica, Arial, sans-serif;
}

#content {
	width: 100%;
	max-width: 600px;
	margin: 10px 0%;

}
ul.MenuBarHorizontal {
    font-size: 100% !important;
}

article.rotator .slideshow {
    margin: 1px auto !important;
}