@charset "UTF-8";
/* CSS Document */


body{font-family:Arial, Helvetica, sans-serif; font-size:12px; background:url(../images/siteBG.jpg) top left repeat-x #4f5e00}

#banner{background:url(../images/bannerHome.jpg) top center no-repeat #fff;}
.toggleContent, #staff{padding:15px; width:620px; float:right;}
#staff{text-align:center;}

.round5{-moz-border-radius:5px; -webkit-border-radius:5px;}
.round10{-moz-border-radius:10px; -webkit-border-radius:10px;}
.round15{-moz-border-radius:15px; -webkit-border-radius:15px;}

.alignRight{text-align:right}

.floatRight{float:right;}

.clear{clear:both;}

#siteWrap{width:960px; margin:0 auto;}
#logo{font-weight:100; margin:0; margin-right:15px; float:right;}
#navBar{padding:10px 0 0 10px;}
#navBar a{color:#000; padding:0 5px;}
#banner{
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	height:270px;
	border:1px solid #000;
	margin-top:10px;
}
#content{
	border:1px solid #000;
	padding:20px;
	margin-bottom:20px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	border-top:none;
	background-color:#FFF;
	background:url(../images/contentBG.jpg) top left repeat-y;
}