        /* GLOBAL STYLES */
        html {
            margin: 0;
            padding: 0;
        }
        body {
            font-size: 62%;
            background-color: #929292;
            font-family: Arial, Helvetica, sans-serif;
            text-align: center;
            margin: auto;
            height: 100%;
        }
		h1, h2, h3, h4, h5, h6 {
            color: #000;
			font-size: 17px;
			margin: 0; padding: 0;
        }
        h1 {
			margin: 10px 0;
			color: #666666;
        }
        h2 {
			color: #3da46d;
        }
        p {
            font-size: 1.3em;
			color: #666666;
        }
        li {
		   font-size: 1.3em;
		   color: #666666;
		   margin-bottom: 5px;
	    }
        a { 
			text-decoration: none;
			color: #3da46d;
			font-weight: bold;
		}
		a:hover {
			text-decoration: underline;
		}
        img { 
			border: none; 
		}
		/* LAYOUT CONTAINERS */
        .background_wrapper {
            background: #929292 url(http://www.wisdencricketer-magazine.co.uk/themes/default//images/background.png) top repeat-y;
            height: 100%;
        }
		#header {
			background: transparent url(http://www.wisdencricketer-magazine.co.uk/themes/default//images/header.jpg) top no-repeat;
			width: 960px; height: 128px;
		}
		#container {
			background: url(http://www.wisdencricketer-magazine.co.uk/themes/default//images/container_background.png) repeat-y;
			margin-bottom: 2px;
		}
		/* container used for two_col layout */
		#container_nobg {
			margin-bottom: 2px;
		}
		#navigation {
            float:left;
			background: #fffbec;
			clear: left;
        }
        #main_column{
            float: left;
            width: 464px;
			margin: 0 8px 0 9px;
			padding: 0 21px 20px 13px;
			border-left: 1px solid #d5d5d5;
			border-right: 1px solid #d5d5d5;
        }
		/* main content is used on the two_col layout */
		#main_content {
			float: left;
			width: 727px;
			padding: 0 0 20px 13px;
			margin: 0 0 0 9px;
			border-left: 1px solid #d5d5d5;
			border-right: 1px solid #d5d5d5;
		}
		#content_right {
			float: left;
			width: 234px;
			background: #e8f3eb;
			padding-bottom: 20px;
		}
        .two_column_mid {
            width: 730px;
        }
		.content {
			border-top: 6px solid #ffd51d;
			padding-top: 6px;
		}
        #wrapper {
            width:960px;
            margin:0 auto;
            padding: 8px 10px 0 10px;
            text-align: left;
        }
		div#footer {
            clear:both;
            background: #e4e4e4 url(http://www.wisdencricketer-magazine.co.uk/themes/default//images/footer_logo.png) left top no-repeat;
			border-top: 4px solid #3da46d;
			height: 6px;
			padding: 33px 11px 6px 115px;
        }
		div#jffooter {
            margin: auto;
            text-align: center;
            width: 350px;
            height: 50px;
            position: relative;
        }
        #jf_footer_link {
            display: block;
            width: 305px;
            height: 50px;
            background: #e4e4e4 url(http://www.wisdencricketer-magazine.co.uk/themes/default//images/jf_footer.png) top ;
        }
        #jf_footer_link span {
            display: none;
        }
		/* CONTAINER ELEMENTS */
		.homepage_link {
			width: 312px;
			height: 123px;
		}
		.content p {
			font-size: 1.2em;
		}
		.content_header {
			color: #666666;
		}
		.cta {
			margin-top: 23px;
		}
		.left_menu {
            margin: 0; padding: 0;
            text-align: left;
			width: 209px;
        }
        .left_menu li {
            list-style: none;
            background: url(http://www.wisdencricketer-magazine.co.uk/themes/default//images/nav_background.png) repeat-x;
			font-weight: bold; font-size: 12px;
			margin-bottom: 3px;
        }
        .left_menu li a {
            display: block;
            color: #fff;
			height: 16px;
            padding: 4px 7px;
        }
		.left_menu li a:hover, .left_menu li a.nav_selected {
			color: #000;
			text-decoration: none;
		}
		p.nav_heading {
			background: url(http://www.wisdencricketer-magazine.co.uk/themes/default//images/nav_header_background.png) repeat-x;
			color: #ffd520;
			height: 16px;
			padding: 4px 7px;
			font-weight: bold;
			margin: 0;
			width: 195px;
		}
		div.nav_image {
			margin: 15px 0 10px;
		}
		div.strap {
			background: #ffd61e;
			padding: 4px 11px;
			margin-bottom: 23px;
			width: 938px; height: 12px;
			color: #2e9c63;
			clear: both;
	    }
		.breadcrumb {
			margin-left: 160px;
		}
		.right_header {
			background: url(http://www.wisdencricketer-magazine.co.uk/themes/default//images/nav_background.png) repeat-x;
			color: #FFF;
			font-weight: bold;
			font-size: 12px;
			height: 16px;
			padding: 4px 7px;
			margin: 0 0 7px;
		}
        .body_link {
            color: #9dba5d;
            font-weight: bold;
        }
		div.footer_links {
		   margin-top: -5px;
	    }
	   .footer_links a {
		   margin: 0 15px 0 15px;
		   color: #000;
		   font-size: 11px; font-weight: bold;
	   }
        .footer_list {
            margin-left: 20px;
            margin-top: 15px;
            color: #000;
			font-size: 11px;
			font-weight: bold;
        }
        .footer_list ul li {
            margin-right: 20px;
        }
		
		.supp_download {
			width: 315px;
			float: left;
			margin: 0 10px 10px 0;
			background-color: #e4e4e4;
			min-height: 250px;
		}
		.supp_download p {
			padding: 0; margin: 0;
			margin: 10px;
			float: left;
			width: 137px;
		}
		.supp_download h3 {
			padding: 0;
			margin: 0;
			padding: 10px;
		}
		.supp_download a.imgdownload {
			float: right;
			margin: 5px;
			background: #CCCCCC;
		}
		.information {
			color: #FF0000;
			font-size: 20px;
			clear: both;
		}
		/* UTILITY CLASSES */
		/* Common elements, extend these, don't create new ones */
        .clearfix:after {/* slightly enhanced, universal clearfix hack */
            visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;
        }
        .clearfix { 
			 display: inline-block; 
		}
        /* start commented backslash hack \*/ * html .clearfix { height: 1%; }
        .clearfix { 
		     display: block; 
		} /* close commented backslash hack */
        .float_left { 
			float: left;
		}
        .float_right { 
			float: right;
		}
		.tac {
			text-align: center;
		}
		.db {
			display: block;
		}
		.di {
			display: inline;
		}
		
		/* CMS OVERRIDE CLASSES*/
		div.ccm-block-arrange, div.ccm-block {
			margin-right: -8px;
		}
      