/* CSS Document */


/* Start Header Logo*/ 
#content1 {
background-image: url(matrixlogo.gif);
background-repeat: no-repeat;
background-position: 50% 50%;  
width: 810px;
height: 150px;
margin-left: 10%;
margin-right: 10%;
color:#FFFFFF;
}/* End Header Logo*/ 

/* Start Navigation Tab*/   
ul#tabnav {
list-style-type: none;
margin-left: 10%;
margin-right: 10%;
padding-left: 20px;
padding-bottom: 12px;
border-bottom: 1px solid #F3F3FC;
font: bold 11px verdana, arial, sans-serif;
}
ul#tabnav li {
float: left;    
height: 32px;
background-color: #000033;
color: #CCCCFF;
margin: 2px 2px 0 2px;
border: 1px solid #F3F3FC;
}
ul#tabnav a:link, ul#tabnav a:visited {
display: block;
color: #CCCCFF;
background-color: transparent;
text-decoration: none;
padding: 4px;
}
ul#tabnav a:hover {
background-color: #003366;
color: #F3F3FC;
}
body#index li.index,
body#utilitywarehouse li.utilitywarehouse,
body#web li.web,
body#film li.film,
body#photography li.photography,
body#bus li.business,
body#contact li.contact,
body#sitemap li.sitemap {
border-bottom: 1px solid #F3F3FC;
color: #000000;
background-color: #F3F3FC;
}
body#index li.index a:link, body#index li.index a:visited,
body#utilitywarehouse li.utilitywarehouse a:link, body#utilitywarehouse li.utilitywarehouse a:visited,
body#web li.web a:link, body#web li.web a:visited,
body#film li.film a:link, body#film li.film a:visited,
body#photography li.photography a:link, body#photography li.photography a:visited,
body#bus li.bus a:link, body#bus li.bus a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited,
body#sitemap li.sitemap a:link, body#sitemap li.sitemap a:visited {
color: #000000;
background-color: #F3F3FC;
}/* End Navigation Tab*/ 

body {
   background-color: #000033;
   margin-left: 10%;
   margin-right: 10%;
}
/*HEADER*/
#content1 {
width:auto;
margin-left: 10%;
margin-right: 10%;
}

/* Start background Image*/
#content2 {
background-image: url(matrix.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 50%;/* End background cogs*/

padding: 10px 5px 6px 5px;
background-color: #FFFFFF; 
margin-left: 10%;
margin-right: 10%;
}

/*FOOTER*/
#footer {
		 text-align:center;
		 font-size: 100%;		
		 padding: 1%;
         margin-top: 10%;
		 margin-bottom: 50%;
		 background-color: #000033;
		 color: #CCCCFF;
				}

