/* index page column layout css */

#wrapperColumnArea {
	width: 500px;
	margin: 0 auto;
		}

#mainContent {
	width: 520px;
	float: left;
	}

.columnContainer {
	padding-top: 10px;
	margin-bottom: 10px;
		}

.table {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../../images/column_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
		}
		
.column p {
	line-height: normal;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
		}
.table  h1 {
	line-height: normal;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	background-image: none;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}
.table  h2 {
	line-height: normal;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
		}
#mainContent table  ul {
	text-decoration: none;
	font-size: 0.85em;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 6px;
	list-style-position: outside;
	list-style-type: disc;
		}
#mainContent table   ul  li {
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 0px 0px;
		}
			
 .column {
	width: 240px;
	height: 200px;
		}

#mainContent .spanTwo {
	width: 490px;
		}

.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}

/* debugging stuff */

/*#grid {
		background: url(file:///C|/a/CSS%20examples%20from%20.net/Issue%20174%20April%202008/grid.png) 50% 0 repeat-y;
		z-index: 1000;
		}*/
		
/* Debugging colours

#mainContent {
		background: orange;
		}

#sidebar {
       background: #00a651;
		}

.column {
		background: red;
		}

*/		
.indexImage {
	padding: 5px 5px 0px;
}
