@charset "UTF-8";
body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/index_14.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #DDDDDD url(images/parkheader.png) no-repeat;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 138px;
	width: 900px;
} 
.twoColFixRtHdr #navbar {
	background: #000000;
	display: block;
	float: left;
	width: 900px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	color: #FFFFFF;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixRtHdr #navbar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #navbar a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FC7D00;
	text-decoration: underline;
}
.twoColFixRtHdr #navbar ul {
	display: block;
	float: left;
	list-style: none;
	width: 900px;
	margin: 0px;
	padding: 7px 0px 0px;
	text-align: center;
}
.twoColFixRtHdr #navbar ul li {
	display: block;
	float: left;
	padding: 0px 30px;
	margin: 0px;
}
.twoColFixRtHdr #navbar a img {
	text-decoration: none;
	border-style: none;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 228px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #272928; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	height: 750px;
}
#sidebar1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar1 a:hover {
	color: #FF6600;
}
.sickTricks {
	font-weight: normal;
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.Orange {
	color: #FFF503;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.Orange a {
	border-style: none;
	color: #FBA600;
	text-decoration: none;
}
.white {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	background: #FFFFFF url(images/index_14.gif) repeat;
} 
.twoColFixRtHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #FF3300;
	font-style: italic;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent #senseComm {
	width: 600px;
	color: #FFFFFF;
}
.twoColFixRtHdr #footer {
	padding: 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	height: 100px;
	bottom: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-style: none;
}
.twoColFixRtHdr #Copyright {
	font-size: 12px;
	text-align: center;
	color: #000000;
	width: 500px;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #mySpace {
	float: left;
}
.twoColFixRtHdr #mySpace a img {
	border-style: none;
}
.twoColFixRtHdr #mainPic {
	width: 900px;
	height: 237px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(images/ramp2.png);
	background-repeat: no-repeat;
}
#Ramp9 {
	background-image: url(images/ramp9.png);
	background-repeat: no-repeat;
	height: 237px;
	width: 900px;
	position: absolute;
	z-index: 1;
}
.twoColFixRtHdr #footerNav {
	height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	padding: 0px;
	border: thin solid #000000;
}
#footerNav a.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
.twoColFixRtHdr #footerNav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
.twoColFixRtHdr #footerNav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F80700;
}
.whiteBold {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.orangeBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FC7D00;
}
.lightOrange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFA400;
}
.lightYellow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFF66;
}
.brightYellow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FCF31F;
}
.whiteBig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}
.twoColFixRtHdr #mainContent a {
	color: #FF7D00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
#paintPark {
	height: 300px;
	width: 250px;
	margin: 0px 0px 0px -900px;
}
#sidebar1 img {
	border-style: none;
}
#bigBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000000;
	text-align: center;
	padding: 0px 15px;
	background: #FFFFFF;
}
#Announcements {
	height: 205px;
	width: 508px;
	float: right;
	margin-top: 15px;
	z-index: 10;
	position: absolute;
	background-image: url(images/Announcements.png);
	background-repeat: no-repeat;
	left: 401px;
	top: 1px;
	margin-left: -15px;
}

#Ramp {
	background-image: url(images/ramp.png);
	background-repeat: no-repeat;
	height: 237px;
	width: 900px;
	position: absolute;
	z-index: 1;
}
#Ramp9 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	float: right;
	margin-top: 180px;
	margin-right: 2px;
	text-align: center;
}
#Ramp9  h1 a {
	color: #000000;
	text-decoration: none;
}
#Ramp9 h1a:hover {
	color: #ED147E;
}
#Ramp2 {
	background-image: url(images/ramp2.png);
	background-repeat: no-repeat;
	height: 237px;
	width: 900px;
	position: absolute;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}
#Ramp2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	float: right;
	margin-top: 180px;
	margin-right: 2px;
	text-align: center;
}
#Ramp2  h1 a {
	color: #000000;
	text-decoration: none;
}
#Ramp2 h1a:hover {
	color: #ED147E;
}

#Ramp3 {
	background-image: url(images/ramp3.png);
	background-repeat: no-repeat;
	height: 237px;
	width: 900px;
	position: absolute;
	z-index: 1;
}
#Ramp4 {
	background-image: url(images/ramp4.png);
	background-repeat: no-repeat;
	height: 237px;
	width: 900px;
	position: absolute;
	z-index: 1;
}
#Ramp5 {
	background-image: url(images/ramp5.png);
	background-repeat: no-repeat;
	height: 237px;
	width: 900px;
	position: absolute;
	z-index: 1;
}
#Ramp6 {
	background-image: url(images/ramp6.png);
	background-repeat: no-repeat;
	height: 237px;
	width: 900px;
	position: absolute;
	z-index: 1;
}
#Ramp7 {
	background-image: url(images/ramp7.png);
	background-repeat: no-repeat;
	height: 237px;
	width: 900px;
	position: absolute;
	z-index: 1;
}
#Ramp8 {
	background-image: url(images/ramp8.png);
	background-repeat: no-repeat;
	height: 237px;
	width: 900px;
	position: absolute;
	z-index: 1;
}
#mainPic img {
	float: right;
	margin: 15px;
}
#events {
	background-image: url(images/bulletin2.gif);
	height: 1000px;
}
#events h1 {
	padding: 20px;
}
#skateChurch {
	background-image: url(images/ogskatechurch.gif);
	height: 700px;
	background-repeat: no-repeat;
	background-color: #000;
	background-position: center top;
	margin-top: 300px;
	padding: 5px;
}
#skateChurch p {
	margin-top: 145px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding: 15px;
	font-size: 24px;
}
