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


body {
	margin: 0;
	padding: 0;
	background: #ffff33 url(images/bg.gif) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	}
	
h1 {
	font-size: 14px;
	background-color: #0000cc;
	color: #fff;
	width: 570px;
	margin: 30px 100px 0 0;
	float: right;
	text-align: right;
	padding: 2px 10px;
	}
	
h2 {
	font-size: 12px;
	color: #ff0000;
	}

h3 {
    color: #0000cc;
    font-size: 170%;
    margin: 0;
}

p {
	padding: 10px 0;
	margin: 0;
	}		

	
#container {
	background: url(images/content_bg2.gif) top left repeat-y;
	margin: 0 auto;
	width: 880px;
	}
	


#header {
	background: url(images/header_bg.gif) top left no-repeat;
	height: 176px;
	}
	
#content {
	background: url(images/content_bg3.gif) bottom left no-repeat;

	margin: 0 1px 0 0;
    width: 100%;
    overflow: hidden;
	}	

#logo {
	float: left;
	padding: 35px 0 0 55px;
	}
	
#header_image {
	padding: 22px 65px 0 0;
	}
	
a img {
	border-style: none;
	}
	
#number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #0000ff;
	margin: 0 0 0 0;
	padding: 0 60px 0 0;
	line-height: 40px;
	text-align: right;
	}
		
#number strong {
	color: #000066;
	padding: 0 0 0 20px;
	}
	
strong {
	color: #0000cc;
	}
	

	
	
#bounce {
	float: left;
	padding: 30px 0 0 40px;
	margin: 0;
	}
	
#maintext {
	text-align: left;
	width: 450px;
	padding: 30px 200px 0 0;
	margin: 0 0 0 0;
	float: right;
	}

body#home #maintext,
body#about_us #maintext,
body#events #maintext {
    min-height: 435px;
    background: url(images/bg_logos.gif) top right no-repeat;
}
	
#maintext a {
	text-decoration: none;
	color: #0000cc;
	}
	
#footer {
	clear: both;
	background: url(images/footer_bg.gif) no-repeat;
	height: 192px;
	margin: 0;
	padding: 0;
	}
	
#footer .imgs {
    float: left;
	padding: 50px 0 0 60px;
	}

#footer .imgs img {
    height: 70px;
    padding-right: 10px;
}

#footer p {
	padding: 100px 240px 0 0;
	margin: 0;
	color: #ff0000;
	font-size: 12px;
	}
	
#footer a {
	text-decoration: none;
	color: #ff0000;
	}
	
#tag {
	color: #0000cc;
	font-size: 11px;
	text-align: center;
	padding: 5px 0 0 160px;
	}
	
#tag p {
	color: #0000cc;
	}
	
#tag a {
	text-decoration: none;
	color: #0000cc;
	}

.event_imgs {
    padding: 20px 0;
}

.event_imgs img {
    margin: 2px;
    border: 3px solid #6d48cc;
}




/*YOU TUBE VIDS*/

#youtube_container {
    width: 430px;
    overflow: hidden;
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    margin-top: 20px;
}

#youtube_container .youtube {
    float: left;
    width: 200px;
    padding: 0 5px 10px;
}

#youtube_container h3 {
    margin: 0 0 15px 0;
    font-size: 130%;
    font-weight: normal;
    color: #ff0000;
}