/***********************************************/
/* private_school.css          		  	       */
/* Use with template-1.html		               */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

#page {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image:url(images/page_backg.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	height: 638px;
	background-position: bottom;
}
#table_01 {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	left:0px;
	top:0px;
	width:800px;
	height:638px;
	background-image: url(images/table_backg.jpg);
}
#top_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 130px;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:99px;
}
#about-priv {
	position:absolute;
	left:0px;
	top:99px;
	width:153px;
	height:31px;
}
#menu-spacr1 {
	position:absolute;
	left:153px;
	top:99px;
	width:25px;
	height:31px;
}
#academics {
	position:absolute;
	left:178px;
	top:99px;
	width:74px;
	height:31px;
}
#menu-spacr2 {
	position:absolute;
	left:252px;
	top:99px;
	width:25px;
	height:31px;
}
#admin {
	position:absolute;
	left:277px;
	top:99px;
	width:102px;
	height:31px;
}
#menu-spacr3 {
	position:absolute;
	left:379px;
	top:99px;
	width:25px;
	height:31px;
}
#admission {
	position:absolute;
	left:404px;
	top:99px;
	width:186px;
	height:31px;
}
#menu-spacr4 {
	position:absolute;
	left:590px;
	top:99px;
	width:25px;
	height:31px;
}
#alumni {
	position:absolute;
	left:615px;
	top:99px;
	width:50px;
	height:31px;
}
#menu-spacr5 {
	position:absolute;
	left:665px;
	top:99px;
	width:25px;
	height:31px;
}
#athletics {
	position:absolute;
	left:690px;
	top:99px;
	width:60px;
	height:31px;
}
#menu-end {
	position:absolute;
	left:750px;
	top:99px;
	width:50px;
	height:31px;
}
#mid_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 450px;
}
#left_menu{
	position: relative;
	top: 0px;
	left: 0px;
	width: 153px;
	height: 430px;
}
#lft-menu-head {
	position:absolute;
	left:0px;
	top:0px;
	width:153px;
	height:15px;
}
#home {
	position:absolute;
	left:0px;
	top:15px;
	width:153px;
	height:34px;
}
#campuses {
	position:absolute;
	left:0px;
	top:48px;
	width:153px;
	height:33px;
}
#calendar {
	position:absolute;
	left:0px;
	top:81px;
	width:153px;
	height:34px;
}
#faculty-staff {
	position:absolute;
	left:0px;
	top:115px;
	width:153px;
	height:33px;
}
#parents {
	position:absolute;
	left:0px;
	top:148px;
	width:153px;
	height:34px;
}
#students {
	position:absolute;
	left:0px;
	top:182px;
	width:153px;
	height:33px;
}
#lft-menu-foot {
	position:absolute;
	left:0px;
	top:215px;
	width:153px;
	height:215px;
}
#body {
	position:absolute;
	right:0px;
	top:0px;
	width:647px;
	height:286px;
	background-image: url(images/body_backg.jpg);
	background-repeat: no-repeat;
}
#footer {
	position:relative;
	left:0px;
	top:0px;
	width:690px;
	height:47px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 700;
	padding-top: 11px;
	font: "Lucida Sans";
	padding-left: 55px;
	padding-right: 55px;
}
#footer ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
#footer li {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFF00;
	text-decoration:none;
}