@charset "utf-8";
/* CSS Document created by Matthew Emond for use on
   Ramblewood Middle School's Website - 2010 */

body {
	background-color: #000;
	background-image: url(images/background/background.png);
	background-position: center;
	background-repeat: repeat-y;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#banner {
	width: 780px;
	height: 100px;
	position: absolute;
	top: 0px;
	background-image: url(images/banner+footer/banner.png);
	background-position: center;
	background-repeat: no-repeat;
}

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#linkbar {
	width: 125px;
	text-align: right;
	position: absolute;
	left: 10px;
	top: 100px;
	font-size: 12px;
}

	#linkbar a:link {
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
	}
	
	#linkbar a:visited {
		color: #CCC;
		font-weight: bold;
		text-decoration: none;
	}
	
	#linkbar a:hover {
		color: #F00;
		font-weight: bold;
		text-decoration: underline;
	}

#link_bgtop {
	width: 125px;
	height: 25px;
	background-image: url(images/links/TopLinkBar.png)
}

#link_main {
	width: 110px;
	padding-right: 15px;
	background-image: url(images/links/CenterLinkBar.png);
}

#link_bgbot {
	width: 125px;
	height: 25px;
	background-image: url(images/links/BottomLinkBar.png)
}

#main {
	width: 615px;
	position: absolute;
	left: 145px;
	text-align: left;
	top: 100px;
}

	/* Icon for .pdf files */
	#main a[href$='.pdf'] {
		display:inline-block;
		padding-left:20px;
		line-height:18px;
		background:transparent url(images/adobe_reader/pdficon_small.gif) center left no-repeat;
	}
	
	/* Icon for .mov files */
	#main a[href$='.mov'] {
		display:inline-block;
		padding-left:20px;
		line-height:18px;
		background:transparent url(images/video_images/quicktime.png) center left no-repeat;
	}
	
	/* Icon for .wmv files */
	#main a[href$='.wmv'] {
		display:inline-block;
		padding-left:20px;
		line-height:18px;
		background:transparent url(images/video_images/wmp.png) center left no-repeat;
	}

#footer {
	width: 615px;
	height: 65px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(images/banner+footer/footer.png);
	font-size:12px;
	position: relative;
	margin-bottom: 10px;
}

	#footer a:link {
		color: #CCC!important;
		text-decoration: underline!important;
	}
	
	#footer a:visited {
		color: #666!important;
		text-decoration: underline!important;
	}
	
	#footer a:hover {
		color: #F00!important;
		text-decoration: none!important;
	}

		#footer_left {
			width: 300px;
			text-align: center;
			position: absolute;
			top: 30px;
			left: 5px;
		}
	
		#footer_right {
			width: 300px;
			text-align: center;
			position: absolute;
			top: 30px;
			left: 310px;
		}

h2 {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

h3 {
	color: #F99;
	text-align: center;
}

h4 {
	color: #FCC;
	text-align: center;
}

.center {
	text-align: center;
}

.clickclose {
	text-decoration: underline;
}

.toplink {
	text-align: center;
}
	.toplink a:link {
		color: #999;
		text-decoration: underline;
		font-weight: bold;
	}
	
	.toplink a:visited {
		color: #999;
		text-decoration: underline;
		font-weight: bold;
	}
	
	.toplink a:hover {
		color: #000;
		text-decoration: none;
		font-weight: bold;
	}
	
.nomarginhead {
	margin: 0px;
}

