/* Stylesheet for McGarden */
@import url("jquery.lightbox-0.5.css");
@import url("rte.css");

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	color: #03014a;
	background: #fff url(../_images/body_background.gif) top center repeat-y;
	font-size: 12px;

}

h1 { color:#b9040b; font-size: 22px; }
h2 { color:#b9040b; font-size: 18px; }


a, a:link, a:active { text-decoration: none; color:#636e75; }
a:hover { color: #b9040b; }
img { border: 0px solid #fff; }
.clear { clear: both; border: none !important; font-size: 0px; }
.divider { margin-top: 15px; margin-bottom:15px; border-top: 1px solid #9aa7ad; font-size: 0px; } 

#navi, #navi_right { float: left; }
#navi ul li, #navi_right ul li { display: inline; padding-right: 15px; }


#footer { display: none;  }
