/*
	site name:			Clewlows Family Butchers
	File info:			common.css, common stylesheet file
	File date:			6/12/2006
	Author:				James Grant

	Edit date:			6/12/2006
	Edited by:			James Grant

	Notes:				scaling issue in gecko based browsers due to failure to recognise
	height:100% properly (height is incorrectly set to zero)
*/

body {
	margin:0;
	padding:0;
	background-image:url(../images/pagebg-r-x.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFCC;
	font-size:12px;
	font-family:Veranda, sans-serif;
}

p {
	text-indent:1.2em;
}


/*container for all other divs*/
div#wrapper {
	width:980px;
	height:100%;
	margin:0 auto 0 auto;
}

/*page header graphic*/
div#header {
	width:980px;
	height:150px;
	margin:0;
	padding:0;
}

/*main block containing menus and content*/
div#mainblock {
	width:100%;
	/*min-height:530px; Not needed???*/
	overflow:auto; /*IE need this to be visable, else scrollbars appear*/
	height:100%;
	margin:0;
	background-image:url(../images/bodybg.gif);
	background-repeat:repeat-y;
}


/*container for menu and awards*/
div#menuwrapper {
	width:200px;
	height:530px;
	float:left;
	clear:none;
	}

/*navigation menu*/
div#navmenu {
	width:200px;
	height:180px;
	margin: 10px 0 0 0;
	padding:20px 0 0 0;
	float:left;
	clear:left;
	background-image:url(../images/menu-top.jpg);
	background-repeat:no-repeat;
	font-family:'Times New Roman', sans-serif;
	/*font-size:2em;*/
	color:#FFFFFF;
	text-align:center;
}

/*awards menu*/
div#awardsmenu {
	width:200px;
	height:300px;
	margin:10px 0 30px 0;
	padding:0;
	
	float:left;
	clear:left;
	background-image:url(../images/menu-bottom.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
}



div#awardsmenu p {
	margin:2px 10px 2px 10px;
}

div#awardsmenu img {
	margin:2px 0 0 10px;
	padding:0;
}

/*container for actual page content
div#content {
	width:620px;
	height:100%;
	min-height:530px;
	margin:0;
	padding:0;
	float:right;
	clear:none;
}  */

/*content must be under 530px, or issues with wrapping */
/*div#content {
	width:520px;

	float:right;
	clear:none;
	margin-top:10px;
	margin-left:10px;
	padding-left:80px;
	padding-right:170px;
} */

div#content {
	clear:none;
	float:none;
	margin-left:50px;
	margin-top:10px;
	padding-left:180px;
	padding-right:170px;
	width:520px;
}

#content img {
	margin: 5px ;	
}

div#footer {
	width:100%;
	height:20px;
}

.Copyright {
  text-align:center;
  font-size:0.9em;

}
.Copyright a{
	color: #000000;
	text-decoration:none;
}

a.menu {
	color: #ffffff;
	text-decoration:none;
}
#menuwrapper a {
	color: #ffffff;
	text-decoration:none;
	font-size:2em;
	font-family:'Times New Roman', sans-serif;
}