/* ---- GRID Layout ---- */
.grid {
	width:650px;
}

.row12 {
	width:100%;
	margin:0 auto;
	padding:10px 0 15px 0;
	clear:both;
}

.c4 {
	width:30%;
	padding:0 3% 0 0;
	float:left;
}

.c4 img {
	padding:2px; border:1px solid #CCC;
}

.c4 p {
	text-align:center;
}

.c6 {
	width:100%;
}  

.c6 h2 {
	margin:0 0 5px 0;
}

.c12 {
	width:100%;
}

.c6.first {
	float:left;
	padding:0; 
	position:relative;
	margin: 5px 0 0 0;
}

.c6.last {
	float:left;
	margin:5px 0 0 3.5%;
	position:relative;
}

.c6 ul
{
list-style-position: inside;
}

.c6 li
{
list-style-type: disc;
}
