@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #F2F2F2;
}
#CS_Standard #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../cyclingscotland/images/Standard/repeat.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px none #333333;
}
#CS_Standard #header {
	background-image: url(../cyclingscotland/images/Standard/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 120px;
	padding: 0px;
	clear: both;
}
#CS_Standard #mainContent {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
#CS_Standard #footer {
	background-repeat: no-repeat;
	clear: both;
	padding-top: 20px;
	background-color: #F2F2F2;
	background-image: url(../cyclingscotland/images/Standard/footer.gif);
}

#CS_Standard #leftMargin {
	float: left;
	display:none; /* fixes bug in IE6 that moves float to double margin */
	width: 230px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#CS_Standard #rightMargin {
display:none;
}

#CS_Standard #rightBox {
	background-color: #E6E6FF;
	float: right;
	width: 140px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
		border: 1px solid #DEDEF6;

	
}

#CS_Standard #rightBoxwide {
	background-color: #F5F5F5;
	float: right;
	width: 200px;
	margin-left: 5px;
	border: 1px solid #DEDEF6;
	padding: 5px;
}
#cyclingscotlandlogo {
	display: none;
}

#newsCategories {
	display:none;
}
