* {
  border: none;
}

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}	

a img {
	border: none;
}

#wrapper {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 978px;
	margin-left: -489px;
	z-index: 2;
	font-size: 15px;
}

#icons {
	position: absolute; 
	top: 0px; 
	left: 50px; 
	background: url(../images/stripes.png); 
	padding: 10px; 
	border-bottom-right-radius: 12px; 
	border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px; 
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
}

#icons > div {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#icons > div:hover {
	margin-top: -3px;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transition: .3s;
}

#music {
	position: absolute; 
	top: 5px; 
	right: 25px; 
	z-index: 5;
}

#logo {
	margin-top: 30px;
}

#menu {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 0px;
}

#menu ul {
	margin: 10px 0;
	padding: 5px;
}

#menu ul li {
	display: inline;
	margin-left: 8px;
}

#menu ul li a {
	position: relative;
	margin-right: 16px;
	color: #171717;
	text-decoration: none;
	background: #ffffff;
	padding: 3px;
	border-bottom: 4px solid #ffffff;
}

#menu ul li a:hover {
	position: relative;
	-moz-transition-property: color, border-color;
	-moz-transition-duration: 1.5s;
	-webkit-transition-property: color, border-color;
	-webkit-transition-duration: 1.5s;
	-o-transition-property: color, border-color;
	-o-transition-duration: 1.5s;
	transition-property: color, border-color;
	transition-duration: 1.5s;
	color: #580e0e;
	border-color: #580e0e;
}

#menu ul li a.current {
	color: #60bf22;
	border-color: #60bf22;
}

#content {
	width: 615px; 
	float: left; 
	margin-left: 20px; 
	font-size: 15px; 
	color: #cccccc; 
	text-align: justify; 
	line-height: 2.5;
}

#content > p {
	margin-left: 40px;
	margin-bottom: 30px;
}

.divider {
	margin-top: 40px; 
	margin-bottom: 15px; 
	margin-left: 40px; 
	border-bottom: dashed 1px #222222;
}

.header {
	font-size: 35px; 
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

.emph {
	color: #ffffff;
	font-weight: bold;
}

#content > p a, .side-block > a, #summer-updates > p a, .summer-videos li a, #summer-event > div a {
	color: #971414;
	text-decoration: none;
	font-weight: bold;
}

#content > p a:hover, .side-block > a:hover, #summer-updates > p a:hover, .summer-videos li a:hover, #summer-event > div a:hover {
	border-bottom: dashed 1px #971414;
}

#side-title {
	background: #580e0e;
	width: 244px; 
	float: left; 
	margin-left: 65px;
	border-top-left-radius: 20px; 
	border-top-right-radius: 20px; 
	-webkit-border-top-left-radius: 20px; 
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	padding: 7px;
	color: #ffffff; 
	font-size: 25px;
}

.side-block, #side-beaver {
	width: 228px; 
	float: left; 
	margin-left: 65px; 
	padding: 15px; 
	text-align: justify; 
	font-size: 14px; 
	line-height: 1.5;
}

.side-block {
	background: #e5e5e5;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #ffffff;
}

#side-menu {
	width: 258px;
	float: left;
	margin-left: 65px;
	text-align: justify;
	font-size: 14px;
}

#side-beaver {
	background: #ffffff url(../images/beaver.png) no-repeat center center;
	height: 179px;
}

#side-menu a{
	background: #e5e5e5; 
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #ffffff;
	width: 234px;
	float: left; 
	padding: 12px; 
	text-align: justify; 
	font-size: 16px;
	text-decoration: none;
	color: #000000;
}

#side-menu a:hover {
	background: #cccccc;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-transition: 1s;
}

#side-menu a.current {
	background: url(../images/dots.gif);
	color: #971414;
	font-weight: bold;
}

.side-date {
	text-align: left; 
	font-size: 12px; 
	color: #971414;
	font-style: italic;
}

#side-end {
	background: #aaaaaa url(../images/shadow.png) repeat-x; 
	width: 258px; 
	float: left; 
	margin-left: 65px; 
	height: 30px; 
	border-bottom-left-radius: 20px; 
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px; 
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
}

.side-block > p {
	margin-top: 10px;
}

.side-more {
	width: 100%; 
	text-align: right;
}

.side-more a {
	color: #60bf22;
	text-decoration: none;
	padding: 3px;
}

.side-more a:hover {
	background: #ffffff;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-transition: 1s;
}

.clear {
	clear: both;
}

#footer-pic {
	margin-top: -215px; 
	height: 420px; 
	background: #000000 url(../images/footer.png) no-repeat;
}

#footer {
	margin-top: -50px;
	margin-left: 25px;
}

#footer-text {
	float: left;
	font-size: 12px; 
	color: #ffffff;
	text-align: justify;
	width: 826px;
}

#footer-text > span {
	color: #60bf22;
	font-size: 14px;
}

#back-top {
	float: left;
	margin-top: -57px;
}

#back-top span {
	width: 98px;
	height: 98px;
	display: block;
	background: #580e0e url(../images/up.png) no-repeat center center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover span {
	background-color: #000000;
}

.raquo {
	color: #60bf22;
}

#content ul {
	margin-left: 65px;
	margin-top: -15px;
}

#content li a {
	color: #971414;
	text-decoration: none
}

#content li a:hover {
	border-bottom: dashed 1px #971414;
}

.red {
	color: #971414;
}