/* body */
body{ 
	background:url(/styles/sunderlandbeer.co.uk/WebsiteTemplateB/images/background.jpg)0 0 repeat-y;
	font-family:Arial,Helvetica,sans-serif;
	line-height:120%;
	margin:0;
	padding:0;
	background-repeat:repeat;

	
}

/* container - The outside of the whole page */
#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:80%;
	width: 1080px;
	/*left:50%;
	margin:0 0 0 -375px;*/
	margin:0 auto;
	position:relative;
	display: block;

}

/* 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/sunderlandbeer.co.uk/WebsiteTemplateB/images/header.jpg);
	height: 242px;
	width: 1080px;
}

/* 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{
	overflow:auto;
	background:url(/styles/sunderlandbeer.co.uk/WebsiteTemplateB/images/background.jpg)0 0 repeat-y;

	
}

/* nav - the nav menu */
#nav{
	float:left;
	left:10px;
	min-height: 100px;
	width: 290px;
	position:static;
	padding-top:-30px;
}

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

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

/* navMiddle ul - the menu list */
#navMiddle ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width:290px;

}

/* navMiddle ul li - an item of the menu list */
#navMiddle ul li{
	background-image: url(/styles/sunderlandbeer.co.uk/WebsiteTemplateB/images/button.jpg);
	background-repeat: no-repeat;
	height:38px;
	padding-top:20px;
}

/*navMiddle ul li a - the link of an item in the menu list */
#navMiddle ul li a{
	color:#fff;
	font-size:14px;
	margin-left:85px;
	text-decoration:none;
}

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

/* navMiddle ul li a:hover - hover over a menu item */
#navMiddle ul li a:hover{
	font-weight: bold;
	color: #000;
}

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

}

/* contentFrame - the main section where the content would go */
#contentFrame{
	width: 780px;
	float:right;
	min-height:300px;
	padding-left:10px;
	background-position:top;
	margin-top:-33px;


}

#contentFrameLeft{
	

}

#contentFrameMiddle{
	width: 780px;
	float:right;
	min-height:300px;
	background-color:#FFF;
	background-image: url(/styles/sunderlandbeer.co.uk/WebsiteTemplateB/images/contentrepeat.jpg);
	background-repeat:repeat-y;
	
	

}

#contentFrameMiddleTitle{
	color:#FFF;

}

#contentFrameRight{
	width: 780px;
	float:right;
	background-image: url(/styles/sunderlandbeer.co.uk/WebsiteTemplateB/images/contentbot.jpg);
	height:186px;
	background-repeat:no-repeat;
	background-position:bottom;
	
	
}

/* contentText - the <p></p> around the text */
#contentText{
	padding-left:10px;
}

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

#footerLeft{

}

#footerMiddle{
	
}

#footerRight{

}

/* */
#footerText, #lastUpdated{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}

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

a img{
	border:0px;
}

