/* Chicago Irish Film Festival Website
Design  by K.Z.Hoogland
updated 2/9/2010
www.kzhdesign.com*/


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

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

.oneColFixCtr #header {
	padding: 0;
	background-color:#ffffff; 
	height: 272px; 
}


.oneColFixCtr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	height: 600px;
	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: 6px; 
}


.oneColFixCtr #mainContent {
	background-color:#ffffff;
	height: 4335px; /*regular page is 605px high*/
	/*padding-left:20px;*/
	/*padding-right:20px;*/
	/*padding-top:10px;*/
	/*padding-bottom:10px;*/
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;	/*color: #009900;*/
}

/*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{
	float: right;
	width: 506px;
	height: 4315px; /*regular page is 585px high */
	/* DARKER GRAY background: #cccccc;*/
	background: #ededed;
	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: #CCCCCC;
	}
	


.oneColFixCtr #footer {
	background-color:387c2c;
	background:#387c2c;
	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;
}
