/* Cricket Website
Design and Graphics by K.Z.Hoogland
10/2008
www.kzhdesign.com*/


@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #006600;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers.  */
	color: #000000;
	background-color: #006600;
	background-image:url(../assets/cricket_bg3_10-2.jpg);
}

.oneColFixCtr #container {
	width: 850px;
	background: #663300;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;	
	border-top: 3px solid #663300; 
	border-left: 5px solid #663300;
	border-right: 5px solid #663300;
	border-bottom: 0;
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #header {
	padding: 0;
	background-color:#663300; 
	height: 225px; 
}

.oneColFixCtr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 4px;
}


.oneColFixCtr #mainContent {
	background-color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;

}

/*textBox holds any copy in the middle of the page - it also gives a bit of white space to the left and right*/
.oneColFixCtr #textBox{
	width: 850px;	
	background: #FFFFFF;
	padding-left:20px;
	padding-right:20px;
	padding-bottom: 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	}
	


.oneColFixCtr #footer {
	background-color:663300;
	background:#663300;
	font:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF; 
	border-bottom: 0;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	font-size: 9px;
}

