/* CSS Document ----Layout---- */
/*annetterolston.co.uk version 5
designed by Mike Fenton: www.gallerymikefenton.co.uk
-------------------*/
*{
	margin:0;
	padding:0;
	}
body{
	background-color:#ccc;/*very light*/
	}
#wrapper{
	position:relative;
	width:790px;
	margin:auto;
	padding:0px;
	background-color:#fff;
	}
	/*---------------------------container divs----------------------*/
.contentColumn{
	margin:10px 0px 10px 0px;
	padding:0px;
	float:left;
	background-color:#FFF;
	}
.contentColumnBorder{
	width:24%;
	margin:10px 0px 10px 0px;
	padding:0px;
	float:left;
	background-color:#FFF;
	border-right:1px solid #09c;
	}
.oneQuart{
	width:25%;
	}
.oneThird{
	width:33%;
	}
.oneHalf{
	width:50%;
	}
.twoThird{
	width:66%;
	}
.threeQuart{
	width:75%;
	}
.fullWidth{
	width:100%;
	clear:both;
	}
	/*----------------------FOOTER----------*/
#footer{
	clear:both;
	width:100%;/*790
	position:fixed;	
	bottom:0;*/
	border-top:1px solid #09c;
	margin:auto;
	padding:0px;
}
#footer ul{
	list-style: none;
	margin: 5px 0px 5px 0px;
	text-align:center;
	background-color:#fff;
}
#footer ul li{
	display:inline;
	padding: 0px 20px 0px 0px;
	font-size:1em;
	}
#footer ul li a{
	margin:0px 10px 0px 0px;
	padding: 0px 20px 0px 0px;
	text-decoration:none;
	/*font-size:.9em;*/
	font-weight:normal;
	}
#footer ul li a:hover{
	color:#09c;
	}
	/* -----------------positioning and other-------------*/
img{
	border:3px solid #ccc;
	padding:0px;
	margin:10px 5px 10px 5px;
	}
.imageBackground{
	padding:50px;
	background-color:#666;
	}
.borderTop{
	clear:both;
	width:95%;
	margin:auto;
	margin-bottom:10px;
	border-top:1px solid #09c;
	}
.floatLeft{
	float:left;
	}
.floatRight{
	float:right;
	}
.clearBoth{
	clear:both;
	}
.clearLeft{
	clear:left;
	}

