/* Thw new official style sheet for our high school's website. */ 
/* Design by Kevin Manase */
/* Written by Delaney Fish--last updated 12/16/09 */
body {
	background-repeat:repeat-x;
	background-position:bottom;
	background-image: url(images/footer.jpg);
	background-attachment: scroll;
}

/* Text styles--headermain is main header; subheader is smaller headers; fine print is for date */
.fineprint {color: #A9A9A9; font-size: 10px; }
.headermain {font-size: 16pt; }
.subheader {font-size: 12pt; font-weight: bold; color: #ffffff; }
.content-white {
	font-size: 12pt;
	height: auto;
	width: auto;
}
.White-font {
	color: #FFFFFF;
	font-size: 10px;
	font-style: italic;

}
a:link {
	color: #CCCCCC;
	
}

a:hover {
	color: #990000;

}

a:visited {
	color: #CCCCCC;
	
}
	
p {
}

ul {
	list-style-image: none;
}
img {
}

#wrapper {
	height: auto;
	width: 861px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background.png);
	background-repeat: repeat;
	
}

#nav {
	height: auto;
	
}
	
#top {
	height: auto;
	width: 861px;
	margin: auto;
	  
}

#banner {
	height: auto;

}
	
/* Main section (i.e. has the pictures and content; topmain is top section; footer is bottom section; main is the wrapper for the two sections of topmain and footer together)(sidebar is used on activities pages only) */
#footer {
	height: auto;
	width: auto;
	margin-left: 0px;
}

#main {
	height: 5px;
	width: 861px;
	margin: auto;
	
}
/* this is the top part of the body */
#topmain {
	Height: auto;
	width: auto;
	
}

#topbottom /*bottom section of top of the page */ {
	height: auto;
	width: auto;
	border: 2px solid #FFFFFF;
	
}

#sidebar /* not in use, but set a div tag to this ID if you want a sidebar in the future */{
	height: auto;
	margin-right: 50px;
	float: left;
	width: 205px;
	padding-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: medium;
	border-bottom-width: medium;
	border-top-width: medium;
	border-left-width: medium;
	
}

