/* CSS Document for Chopwell Wood Heritage Trail */
/* Created 6th February 2008 by Philip Belcher (Northern Grid) */

body {
	background-color:#FFFFFF;
	color:#000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
div#container {
	margin:0 auto 0 auto; /*Makes the top and left margins 0 and sets the sides to flexible auto*/
	width:943px;
	background:url(images/container_background.jpg) repeat-y;
	color:#000;
	}

div#container .footer {
	background:url(images/container_footer.jpg) no-repeat;
	height:50px;
	padding-left:20px;
	}
	
div#header {
	background: url(images/chopwell_header.jpg) no-repeat;
	height:143px;
	width:888px;
	margin:0 auto 5px auto;
	}

/*This is to add hidden tags to the image for google bots*/
div#header * {
	display:none;
	visibility:hidden;
	}
	
div#top_navbar {
	background:url(images/navbar_background.jpg) repeat-x;
	height:35px;
	margin:0 25px 0 25px;
	
	
	}
	
div#content_container {
	margin 0 20px 0 20px;
	padding:10px;
	color:#000;
	}

div#content_container #side_menu {
	width:119px;
	float:left;
	padding:0 0 0 10px;
	}
	
div#content_container #main_content {
	width:742x;
	float:left;
	padding:0 10px 0 10px;
	}
	
div#side_menu .heading{
	background: url(images/sidenav_header.jpg) no-repeat;
	height:23px;
	width:119px;
	padding:0 0 0 3px;
	font-weight:bold;
	}
	
div#side_menu .content{
	background: url(images/sidenav_background.jpg) repeat-y;
	padding:0 0 0 5px;
	}
	
/*Side Menu Links*/
div#side_menu .content a{
	text-decoration:none;
	font-weight:bold;
	color:#007F00;
	font-size:small;
	background:url(images/acorn_bullet.jpg) no-repeat;
	background-position:top left;
	padding-left:15px;
	}

div#side_menu .content a:hover{
	text-decoration:underline;
	color:#00DF00;
	}

div#side_menu .footer{
	background:url(images/sidenav_footer.jpg) no-repeat;
	height:21px;
	}

div#main_content{
	width:742px;
	}

div#main_content .heading{
	background:url(images/main_content_header2.jpg) no-repeat;
	height:29px;
	width:742px;
	padding:0 0 0 3px;
	font-weight:bold;
	}
	
div#main_content .content{
	background:url(images/main_content_background2.jpg) repeat-y;
	padding:3px 7px 0 7px;
	font-size:small;
	}
	
div#main_content .footer{
	background:url(images/main_content_footer2.jpg) no-repeat;
	height:64px;
	width:742px;
	}
	
.clear_div{
	clear:both;
	}
	
.centred_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:none;
	}

.regular_img{
	padding:10px 10px 10px 10px;
	border:none;
	}

a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	}

.download_link:hover{
	color:#FF0000;
	text-decoration:underline;
	}
	
.download_link{
	color:#AA0000;
	}


