/* Content bit */

#content {
	width: 700px;
	float: right;
}

#intro_graphic {
	width:  700px;
	height: 320px;
	background: #fff;
	background: rgba(255,255,255,0.75);
	background-image: url('/images/cc_header_2.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#intro_graphic h1 {
	text-indent: -9999px;
}

#front_container div.box {
	background: #fff;
	background: rgba(255,255,255,0.75);
	margin: 0 0 20px 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	x-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

div.box img.intro_image {
	margin: 10px 10px 0 10px;
}

div.box h2, #news h2 {
	padding: 10px 10px 10px 10px;
	color: #f30;
	font-size:  1.8em;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

#news h3 {
	color: #f30;
	padding: 0 10px 5px 10px;
	font-size:  1.5em;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

div.box p, #news p {
	padding: 0 10px 1.5em 10px;
	color: #333;
	line-height: 1.5em;
	font-size: 1.3em;
}

#col1 {
	width:  220px;
	
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
}

#col2 {
	width:  220px;
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
}

#news {
	width:  220px;
	background: #fff;
	background: rgba(255,255,255,0.75);
	float: left;
	margin: 0 0 20px 0;

	display: inline;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	x-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

a:link { color: #039; }
a:visited { color: #039; }
a:hover { color: #00f; }
a:active { color: #00f; }