/* Page Layout */
div#page { width: 1200px; background-color: #FF3366}
div#homecontent { position: absolute; top: 30px; left:430px; width:740px; height: 530px; background-color: #003366; padding: 10px; border: 10px #003366 solid;} 
div#content { position: absolute; top: 0px; left:430px; width:770px; height:1100px; background-color: #99CCFF; padding-top:20px; padding-left:20px; padding-right:40px;} 
div#header { position:absolute; top:10px; left:20px; width: 400px; height: 160px; background-image: url('http://cityfirefly.com/images/cflogosmall.jpg'); background-repeat: no-repeat; } 
div#menu { position:absolute; top:180px; left:40px; width: 350px; height: 250px; background-color: #003366; } 
div#footer { position:absolute; top:460px; left:10px; width: 400px; height: 180px; background-image: url('http://cityfirefly.com/images/fireflyskyline2.gif'); background-color: #003366; background-repeat: no-repeat; }

div#oldcontent { position: absolute; top: 30px; left:440px; width:750px; height: 550px; background-color: #6699CC; padding: 10px;} 


/* Text Styles */

.titleText
{
 font-family: Verdana;
 font-size: 16px;
 color: #003366;
 font-weight: bold;
}


.subtitleText
{
 font-family: Verdana;
   font-size: 13px;
   color: #003366;
   font-weight: bold;
}


.mainText
{
 font-family: Verdana;
   font-size: 13px;
   color: #003366;
   font-weight: normal;
}




.mainText2
{
font-family: Verdana;
   font-size: 13px;
   color: #003366;   font-weight: normal;
}
.linkText
{
font-family: Verdana;
   font-size: 13px;
   color: #003366;
   line-height: 22px;
   font-weight: normal;
}

 
.navText
{
font-family: Verdana;
   font-size: 11px;
   color: #FFFF99;
   line-height: 18px;
   font-weight: normal;
}

 
