/*-----------------------------------------------------------------------------
Layout Style Sheet 

version:   1.1
author:    elaine giles
website:   http://www.elainegiles.co.uk/
-----------------------------------------------------------------------------*/


/* @group Header */

#header {
background-image: url(/images/background01.gif);
background-repeat: repeat-x;
text-align: center;

}

/* @end */


/* @group Column Left */

#columnleft {
	position:  absolute;
	top: 162px;
	width: 170px;
	background-image: url(/images/left_strip.jpg);
	background-repeat: repeat-y;
}

/* @end */


/* @group Column Right */

#columnright {
	left: 78%;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	width: 200px;
	z-index: 10;
	position: absolute;
	top: 80px;
}

/* @end */


/* @group Content Blocks */

#contentwrapper {
/*	padding: 3px;*/
}

#contentleftright {
	margin: 0px 22% 0 155px;
}

#contentleftonly {
	margin-top: 0px;
	margin-right: 8%;
	margin-bottom: 0;
	margin-left: 170px;
}

#contentrightonly {
	margin: 0px 24% 0 10%;
}

#contentonly {
	margin-left: 14%;
	margin-right: 14%;
}

/* @end */


/* @group Footer */

#footer {
	font-size: .8em;
	border-color: #2F4F4F; /* Dark Slate Gray */
	border-top: solid;
	border-width: 1px;
}

/* @end */

/* My Comment */
