body{
margin:0;
padding:0;
background: #000000;
line-height: 1.5em
}

h2{
border: 2px solid;
text-align: center
}

#maincontainer{
width: 1000px;
margin: 0 auto;
}

#logomenu{
margin: 0;
background: url(images/logo4.gif);
font-size: 18pt;
height: 162px
}


.innertube1{
padding: 3px 5px;
}


.innertube2{
background: #3366FF;
color: white;
height: 580px;
width:175px;
float: left;
padding: 10px;
font: bold 12px Verdana;
cursor: text
}


.innertube3{
padding: 10px 20px;
margin-left: 175px;
background: #333333;
color: white;
height: 580px;
width: 785px;
font: bold 12px Verdana;
}

.header{
font: bold 12px Verdana;
height: 70px;
padding-left: 10px;
padding-right: 10px
}

.call{
font: bold 24px Verdana;
color: #FF6600;
height: 50px
}

.aboutus{
font: bold 12px Verdana;
height: 460px;
padding-left: 10px;
}

.services{
font: bold 12px Verdana;
height: 520px;
margin-top: -60px;
padding-left: 10px
}

.area{
font: bold 12px Verdana;
height: 460px;
padding-left: 10px
}

.form{
font: bold 16px Verdana;
height: 460px;
}




.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 280px; /*offset of tabs relative to browser left edge*/
padding-top: 112px;
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #333333; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #3366FF; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #FF6600
}



#footer{
clear: left;
width: 100%;
background: #FF6600;
color: white;
font: bold 12px Verdana;
height: 25px;
text-align: center;
padding: 4px 0
}


#footer a{
color: #D0F0AB;
}


#contentcolumn{
padding: 20px 20px;
background: #333333;
color: white;
height: 800px;
font: bold 12px Verdana;
} 


