/**
 * General CSS file for site, defines styles used on content pages
 *
 * @copyright  2009 Deckchair UK Ltd www.deckchair.co.uk
 * @author     Simon Pollard
 * @version    v1.0
*/

/* 	
General
-----------------------------------------------------------*/
div#content-with-leftmenu {
	float: right;
	width: 690px;
	padding-top: 20px;
	padding-bottom: 20px;
}
div#content-with-leftmenu p, div#content-with-leftmenu h1, div#content-with-leftmenu h2, div#content-with-leftmenu ul {
	width: 480px;
}
ol.ul-numbers {
	list-style-image: none;
	color: #383838;
	width: 450px;
	padding-left: 5px;
	margin-bottom: 10px;
}
ol.ul-numbers li {
	list-style-image: none;
}
div#content-with-leftmenu img {
	float: right;
}
div#content-right {
	width: 150px;
	float: right;
}
div#content-right img {
	margin: 20px 0 20px 0;
}

table {
	width: 480px;
	font-size: 12px;
	border-collapse: collapse;
}
td {
	padding: 5px;
	vertical-align: top;
}
td.td-spacer {
	border-bottom: #a4a3c5 1px solid;
	padding-bottom: 10px;
}
