/* CSS Document */

/* Homepage styles
----------------------------------------------- */

#contentHome h2 {
	color: #B39E3C;
	padding-bottom: 5px;
	margin-top: 0px;
	font-weight: normal;
}
.headerDescription {
	font-size: 0.92em;
	color: #666666;
	margin: 0px;	
}
#contentHome a:link, #contentHome a:visited {
	font-size: 0.92em;
}

/* Columns */
#columnOne, #columnTwo, #columnThree, #columnFour {
	float: left;
	width: 220px;
	height: 305px; /*remove this?*/
	padding-right: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	border-right: 1px dotted #999999;
}
#columnThree {	
	margin-right: 13px;
	border-right-style: none;
}
#columnFour {
	width: 170px;
	padding-right: 0px;
	margin-right: 0px;
	border-right-style: none;
}
#columnOne img, #columnTwo img, #columnThree img {
	margin-top: 3px;
	margin-bottom: 10px;
}

/* Copyright area */
#copyright {
	height: 40px;
}
