/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../images/graphics/body_bg.gif);
	background-repeat: repeat-x;
    SCROLLBAR-FACE-COLOR:#180000; 
    SCROLLBAR-SIZE:10px; 
    SCROLLBAR-HIGHLIGHT-COLOR:#180000; 
    CURSOR: default; 
    SCROLLBAR-SHADOW-COLOR:#fff; 
    SCROLLBAR-3DLIGHT-COLOR: #999;
    SCROLLBAR-ARROW-COLOR: #FFFFFF; 
    SCROLLBAR-TRACK-COLOR: #D0DEBE; 
    SCROLLBAR-DARKSHADOW-COLOR: #999
}

a:link {
	color: #9E156D;
}
a:hover {
	color: #FFFFFF;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px 5px;
	color: #FFFFFF;
  }


h1 {
	color: #FFFFFF;
	text-align: left;
	padding: 5px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
  }


h2 {
	margin-bottom: 0px;
	padding: 0px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #333333;
	border-top: 1px solid #CCCCCC;
  }

#page_container_home {
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(../images/graphics/home_bg.gif);
	background-repeat: repeat-y;
	height: 1105px;
}

#page_container_events {
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(../images/graphics/events_bg.gif);
	height: 1880px;
}

#page_container_calendar {
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(../images/graphics/events_bg.gif);
	background-repeat: repeat-y;
	height: 1130px;
}
#page_container {
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(../images/graphics/b_g.gif);
	background-repeat: repeat-x;
	height: 780px;
}
  
#wrapper {
	width: 760px;
	float: left;
	margin: 10px;
}

#banner {
	width: 750px;
	height: 150px;
	float: left;
	background-repeat: no-repeat;
	border: 5px solid #990000;

}

#flash_main {
	width: 750px;
	float: left;
	margin-top: 10px;
	border: 5px solid #990000;
}

#main_pic {
	width: 750px;
	float: left;
	margin-top: 10px;
	border: 5px solid #990000;
}

#events_main {
	width: 750px;
	float: left;
	margin-top: 10px;
	border: 5px solid #990000;
}

#events {
	margin-top: 10px;
	width: 760px;
	float: left;
}

#calendar {
	width: 750px;
	float: left;
	margin-top: 10px;
	border: 5px solid #990000;
	height: 600px;
}

#events_footer {
	margin-top: 10px;
	width: 750px;
	float: left;
	border: 5px solid #990000;
	background-color: #180000;
	height: 205px;
}

#first_wed {
	float:left;
	width: 230px;
	height: 140px;
	border: 5px solid #990000;
	background-color: #000000;
	
}

#third_wed {
	float:left;
	width: 230px;
	height: 140px;
	border: 5px solid #990000;
	margin-right: 15px;
	margin-left: 20px;
	background-color: #000000;
	
}

#first_fri {
	float:left;
	width: 230px;
	height: 140px;
	border: 5px solid #990000;
	background-color: #000000;
	margin-top: 0px;
	
}

#fourth_fri {
	float:left;
	width: 230px;
	height: 140px;
	border: 5px solid #990000;
	margin-right: 15px;
	margin-left: 20px;
	background-color: #000000;
	margin-top: 0px;
	
}	

#second_sat {
	float:right;
	width: 230px;
	height: 140px;
	border: 5px solid #990000;
	background-color: #000000;
	
}

#upcoming_events {
	float:right;
	width: 230px;
	height: 140px;
	border: 5px solid #990000;
	margin-top: 0px;
	background-color: #000000;
	
}
