/* ///////////////////////////////////////////////////////////////////////////
   // Title		-	Stylesheet for Knollside Lodge
   // Author	-	Francis Lillie
   // Media		-	Screen
   // Date		-	24/07/2008
   /////////////////////////////////////////////////////////////////////////// */

* /* Universal selector */
{
	margin: 0 auto;
	padding: 0;
}

body
{
	padding: 30px 0;
	font: 13px Arial, sans-serif;
	text-align:	center;
}

.header1
{
	margin: 10px 0 0;
	font: 34px Arial, sans-serif;
	font-weight: bold;
	color: #000000;
}

.header2
{
	margin: 10px 0 0;
	font: 34px Arial, sans-serif;
	font-weight: bold;
	color: #99cc33;
}

.header3
{
	margin: 10px 0 0;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	color: #888888;
}

.header4
{
	margin: 10px 0 0;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	color: #99cc33;
}

.header5
{
	margin: 10px 0 0;
	font: 24px Arial, sans-serif;
	font-weight: bold;
	color: #99cc33;
}

.footer1
{
	font: 10px Arial, sans-serif;
	font-weight: bold;
	color: #888888;
}

pre, .code
{
	font: 12px "Courier New", Courier, monospace;
	color: #060;
}

pre
{
	width: 85%;
	margin: 8px 10px;
	padding: 5px;
	background: #FFF;
	left: 40px;
	position: relative;
	border:	1px dashed #D5D3C6;
}

a, a:visited
{
	font-weight: bold;
	color: #888888;
/*	text-decoration: none;
	border-bottom: 1px dashed;*/
}

a:hover
{
	color: #FF0000;
}

#layout-container
{
	width: 940px;
	height: 700px;
	text-align: left;
}
	
#layout-header-main
{
	width: 940px;
	height: 48px;
}

#layout-header-main-l
{
	width: 470px;
	padding:0px;
	float: left;
	text-align: left;
}

#layout-header-main-r
{
	margin-top: 6px;
	width: 470px;
	padding:0px;
	float: left;
	text-align: right;
}

#layout-header-main-r a, a:visited
{
	color: #99cc33;
}

#layout-header-home
{
	float: none;
	width: 940px;
	height: 183px;
	background-image: url(../images/banner-home.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
}

#layout-header-aboutme
{
	width: 940px;
	height: 183px;
	background-image: url(../images/banner-aboutme.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
}

#layout-header-corporate
{
	width: 940px;
	height: 183px;
	background-image: url(../images/banner-corporate.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
}

#layout-header-counselling
{
	width: 940px;
	height: 183px;
	background-image: url(../images/banner-counselling.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
}

#layout-header-getintouch
{
	width: 940px;
	height: 183px;
	background-image: url(../images/banner-getintouch.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
}

#layout-menu
{
	margin-top: 6px;
	border-top: 1px solid #99cc33;
	width: auto;
	height: 28px;
}

#layout-menu ul
{
	list-style-type: none;
	width: 940;
}

#layout-menu li
{
	float: left;
	width: auto;
	height: 28px;
	margin-right: 12px;
}

#layout-main
{
	width: 100%;
	height: 394px;
	clear: both;
}

#layout-main-title
{
	float: left;
	margin-left: 0px;
	width: 600px;
	height: 32px;
	margin-top: 16px;
	margin-bottom: 16px;
}

#layout-main-l
{
	float: left;
	width: 163px;
	height: 330px;
}

#layout-main-c
{
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	width: 444px;
	height: 330px;
}

#layout-main-c a, a:visited
{
	color: #99cc33;
}

#layout-main-r
{
	float: right;
	width: 293px;
	height: 394px;
}

#layout-footer
{
	width: 100%;
	height: 12px;
	clear: both;
}

#layout-footer-l
{
	float: left;
	width: 163px;
	height: inherit;
}

#layout-footer-c
{
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	width: 444px;
	height: inherit;
}

#layout-footer-r
{
	float: right;
	width: 293px;
	height: inherit;
}