* {
margin:0pt;
padding:0pt;
}
body{
  background-color:#000;
  font:13px Verdana, Arial, Helvetica, sans-serif}

#main{
  width:850px;
  height:580px;
  margin:0 auto;
  background: #000000 url(../images/mainBg.gif) no-repeat center;

}

a:link{
  color:#336633;
  text-decoration:underline;
  font-weight:bold;
}
a:hover{
  color:#000;
}


#leftCol{
float:left;
  width:250px;
margin:10px 0 0 50px;
}
#leftCol img{
  border:solid 1px #ABD045;
}

#rightCol{
float:right;
width:510px;
margin-right:15px;
}
#header{
  margin:15px 5px 0 0;
  background-color: #211B38;
  width:342px;
  height:144px;
float:right;
clear:both;
}
#content{
  background:#211B38 url(../images/bodyBg.gif) no-repeat center;
  width:100%;
  height:240px;
  margin:10px 35px 0 0;
  float:right;
padding-top:60px;
}
#content p{
  display:block;
  width:440px;
  margin:10px 17px 0 40px;
}
#imgRod{
  position:relative;
  top: 30px;
  left:110px;
  z-index:1;
}
#imgAlex{
  position:relative;
  top: 150px;
  left:-120px;
  z-index:2;
}
#imgIan{
  position:relative;
  top: 70px;
  left:110px;
  z-index:3;
}
#imgMarquee{
  position:relative;
  top: 190px;
  left:-120px;
  z-index:4;
}
.imgRight{
  float:right;
  margin-right:0px;
  position:relative;
  top:-10px;
}


#footer{
  background:#211B38 url(../images/addressBg.gif) no-repeat center right;
  width:100%;
  height:77px;
  float:right;
  margin:10px 10px 0 0;
  text-align:right;
}
#footer p{
  margin: 23px 25px 0 0;
  line-height:16px;
}

