
/* Layout Stylesheet */ 

body {
 margin:0px;
 padding:0;
 background:black;
 color: #333333;
 text-align:center;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:750px;
 margin:auto;
 }

#hdr {
 height:140px;
 background-image: url(../images/header.jpg);
 color: #333333;
 }

#navigationbar {
 height:33p px;
 color: #333333;	
 padding:0;
 margin:0;
 width:750px;
 border-width: 0px;
 }

#bodyblock {
 position:relative;
 color: #333333;
 width:750px;
 padding-bottom:10px;
 margin-top: 0;
 border-top: 0px solid black;
 background:#AEAEAE;
 }
 
/* this is for pages with left colums */
#cont {
 width:590px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0;
 text-align:left; 
 padding:0px;
 margin-top:10px;
 margin-right:10px;
 margin-left:0px
 margin-bottom:0px;
 }
 
/* this is for pages without left colums */
#cont-wide {

 width:730px;
 background:#ffffff;
 color:black;
 text-align:left;
 margin-top:10px;
 margin-right:10px;
 margin-left:10px
 margin-bottom:10px;
 }
 
 /* this is for left colum pages */
#extracontent {
 float:left;
 width:129px;
 margin: 10px;
 padding: 0px;
 text-align: left;
 background:white;
 }

#ftr {
 clear:both;
 background:#AFAFAF;
 color:#D10101;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
 
#serviceimage1 {
	float:left;
	text-align:left;
	width:234px;
	height:226px;
	padding:0;
	margin:0;
	}
#serviceimage1 img {
	text-align:left;

}

#serviceimage2 {
	float:left;
	text-align:left;
	width:516px;
	height:226px;
	padding:0;
	margin:0;
	}
#serviceimage2 img {
	text-align:left;
	height:204px; 
	width:516px;
}
