/* body */
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:120%;
	margin:0;
	padding:0;
	background: #7c00a2 url(/styles/layercomlife.co.uk/WebsiteTemplateA/images/gradient.jpg) 0 0 repeat-x;
	color: #FFF;
	
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

/* container - The outside of the whole page */
#container {
	width: 750px;
	/*left:50%;
	margin:0 0 0 -375px;*/
	margin:0 auto;
	position:relative;
	display: block;
	font-size: 80%;
}

/* header - the whole the header */
#header{
}

/* headerTop - the top of the header div */
#headerTop{
}

/* headerMiddle - the middle of the header */
#headerMiddle{
	background-image: url(/styles/layercomlife.co.uk/WebsiteTemplateA/images/WebsiteTemplateA_01.jpg);
	height: 150px;
	width: 750px;
}

/* headerMiddleLeft - the left part of the middle of the header */
#headerMiddleLeft{
}

/* headerMiddleMiddle - the middle part of the middle of the header */
#headerMiddleMiddle{

}

/* headerMiddleRight - the right hand part of the middle of the header */
#headerMiddleRight{

}

/* headerBottom - the bottom of header */
#headerBottom{
	height: 20px;
}

/* main - the main section of the website */
#main{
	overflow:auto;
}

/* nav - the nav menu */
#nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* navTop - the top of the nav menu */
#navTop{
}

/* navMiddle - the middle section of the nav */
#navMiddle{
	width: 100%;
	display: block;
	text-align: center;
	position:relative;
	overflow: hidden;
	border-bottom: 1px solid white;
}

/* navMiddle ul - the menu list */
#navMiddle ul{
	list-style-type: none;
	padding: 0 0 0 10px;
	width: 710px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

/* navMiddle ul li - an item of the menu list */
#navMiddle ul li {
	width: 13%;
	text-align: center;
	float: left;
	margin: 0; padding: 0;
	margin-right: 0.55em;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	background: url(/styles/layercomlife.co.uk/WebsiteTemplateA/images/bg_nav_tile.jpg) 0 0 repeat-x;
}

#navMiddle ul li:hover, #navMiddle ul li:hover a {
	background: url(/styles/layercomlife.co.uk/WebsiteTemplateA/images/bg_nav_tile_hover.jpg) 0 0 repeat-x;
}

/*navMiddle ul li a - the link of an item in the menu list */
#navMiddle ul li a{
	display: block;
	text-decoration: none;
	color:#fff;
	font-size: 120%;
	margin: 0; padding: 5px 0;
	text-decoration:none;
}

/* navMiddle ul li a.Selected - the current page */
#navMiddle ul li a.selected{
	color:#ccc;
}

/* navMiddle ul li a:hover - hover over a menu item */
#navMiddle ul li a:hover{
	color: #ccc;
}

/* navBottom - the bottom of the nav */
#navBottom{

}

/* contentFrame - the main section where the content would go */
#contentFrame{
	width: 750px;
	display: block;
	background-repeat: repeat-y;
}

#contentFrameLeft{
	height: 10px;
	background-repeat: no-repeat;
}

#contentFrameMiddle{
	padding-left:5px;
	padding-right:5px;
}

#contentFrameMiddleTitle{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#contentFrameRight{
	height: 10px;
}

/* contentText - the <p></p> around the text */
#contentText{
}

/* footer - the footer of the page */
#footer{
	clear:both;
}

#footerLeft{
	height: 20px;
}

#footerMiddle{
	height: 30px;
	background-image: url(/styles/layercomlife.co.uk/WebsiteTemplateA/images/WebsitetemplateA_12.png);
	background-repeat: no-repeat;
}

#footerRight{

}

/* */
#footerText, #lastUpdated{
	font-size:10px;
	color:#000000;
	text-align:center;
}

/* the magic fixer! */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


a img{
	border:0px;
}