/*
** CSS for New School of Language
** Author: Ray Bentz - TropicalDesignStudio.com
*/

BODY
{
  background-color: #EEEEEE;
  background-image: url(images/subpage-bg.jpg);
  background-repeat: repeat-y;
}

.banner
{
  position: static;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 276px;
  background: url(images/gold-grey-swoosh-5.jpg) top left no-repeat;
}

.nsl
{
  position: absolute;
  top: 85px;
  left: 20px;
  width: 145px;
  height: 150px;
  border-style: none;
  border-color: red;
}

/* =============================================== */

.pageheading
{
  position: static;
  margin-top: -90px;
  margin-left: 220px;
  width: 525px;
  height: auto;
  background-color: none;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  text-align: center;
}

/* ================================================== */

.column1single
{
  position: static;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  background-color: none;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #000000;
  border-width: 1px;
  border-style: none;
  border-color: green;
  clear: both;
}

/* ================================================ */

.column1double
{
  position: static;
  float: left;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  width: 268px;
  height: auto;
  background-color: none;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #000000;
  border-width: 1px;
  border-style: none;
  border-color: red;
  clear: left;
}

.column2double
{
  position: static;
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  width: 268px;
  height: auto;
  background-color: none;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #000000;
  border-width: 1px;
  border-style: none;
  border-color: blue;
  clear: right;
}

/* ================================================ */

.contents
{
  position: static;
  margin-top: 15px;
  margin-left: 210px;
  width: 555px;
  height: auto;
}

.contactinfo
{
  padding-left: 25px;
}

/* =============================================== */

#leftmenuid
{
  left: 0px;
  top: 260px;
}


/* ========================================================== */

.leftsignup
{
  position: absolute;
  top: 525px;
  left: 0px;
  height: auto;
  width: 200px;;
  background-color: none;
  text-align: center;
}


/* ========================================================== */


.footer
{
  position: static;
  margin-top: 10px;
  margin-left: 200px;
  height: auto;
  width: 575px;
  background-color: none;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #DDDDDD;
  text-align: center;
  clear: both;
}


#translationid
{
  margin-top: 65px;
}

