html, body {   
	margin-top:15px; 
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	padding:0;   
	height:95%;
	background:url(images/grey_bg.jpg);
} 

#container {   
	margin-top:0px; 
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width: 970px; 
	height:100%;
	position:relative;
}

#content{
	position:absolute;
	left:auto;
	right:auto;
	top:10px;
	height:auto;
	width:970px;	
	background:#000000;
	}

#footer{
	position:absolute;
	left:auto;
	right:auto;
	height:85px;
	width:970px;	
	background-image:url(images/footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#top{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	height:10px;
	width:970px;
	background-image:url(images/border_top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#left{
	position:absolute;
	float:left;
	left:0px;
	top:10px;
	height:100%;
	width:10px;
	background:url(images/border_left.jpg);
	background-repeat:repeat-y;
}

#right{
	position:absolute;
	float:right;
	right:0px;
	top:10px;
	height:100%;
	width:10px;
	background:url(images/border_right.jpg);
	background-position:right top;
	background-repeat:repeat-y;
}

#header{
	position:absolute;
	left:10px;
	right:0px;
	top:-600px;
	height:100%;
	width:950px;
	z-index: 1;
}


#pagelogo {
	position:absolute;
	visibility: visible;
	z-index: 15;
	height: 100px;
	width: 350px;
	left: 25px;
	top: 25px;
}

#pagemenu {
	position:absolute;
	visibility: visible;
	z-index: 20;
	height: 120px;
	width: 950px;
	left: 10px;
	top: 285px;
}


.leftborder{
	background-image: url(images/border_left.jpg);
	background-position:right top;
	background-repeat:repeat-y;
}

.rightborder{
	background-image: url(images/border_right.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}

.topborder{
	background-image:url(images/border_top.jpg);
	background-position:bottom middle;
	background-repeat: no-repeat;
}

.bottomborder{
	background-image: url(images/border_bottom.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-color:#999999;

}

.mainbg{
	background:#FFFFFF;
	background-image:url(images/students.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.golfbg1{
	background:#FFFFFF;
	background-image:url(images/golf_red.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.golfbg2{
	background:#FFFFFF;
	background-image:url(images/golf_green.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.golfbg3{
	background:#FFFFFF;
	background-image:url(http://www.lhsroyalboosters.com/images/golf_putt.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.dinnerbg{
	background:#FFFFFF;
	background-image:url(http://www.lhsroyalboosters.com/images/dinner_fade.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.parentbg{
	background:#FFFFFF;
	background-image:url(http://www.lhsroyalboosters.com/images/parents.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}


.footer {
	font-family: segoe UI, segoe, sans-serif, Arial, Verdana, Helvetica, serif;
	font-size: 11px;
	background:url(images/footer.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	}
	
.footertext {
	color: #000000;
	padding-right:20px;
	padding-left:20px;
	padding-top:22px;
	}
	
.afftext {
	font-family: tahoma, trebuchet ms, segoe, segoe UI, sans-serif, Arial, Verdana, Helvetica, serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	padding-right: 35px;
	padding-bottom: 0px;

	}

h3{
	font-family: Segoe UI, sans-serif, segoe, Arial, Verdana, Helvetica;
	font-size: 20px;
	font-weight:300;
	line-height: 16px;
	color: #000000;

	}
	
h4{
	font-family: Segoe UI, sans-serif, segoe, Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight:300;
	line-height: 10px;
	color: #000000;
}
	
h5{
	font-family: Segoe UI, sans-serif, segoe, Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight:300;
	line-height: 6px;
	text-indent:45px;
	color: #000000;
}

a:link {
	color: #666666;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #000000;
}
a:active {
	color: #B3AF2D;
}
