body{
	background: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
}


#wrapper{

width:960px;
margin: 0 auto;
height:auto;
text-align:left;
background:#000;

}


#mastHead{

position:relative;
width:960px;
height:200px;
background:#333;
text-align: center;
}


#navHolder{

position:relative;
float:left;
width:960px;
height:30px;
background:#0362e4;


}



#content{

position:relative;
float:left;
width:960px;
height:auto;
background:#fff;


}

#content h1{

font-weight:normal;
color:#333;
font-size:16px;
margin:30px 0 0 20px;

}


#content p{

font-weight:normal;
color:#333;
font-size:11px;
margin:10px 20px 40px 20px;
}


#subnav{
      position: relative;
		float: left;
		width: 200px;
		background: white;
		height: auto;
}


#maincontent{
         position: relative;
			float: left;
			width: 760px;
			height: auto;
			background: white;
			
}


#maincontent img{
	              position: relative;
					  float: right;
					  padding: 64px 20px 20px 20px;
}


#footer{

position:relative;
float: left;
width:958px;
height:15px;
background:#099c40;
font: 9px;
padding: 1px;
text-align: center;
color: white;

}


#footer a{
          color: white;
		  text-decoration: none;
}


#nav {
	 position: relative;
	 float: left;
	 margin: 0px;
}

#navHolder ul li{
                 list=style-type: none;
                 padding: 0;
                 margin: 0;
                 display: block;
                 float: left;	
}

#navHolder a.home {
               display: block;
               width: 88px;
               height: 30px;
               background: url(../images/inClass_03.gif) top left no-repeat; 
               text-indent: -9000px;	
}

#navHolder a.aboutus {
               display: block;
               width: 88px;
               height: 30px;
               background: url(../images/inClass_04.gif) top left no-repeat; 
               text-indent: -9000px;	
}

#navHolder a.media {
               display: block;
               width: 88px;
               height: 30px;
               background: url(../images/inClass_05.gif) top left no-repeat; 
               text-indent: -9000px;	
}

#navHolder a.service {
               display: block;
               width: 88px;
               height: 30px;
               background: url(../images/inClass_06.gif) top left no-repeat; 
               text-indent: -9000px;	
}

#navHolder a.contact {
               display: block;
               width: 88px;
               height: 30px;
               background: url(../images/inClass_07.gif) top left no-repeat; 
               text-indent: -9000px;	
}


#navHolder a:hover {
                    background-position: 0 -30px;	
}























