/* body */
body{
	background-color:#ffffff;
	font-family:Arial,Helvetica,sans-serif;
	line-height:120%;
	margin:0;
	padding:0;
	
}

/* container - The outside of the whole page */
#container {
	width:700px;
	margin: 0 auto;
}

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

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

/* headerMiddle - the middle of the header */
#headerMiddle{
}

/* 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{
}

/* main - the main section of the website */
#main{
}

/* nav - the nav menu */
#nav{
	display: none;
}

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

/* navMiddle - the middle section of the nav */
#navMiddle{
}

/* navMiddle ul - the menu list */
#navMiddle ul{
}

/* navMiddle ul li - an item of the menu list */
#navMiddle ul li{
}

/*navMiddle ul li a - the link of an item in the menu list */
#navMiddle ul li a{
}

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

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

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

}

/* contentFrame - the main section where the content would go */
#contentFrame{
}

#contentFrameLeft{
	background-image:url(/styles/ecobingo.co.uk/EcoBingoUC/images/UnderConstruction.jpg);
	background-position:left top;
	height:400px;
	width:700px;
}

#contentFrameMiddle{
	display: none;
}

#contentFrameMiddleTitle{
	display: none;
}

#contentFrameRight{
}

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

/* footer - the footer of the page */
#footer{
}

#footerLeft{
}

#footerMiddle{
}

#footerRight{

}

/* */
#footerText, #lastUpdated{
	text-align: center;
	font-size: 0.8em;
}

/* the magic fixer! */
.clearfix:after {
}

a img{
	border:0px;
}
