* {
    margin: 0;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}

html,body{
	width:100%;
	height:100%;	
}

body{
	font-family: "Arial",sans-serif;
	scrollbar-arrow-color: #464646;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #D4D0C8;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #e6e6e6;
}

#body-wrapper{
	background-color:black;
	min-height: 100%;
	height:auto !important;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position:top-left;
	height:100%;
	position: relative;
}

h1#logo{
	padding:25px;
	
}

h1#logo a{
	background-image:url(../img/logo.png);
	background-repeat: no-repeat;
	width:449px;
	height:125px;
	display: block;
	text-indent: -9999px;
	position:relative;
    z-index:70;
}

#menu{
	background-image: url(../img/menu.png);
	height:41px !important;
	height:75px;
	position: absolute;
	bottom: 0;
	width:100%;
	padding-top:34px;
	z-index:90;
}

#slideshow{
	position: relative;
	padding-left:70px;
}

#twitter{
	background-image: url(../img/twitter.png);
	display:block;
	width:273px;
	height:107px;
	text-indent: -9999px;
}

#facebook{
	background-image: url(../img/facebook.png);
	display:block;
	width:273px;
	height:107px;
	text-indent: -9999px;
}

#newstudent{
	background-image: url(../img/newstudent.png);
	display:block;
	width:200px;
	height:79px;
	text-indent: -9999px;
}

#waiver{
	background-image: url(../img/waiver.png);
	display:block;
	width:200px;
	height:79px;
	text-indent: -9999px;
}

#infrared1{
	background-image: url(../img/infrared1.png);
	display:block;
	width:200px;
	height:79px;
	text-indent: -9999px;
}

#menu li{
	float:left;
	margin-left:25px;
	list-style: disc;
	color:white;
}

#menu li.first{
	list-style: none;
	margin-left:45px;
}

#menu li a{
	text-decoration: none;
	color:white;
	font-size: 16px;
	padding-top: 33px;
	
}

#menu li a:hover {
	color:#99CCFF;
	border-top: 2px solid #99CCFF;
}

*a {
	color:#99CCFF;
}

*a:visited {
	color:#99CCFF;
}

#ficon {
	padding-top:0px;
	margin-top:-8px;
}

#ticon {
	padding-top:0px;
	margin-top:-8px;
}

#gallery td{
	padding:5px;
}

#gallery img{
	border: 1px solid black;
}

.clear{
	clear:both;
}

#content{
	padding-left:65px;
	width:710px;
	height:150px;
	overflow:auto;
	color:white;
	padding-bottom:75px;
	position:relative;
    z-index:70;

}

.box {
    margin: 0 auto;
    width: auto;
    padding: 50px;
    background: transparent;
    padding-bottom:30px;
    font: 14px/2.2 Georgia, Serif;
}

#gallerycontent{
	padding-left:65px;
	width:755px;
	height:300px;
	overflow:auto;
	color:white;
	padding-bottom:75px;
	position:relative;
    z-index:70;
}

#content2{
	padding-left:120px;
	width:700px;
	height:auto;
	color:white;
	padding-bottom:5px;
	position:relative;
    z-index:70;
}

#content3{
	padding-left:65px;
	width:700px;
	height:auto;
	color:white;
	padding-bottom:5px;
	position:relative;
    z-index:70;
}

#aboutbuttons{
	padding-left:110px;
	width:700px;
	height:auto;
	color:white;
	padding-bottom:5px;
	position:relative;
    z-index:70;
}

strong {
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}

center {
	text-align: center;
}
