/**
* @author Julian Sutter <Julian@fryewiles.com>
* @version 0.0.1 20080226 JS
* light aqua 	: #B2E2EE;
* normal aqua 	: #0C9FC1;
*
*
*
*
*/

#left-column {
	float: left;
	width: 660px;
}

.left-padder {
	padding: 15px;
}

#right-column {
	float: right;
	width: 267px;
	background-color: white;
}

body {
	color: black !important;
}

#service-box {
	padding: 10px 20px 20px 20px;
	background: url(/images/layout/sidecurves-top.jpg) bottom left no-repeat;
}

#news-box {
	padding: 0 20px;
	background: url(/images/layout/turq.jpg);
}

#news-box a {
	color: white !important;
}

#news-box a:hover {
	color: #B2E2EE !important;
}


#news-box ul {

}

#news-box li {
	margin-left: 10px;
	list-style: circle;	
	color: white;
}

#news-box h3 {
	color: white;
}

#pitch-box {
	padding: 20px 20px 10px;
	background: white url(/images/layout/sidecurves-btm.jpg) top left no-repeat;
}

.pho-column {
	background: url(/images/layout/stripe.gif) right top repeat-y;
}


