body { font: 90% "Trebuchet MS", Arial, Helvetica; background: url(/templates/interior/images/bck_page_top.png) no-repeat top center; margin: 0; }

#superpage { margin: 0; padding: 0; background: url(/templates/interior/images/bck_page_bottom.png) no-repeat bottom center; }
#page { margin: 0 auto; width: 800px; }

#nav_container { background: #000; padding: 8px; height: 42px; text-align: center; margin: 0 0 1em; text-transform: uppercase; }
#nav_container ul { margin: 0; padding: 8px 0; list-style-type: none; }
#nav_container li { display: inline; padding: 0 12px; vertical-align: middle !important; }
#nav_container a { color: #fff; text-decoration: none; border-bottom: 1px solid #000; }
#nav_container a:hover { border-bottom: 1px dotted #fff; }

#content { padding: 0 20px 8px; margin: 0; color: #000; margin: 1em 0; min-height: 600px; text-align: center; border: 2px solid #ccc; }
#content a { text-decoration: none; color: #000; border-bottom: 1px solid #000; }
.back_yellow { background: #f7ca0b url(/templates/interior/images/content_bck_1.jpg) repeat-x bottom; }

h1 { font-variant: small-caps; margin: 0; }
h2 { font-variant: small-caps; font-size: 1.3em; }
h3 { font-variant: small-caps; font-size: 1.2em; font-style: italic; }

#footer { background: #777; padding: 2px 8px; margin: 0; color: #fff; font-size: 0.7em; }
#footer ul { margin: 0; padding: 0; list-style-type: none;}
#footer li { display: inline; padding: 0 12px; vertical-align: middle; }
#footer a { color: #fff; text-decoration: none; border-bottom: 1px solid #777; }
#footer a:hover { border-bottom: 1px dotted #fff; }


div.menu {
	background-color: #fff;
	border: 3px solid #777;
	left: 0px;
	padding: 8px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	font-size: 0.9em;
	text-align: left;
}
div.menu a.menuItem {
	color: #000 !important;
	cursor: pointer;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	border-bottom: 1px solid #fff !important;
}
div.menu a.menuItem:hover { background-color: #fff; color: #000; border-bottom: 1px dotted #000 !important; }