/*
** CSS for New School of Language
** Author: Ray Bentz - TropicalDesignStudio.com
*/

BODY
{
  background-color: #EEEEEE;
  background-image: url(images/background.jpg);
  background-repeat: repeat-x;
}

.banner
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800;
  height: 500;
  background: url(images/gold-grey-swoosh-9.jpg) top left no-repeat;
}

.nsl
{
  position: absolute;
  top: 0px;
  left: 98px;
  width: 145px;
  height: 150px;
  border-style: none;
  border-color: red;
}



/* ============================================= */

.splash1
{
  position: absolute;
  top: 185px;
  left: 0px;
  width: 200px;
  height: auto;
  background-color: none;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  text-align: center;
}

.splash2
{
  position: absolute;
  top: 280px;
  left: 21px;
  width: 200px;
  height: auto;
  background-color: none;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  text-align: center;
}


.splash2 A:link, .splash2 A:visited
{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.splash2 A:hover
{
  text-decoration: underline;
  color: blue;
  font-weight: bold;
}


/* ============================================= */

.left1
{
  position: absolute;
  top: 500px;
  left: 0px;
  width: 200px;
  height: 200px;
  background-color: #6699cc;
}

.left2
{
  position: absolute;
  top: 700px;
  left: 0px;
  width: 200px;
  height: 282px;
  background-color: #6699cc;
}

.middle1
{
  position: absolute;
  top: 500px;
  left: 200px;
  width: 300px;
  height: 200px;
  background-color: #FFFFFF;
}

.middle2
{
  position: absolute;
  top: 700px;
  left: 200px;
  width: 300px;
  height: 200px;
  background-color: #EEEEEE;
}

.right1
{
  position: absolute;
  top: 500px;
  left: 500px;
  width: 300px;
  height: 200px;
  background-color: #EEEEEE;
}

.right2
{
  position: absolute;
  top: 700px;
  left: 500px;
  width: 300px;
  height: 200px;
  background-color: #DDDDDD;
}

/* ========================================== */

.middle1content
{
  position: absolute;
  top: 450px;
  left: 210px;
  width: 280px;
  height: auto;
  background-color: none;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #000000;
}

.middle2content
{
  position: absolute;
  top: 710px;
  left: 210px;
  width: 280px;
  height: auto;
  background-color: none;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #000000;
}

.right1content
{
  position: absolute;
  top: 438px;
  left: 510px;
  width: 280px;
  height: auto;
  background-color: none;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #000000;
}

.right2content
{
  position: absolute;
  top: 710px;
  left: 510px;
  width: 280px;
  height: auto;
  background-color: none;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #000000;
}

/* ========================================== */


#leftmenuid
{
  position: absolute;
  left: 0px;
  top: 430px;
}


#translationid
{
  margin-top: 35px;
}



/* ========================================================== */

.footer
{
  position: absolute;
  top: 910px;
  left: 200px;
  height: auto;
  width: 600px;
  background-color: none;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #CCCCCC;
  text-align: center;
}

/* ========================================================== */

.sponsortable
{
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
}

.sponsortable TD
{
  vertical-align: top;
}

.sponsortable UL
{
  margin-left: 8px;
  padding-left: 8px;
}



