#index p {
	margin-right: 5%;
	margin-left: 1%;
}
#indexgrid {
	padding-bottom: 20px;
	position: relative;
}
.index-column {
position: relative;
float: left;
height: 215px;
padding-left: 30px;

}
.index-column h3 {
margin-top: 16px;
font-size: 16px;
}
.index-column-pic {
margin-top: 16px;
text-align: center;
background-color: green;
height: 75px;
width: 220px;
}
.index-column p {
text-align: left;
line-height: 16px;
width: 200px;
clear: both;
font-size: 13px;
}
.index-link {
left: 25px;
position: absolute;
bottom: 0px;
font-weight: bold;
color: #4c4b4b;
}
#index-column-first, #index-column-second {
border-right-color: #e3dfcf;
border-right-width: 1px;
border-right-style: solid;
}
#index-3columns {
padding:0px;
			height:400px;
background-color: #F6F1DE;

}
#index #subscribebox {
	z-index: 1;
	width: 200px;
	float: right;
	padding: 0px;
	margin: 0px;
}
#index #titlebox {
	width: 600px;
	float: left;
}
#footer-wrapper {
	width: 668px;
	clear: both;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer-links {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
}
#footer-links li {
 	padding: 0px;
	background-repeat: no-repeat;
}
#footer-links li a {
	line-height: 40px;
	padding-left: 38px;
	padding-bottom: 20px;
	padding-right: 3px;
	padding-top: 3px;
	margin: 0px;
	border-width: 0px;
	background-repeat: no-repeat;
	font-weight: bold;
	height:40px;
}
#footer-links .twitter {
	background-position: 0 2px;
 	background-repeat: no-repeat;
	background-image: url(../images/twitter_32.png);
}
#footer-links .facebook {
	background-position: 0 2px;
 	background-repeat: no-repeat;
	background-image: url(../images/facebook_32.png);
}
#footer-links .linkedin {
	background-position: 0 2px;
 	background-repeat: no-repeat;
	background-image: url(../images/linkedin_32.png);
}
#footer-links .youtube {
	background-position: 0 2px;
 	background-repeat: no-repeat;
	background-image: url(../images/youtube_32.png);
}
#footer-links li a:hover {
	text-decoration: underline;
}
