﻿/* ================ */
/* = The 1Kb Grid = */     /* 14 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */


.grid_1 { width:1100px;
background-image:url('../images/home-header.jpg');
background-repeat:no-repeat;
height:366px }

.grid_2 { width:1100px;
background-image:url('../images/home-bg.jpg');
background-repeat:repeat;

 }
 
 
 .footer{ width:1100px;
 background-image:url('../images/home-footer.jpg');
background-repeat:no-repeat;
height:90px;
color:#ffffff;
font-size:11px;
text-align:center;
padding-top:25px
}
 #footer a {
		color:#fff;
		text-decoration:none;
		font-size:11px;

	}
#footer a:hover {
		text-decoration:underline;
	
}


 
.left-title {
	width:300px; 
	margin-left:200px;
	margin-top:80px;
	color:#ffffff;
	font-size:18px
}


