

/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
background:#Ffffee;	

		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colleft,
	.colmid,
	.colright {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:1em 0 1em 0;
		overflow:hidden;
  
 
}
	
	/* 3 Column settings */
	.threecol {
		background:#Ffffee;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#Ffffee;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#Ffffee;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}


	

	
	
	/* 2 Column (double page) settings */
	.doublepage {
		background:#Ffffee;		/* right column background colour */
	}
	.doublepage .colleft {
		right:50%;			/* right column width */
		background:#Ffffee;		/* left column background colour */
	}
	.doublepage .col1 {
		width:46%;			/* left column content width (column width minus left and right padding) */
		left:52%;			/* right column width plus left column left padding */
	}
	.doublepage .col2 {
		width:46%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	

/* Full page settings */
	.fullpage {
		background:#Ffffee;		/* page background colour */


border:0px;
border-style:solid;
border-bottom-color:#fff8d9; 
border-bottom-width:15px;
margin:0 0 3em 0;

	}
	.fullpage .col1 {
		width:98%;			/* page width minus left and right padding */
		left:1%;			/* page left padding */
	}

/* Start of 5 Column CSS */
#container5 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffe; /* column 5 background colour */

}
#container4 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
	background:#ffe; /* column 4 background colour */



}
#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
	background:#ffe; /* column 3 background colour */

}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
	background:#ffe; /* column 2 background colour */

}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:20%;
	background:#ffe; /* column 1 background colour */

}
#col1 {
	float:left;
	width:16%;
	position:relative;
	left:82%;
	overflow:hidden;

}
#col2 {
	float:left;
	width:16%;
	position:relative;
	left:86%;
	overflow:hidden;

}
#col3 {
	float:left;
	width:16%;
	position:relative;
	left:90%;
	overflow:hidden;

}
#col4 {
	float:left;
	width:16%;
	position:relative;
	left:94%;
	overflow:hidden;

}
#col5 {
	float:left;
	width:16%;
	position:relative;
	left:98%;
	overflow:hidden;
}



ul.mine
{
list-style-type:none;
padding:5px;
margin:5px;

 font-size: 0.9em;
font-family: verdana, arial, sans-serif;
color: #400;
  line-height: 150%;

}
li.mine
{
background-image:url(/images/bg/leafxyz.jpg);
background-repeat:no-repeat;
background-position:0px 3px; 
padding-left:17px;
color: #400;
}


.picture {  background-color: #Ffffee;
border: 1px solid #eae1ce; padding: 1px;

 font: 400 0.85em trebuchet ms, verdana, arial, sans-serif;
  line-height: 130%;
  text-align: center;
  color:#7C6E4C;
}

.picture img { border: 1px solid #eae1ce;
vertical-align:middle; margin-bottom: 3px; }

.blogpicright { margin: 15px 10px 10px 10px; float:right; }
.blogpicleft { margin: 15px 10px 10px 10px; float:left; }

