/*******************************************************************************
   Homepage Stylesheet
*******************************************************************************/
div#topper {
	float: left;
	width: 1024px;
	height: 69px;
	background: url(../images/backing/topper2.jpg) top left;
	background-color:#000000;
	}

div#menu {
	float: left;
	width: 580px;
	height: 41px;
	background-color: #CC6600;
	}	
	
div#upcoming {
	float: left;
	width: 580px;
    height: 61px;
	background: url(../images/backing/upcoming.jpg) no-repeat;
    }
	
div#tagline {
	float: right;
	width: 444px;
    height: 100px;
	background: url(../images/backing/tagline.jpg) no-repeat;
	}
	
div#face {
	float: right;
	width: 444px;
    height: 630px;
	background: url(../images/backing/face.jpg) no-repeat;
	}
	
div#blackboard {
	float: left;
	width: 580px;
	height: 720px;
	background: url(../images/backing/board.jpg) top left no-repeat;
	}

div#blackboard_left {
	float: left;
	width: 280px;
	height: 720px;
	}

div#blackboard_right {
	float: right;
	width: 280px;
	height: 720px;
	}

div#home_footer {
	float: right;
	width: 444px;
	height: 31px;
	background: url(../images/backing/footer.jpg) top left;
	background-color:#CCFF00;
	}
	
div#bottom {
	float: left;
	width: 1024px;
	height: inherit;
	background: url(../images/backing/brick007.jpg) top left;
}

.facebook {
   padding-right: 20px;
	}

/*******************************************************************************
   Content
*******************************************************************************/	

div#blackboard p {
	padding-left: 30px;
	padding-right: 10px;
	}

div#contact img.ch,
div#facebook img.ch {
	padding-top: 17px;
	padding-bottom: 10px;
	}

.style1 {
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}

.style2 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color:#990000;
}

.style3 {
	font-size: 14;
	font-weight: bold;
}

.style4 {color: #FFFFFF};
	

/*******************************************************************************
   Footer
*******************************************************************************/
div#footer {
	background: url(../images/bkgrd/footer_main.jpg) top left no-repeat;
	}
