/* Layout style sheet for gallerymikefenton.co.uk home page--------
version 6.0
author: Mike Fenton
email: mikethebarn@yahoo.co.uk
website: gallerymikefenton.co.uk
			ToC

	1. Defaults				16
	2. container divs		35
	3. Full Width Columns  	78
	4. footer				106
	5. Links				157
	6. 	Positioning			187
*/
/*-------------------DEFAULTS-----*/
*{
	margin:0;
	padding:0;
	}
body{
	background-image:url(../visuals/graphics/backgrounds/wallpaper_diagonals_graphic.gif);
	}
#wrapper{
	position:relative;
	width:790px;
	margin:auto;/*to make align central*/
	padding:0;
	background-color:#545454; 
	}
#wrapperTrans{
	width:100%;
	margin:0;
	padding:0;
	}
	/*---------------------------container divs----------------------*/
.column{
	margin:10px 0px 10px 0px;
	padding:0px;
	float:left;
	background-color:#545454;
	}
.quartContent{
	width:25%;
	}
.quartContentBorder{
	width:24%;
	border-right:2px solid #949c94;
	min-height:700px;/**/
	}
.thirdContent{
	width:33%;
	}
.thirdContentBorder{
	width:33%;
	border-right:2px solid #949c94;
	}
.halfContent{
	width:50%;
	}
.halfContentBorder{
	width:49%;
	border-right:2px solid #949c94;
	}
.twoThirdContent{
	width:66%;
	}
.twoThirdContentBorder{
	width:65%;
	border-right:2px solid #949c94;
	}
.threeQuartContent{
	width:75%;
	}
.threeQuartContentBorder{
	width:74%;
	border-right:2px solid #949c94;
	}
#introduction{
	width:347px;
	min-height:150px;
	float:left;
	background-image:url(../visuals/graphics/backgrounds/paper-background_02.png);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:2px solid #666;
	border-right:2px solid #666;
	}
/*----------------------Full Width column--------------*/
#fullWidthContent{
	clear:left;
	width:100%;
	min-height:750px;
	margin:0 0 0 0;
	padding:10px 0 0 10px;
	}/*for rollover images pages*/
#fullWidthContent ul{
	float:left;
	}
.fullWidthContent{
	clear:left;
	width:100%;
	margin:0 0 0 0;
	padding:10px 0 10px 0;
	}
.fullWidthContent ul{
	list-style:none;
	margin:0;
	padding:5px;
	text-align:center;/**/
	}
.fullWidthContent ul li{
	display:inline;
	color:#c2c8ba;
	padding:0 10px 0 10px;
	}
	/*footer--------------------------------*/
#footer{
	width:790px;
	clear:both;
	background-color:#545454;
	margin:0;
	padding:0;
	border-top:2px solid #949c94;
	}
#footer ul{
	list-style:none;
	margin:0;
	padding:5px;
	text-align:center;
	}
#footer ul li{
	display:inline;
	color:#c2c8ba;
	padding:0 5px 0 5px;
	}
#footerFull{
	clear:both;
	left:auto;
	width:98%;
	min-height:35px;
	background-color:#545454;
	margin:auto;
	padding:0;
	border-top:2px solid #949c94;
	}
#footerFull ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	}
#footerFull ul li{
	display:inline;
	color:#c2c8ba;
	}
#footerFull a:link, #footerFull a:visited{
	color:#dbd6d7;
	text-decoration:none;
	border-right: 2px solid #949c94;
	padding-right:5px;
	}
#footerFull a:hover{
	color:#000;
	text-decoration:underline;
	}
/*------------------------------TABLES----------*/
table{
	width:97%;
	margin-left:auto;
	border:none;
	}
table tr td{
	vertical-align:top;
	font-size:1.5em;
	padding:0 5px 10px 0;
	}
/*------------------------------LINKS----------*/
#link{
	width:100%;
	margin-top:0;
	padding:0 0 0 0;
	color:#c2c8ba;
	font-size: 1em;
	background-color:#545454;
	border-bottom:2px solid #949c94;
	}
#link ul{
	list-style: none;
	margin: 0 0 0 0;
	padding:5px;
	}
#link li{
	display:inline;
	}
#link a:link, #link a:visited{
	color:#dbd6d7;
	text-decoration:none;
	border-right: 2px solid #949c94;
	padding-right:5px;
	}
#link a:hover{
	color:#000;
	text-decoration:underline;
	}
	/*--------------------------positioning--------*/
.floatLeft{
	float:left;
	}
.floatRight{
	float:right;
	}
.imgFloatLeft{
	float:left;
	margin:5px;
	border:3px solid #fff;
	}
.imgFloatRight{
	float:right;
	margin:5px;
	border:3px solid #fff;
	}
.imgMargin{
	margin:10px;
	}
.divider{
	width:95%;
	margin:10px auto;
	border-top:2px solid #949c94;
	clear:left;
	}
.imgBackground{
	margin:50px auto 0px 20%;
	/*bottom:centre;
	left:0;*/
	}