body {
    font-size:12px;
	background-color: #545454;
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
}

#container {
    width:990px;
	margin: 0 auto;
}

#wrapper {
	background:url(/Core/Images/Template/CBW/GoldsbroughLane/images/main/background.gif) repeat-x left top;
    margin: 0 auto;
    width:990px;
	height:600px;
}
/* Safari 3 CSS Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
#wrapper {
	background: url(/Core/Images/Template/CBW/GoldsbroughLane/images/main/background.gif) repeat-x left top;
    margin: 0 auto;
    width:990px;
	height:600px;
	margin-top: -16px;
}
}
/* IE6 Only */
* html #wrapper {
    margin: 0 auto;
    width:990px;
	height:600px;
	margin-top: -143px;
}
/* IE7 Only */
*:first-child+html #wrapper {
	background: url(/Core/Images/Template/CBW/GoldsbroughLane/images/main/background.gif) repeat-x left top;
    margin: 0 auto;
    width:990px;
	height:600px;
	margin-top: -4px;
}

#content {
    width: 930px;
	padding: 0px 30px 0px 30px;
}

#heroimage {
	position:relative;
	display:block;
   	width: 990px;
	height:267px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	top: 0px;
}

#navigation {
	position:relative;
	display:block;
    width: 930px;
	height:33px;
	top:0px;
	padding: 0px 30px 0px 30px;
	background:url(/Core/Images/Template/CBW/GoldsbroughLane/images/main/nav.gif) no-repeat left top;
}

.button {
	cursor:pointer;
	height:33px;
	float:right;
}

/* ######### Main Logo CSS ######### */

#GL-Logo{
	position:relative;
	left:50px;
	top:27px;
	z-index:9999;
	height:0px;
	width:0px;
	padding:0px;
	margin:0px;
}
/* IE7 Only */
*:first-child+html #GL-Logo{
	position:relative;
	left:50px;
	top:23px;
	z-index:100;
	height:0px;
	width:0px;
	padding:0px;
	margin:0px;
}
