/* CSS Document */
body {
	margin: 0;
	background-color: #29353C;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-attachment: fixed;
}
#header h1 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#grid-content {


}
#grid-content div {
	width: 200px;
	border: 1px solid #000000;
	background-color: #F9FAFB;
	color: #29353C;
	margin: 5px;
	padding: 3px;
}
#grid-content a {
	color: #1D88BF;
}

#grid-content div.large {
	width: 415px;
}
.img_l {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

#grid-content div h2 {
	line-height: 1.1em;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
#grid-content .large h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
}

#grid-content div p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
}
