body {
	 width: 924px;
	 text-align: center;
	 margin: 0px auto;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 color: #666666;
	 background-color: #313131;
	 }
	 
p {
  margin: 0px;
  padding: 0px;
  }
  
h1 {
   padding: 0px;
   margin: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight: bold;
   }
   
#row1 {
	  width: 924px;
	  height: 111px;
	  }
	  
.image_home {
			float: left;
			padding-right: 7px;
			}
			
.image_about {
			 float: left;
			 margin-right: 7px;
			 }
	  
.image1 {
		width: 216px;
		height: 111px;
		float: left;
		background-image: url(images/new_01.jpg);
		}
		
.image2 {
		width: 460px;
		height: 111px;
		float: left;
		background-image: url(images/new_02.jpg);
		}
		
.image3 {
		width: 248px;
		height: 111px;
		float: left;
		background-image: url(images/new_03.jpg);
		}
		
#row2 {
	  width: 924px;
	  height: 63px;
	  clear: left;
	  }

.image4 {
		width: 462px;
		height: 63px;
		float: left;
		}
		
.image5 {
		width: 462px;
		height: 63px;
		float: left;
		}
		
#row3 {
	  width: 924px;
	  height: 376px;
	  clear: left;
	  }
	  
.row3left {
		  width: 65px;
		  float: left;
		  }
		  
.image6 {
		width: 65px;
		height: 188px;
		}
		
.image9 {
		width: 65px;
		height: 188px;
		}
		  
.row3center {
			width: 794px;
			height: 376px;
			float: left;
			background-color: #FFFFFF;
			text-align:left;
			}
			
.row3right {
		   width: 65px;
		   float: left;
		   }
		   
.image8 {
		width: 65px;
		height: 188px;
		}
		
.image10 {
		width: 65px;
		height: 188px;
		}
		   
#row4 {
	  width: 924px;
	  height: 63px;
	  clear: left;
	  }

.image11 {
		 width: 462px;
		 height: 63px;
		 float: left;
		 }
		
.image12 {
		 width: 462px;
		 height: 63px;
		 float: left;
		 }
		 
#row5 {
	  width: 924px;
	  height: 40px;
	  float: left;
	  padding-top: 20px;
	  background-image: url(images/new_13.jpg);
	  }
	  
#titles {
		background-color: #333333;
		font: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FFFFFF;
		height: 20px;
		text-align: center;
		padding: 10px 0px 0px 0px;
		}
		
a:link {
	   color: #7b76c8;
	   text-decoration: none;
	   }
	   
a:visited {
			color: #7b76c8;
			text-decoration: none;
			}
	   
a:hover {
	   color: #7b76c8;
	   text-decoration: underline;
	   }
		
