html, body {
	height: 97%;
  width: 97%;
  font-family: arial, sans-serif;
  font-size: 10pt;
  font-weight: 500;
	color: white;
}

table {
	margin-top: 20px;
}

th {
	font-weight: bold;
}

a:link { 
	color: white;
	}
a:visited { 
	color: white;
	}
a:hover { 
	color: yellow;
	text-decoration: none;
	}
a:active { 
	color: white;
	}
  
/*	----------------------------------------------------------------------------
* 	Divs
*/
#page {
	position: absolute;
}  

#masthead {
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}  

#header {
	position: absolute;
  top: 0px;
  left: 0px;
  height: 100px;
  width: 100%;
}  

#menu {
	position: absolute;
  top: 100px;
  left: 0px;
  height: 20px;
  width: 100%;
}

#gradient {
	position: absolute;
  top: 120px;
  left: 0px;
  height: 35px;
  width: 100%;
}

#content {
	position: absolute;
  left: 0px;
  width: 100%;
}

#lower-content {
	position: absolute;
  width: 100%;
	background-color: #063274;
  z-index: -1;
}

#footer {
	position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 90px;
	background-color: #063274;
}

#footer-text {
	position: absolute;
  bottom: 30px;
  left: 30px;
  text-align: left;
  font-size: 80%;
  color: white;
}

/*	----------------------------------------------------------------------------
* 	Header
*/
#logo {
	position: absolute;
  top: 126px;
  left: 68px;
}

#h-getinvolved {
	position: absolute;
  top: 0px;
  left: 220px;
}

#youtube {
	position: absolute;
  top: 60px;
  left: 593px;
  border-style: none;
}

#facebook {
	position: absolute;
  top: 25px;
  left: 671px;
  border-style: none;
}

#myspace {
	position: absolute;
  top: 78px;
  left: 750px;
  border-style: none;
}

#twitter {
	position: absolute;
  top: 79px;
  left: 749px;
  border-style: none;
}


#h-email {
	position: absolute;
  top: 10px;
  right: 10px;
  width: 225px;
}
  
#h-email-1 {
	position: absolute;
	top: 0px;
	left: 0px;
}  

#h-email-2 {
	position: absolute;
	top: 20px;
  left: 0px;
}  

#h-email-3 {
	position: absolute;
	top: 50px;
  left: 0px;
}  

#m-options {
	display: none;
}  

/*	----------------------------------------------------------------------------
* 	Menu
*/
#menu-about {
	position: absolute;
  left: 300px;
  top: 165px;
}

#menu-repair {
	position: absolute;
  left: 455px;
  top: 165px;
}

#menu-tuition {
	position: absolute;
  left: 570px;
  top: 165px;
}

#menu-contact {
	position: absolute;
  left: 665px;
  top: 165px;
}

/*	----------------------------------------------------------------------------
* 	About Page
*/

#a-panel {
	position: absolute;
	top: 50px;
  left: 150px;
	right: 150px;
  height: 80%;
  background-color: #B1BADA;
  padding: 10px 10px 10px 10px;
  overflow: auto;
}

/*	----------------------------------------------------------------------------
* 	Tuition Page
*/

#t-img {
	position: absolute;
	top: 8px;
  left: 40px;
}

#t-panel {
	position: absolute;
	top: 80px;
  left: 65px;
	width: 240px;
  height: 590px;
}

/*	----------------------------------------------------------------------------
* 	News page
*/
#about-img {
	position: absolute;
  top: 75px;
  left: 30px;
}

#news-img {
	position: absolute;
  top: 75px;
  left: 440px;
}


#n-left {
	position: absolute;
  top: 110px;
  left: 30px;
  width: 340px;
  height: 500px;
}

#n-divider {
	position: absolute;
  top: 75px;
  height: 595px;
  left: 400px;
  width: 1px;
  border-right: 1px white solid;
}

#n-right {
	position: absolute;
  top: 130px;
  right: 10px;
  width: 360px;
  height: 540px;
  overflow: auto;
}

.news
{
   table-layout: automatic;
   border-collapse:collapse;
   border: 0px;
   width: 100%;
   padding: 10px;
}		 

.news-1 {
	background-color: black;
  font-weight: bold;
  width: 70%;
} 

#n-images {
	position: relative;
  height: 350px;
}

#n-big-image {
	position: absolute;
  top: 0px;
  left: 0px;
}
  
img.prev {
	position: absolute;
  top: 270px;
  left: 0px;
}

.n-image-slider-container {
	position: absolute;
  top: 257px;
  left: 35px;
}
  
div.n-image-slider ul li {
	margin-left: 5px;
  margin-right: 5px;
}

img.next {
	position: absolute;
  top: 270px;
  right: 0px;
}   
/*	----------------------------------------------------------------------------
*		Sales & Repair Page
*/
#repairs-img {
	position: absolute;
  top: 37px;
  left: 40px;
}

#s-panel {
	position: absolute;
  top: 100px;
  width: 40%;
  left: 40px;
}

#r-panel {
	position: absolute;
  top: 100px;
  width: 40%;
  left: 55%;
}
 
/*	----------------------------------------------------------------------------
*		Contact Page
*/
#c-map {
	position: absolute;
	top: 75px;
  left: 30px;
  width: 50%;
  height: 100%;
}   
 
#c-text {
	position: absolute;
	top: 60px;
}
/*	----------------------------------------------------------------------------
*/
 

