@charset "UTF-8";

div#info {
	background-image: url(../images/contact_cb.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

div#info p {
	height: 111px;
	display: block;
	width: 700px;
	padding: 18px 200px 0 0;
	overflow: hidden;
	font-size: 32px;
	color: #666;
	text-shadow: 0 2px 2px #fff;
}

div#main {
	background-image: url(../images/main_ct.jpg);
}

div#content div.download p {
	margin-bottom: 10px;
}

div#flash {
	border: solid 1px #ccc;
	width: 400px;
	height: 25px;
	margin-bottom: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}










div#content div.columns {
	display: block;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;	
	margin: 10px 0 20px 0;
}

div#content div.columns div {
	float: left;
}

div#content div.three {
	margin-left: 0;
}

div#content div.three li {
	line-height: 1.2;
	margin-bottom: .4em;
}

div#content div.three ul {
	margin: 0;
	width: 27%;
	padding: 0 3%;
	background-image: url(../images/column_lc.gif);
	background-position: left center;
	background-repeat: no-repeat;
	list-style-type: none;
	display: block;
	float: left;
}

div#content div.three ul.first {
	background-image: none;
	padding-left: 0;
}
