@charset "utf-8";

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #A1A3A5;

	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

}

.kira #container {

	width: 910px;

	margin: 77px auto 0; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #A0A2A5;

	text-align: left; /* this overrides the text-align: center on the body element. */

	height: auto;

} 

.kira #header {

	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	text-align: left;

	margin: 0px;

	vertical-align: top;

	background: url(images/head.gif) no-repeat left top;

	height: 107px;

} 

.kira #header p {

	margin: 23px 0px 0px;

	padding: 0px;

}

.kira #header_homepage {

	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	text-align: left;

	margin: 0px;

	vertical-align: top;

	background: url(images/head.gif) no-repeat left top;

	height: 159px;

}

.kira #header_homepage p {

	margin: 23px 0px 0px;

	padding: 0px;

}

.kira #header_new {

	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	text-align: center;

	margin: 0px;

	background: url(images/head.gif) no-repeat left top;

	height: 107px;

}

.kira #header_new a:link {

	color: #DCDDDF;

	text-decoration:none;

	font-family:Arial;

	font-size:11pt

}

.kira #header_new a:visited {

	color: #DCDDDF;

	text-decoration:none;

	font-family:Arial;

	font-size:11pt

}

.kira #header_new a:hover {

	color: #000000;

	text-decoration:none;

	font-family:Arial;

	font-size:11pt

}

.kira #header_new a:active {

	color: #DCDDDF;

	text-decoration:none;

	font-family:Arial;

	font-size:11pt

}

.kira #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 220px; /* 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: #A1A3A5; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 9px 0px 0px 3px;

	height: auto;

}

.kira  #sidebar1  p  {

	margin: 10px 0px 27px;

	padding: 0px;

}

.kira #sidebar2 {

	float: left; /* since this element is floated, a width must be given */

	width: 220px; /* 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: #A1A3A5; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 61px 0px 0px 3px;

	height: auto;

}

.kira #sidebar2 p {

	margin: 10px 0px 27px;

	padding: 0px;

}



.kira #mainContent {

	margin: 5 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12pt;

	color: #000000;

	height: auto;

	line-height: 15pt;

	border: 1px solid #A0A2A5;

} 

.kira #mainContent_Home {

	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	padding: 0px 0 0 55px;

	border: 1px solid #A0A2A5;

	height: auto;

	background: no-repeat center top;

	font-size: 9pt;

	text-align: center;

}

.kira #container #mainContent_Home p {

	margin: 0px;

	padding: 0px;

}
.kira #mainContent_shows {
	.font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	height: 300px;
	line-height: 15pt;
	border: 1px solid #A0A2A5;
	text-align: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
.kira #container #mainContent_shows a:link {
	color: #000000;
	text-decoration: none;
	font-size: 12pt;
	line-height: 15px;
}

.kira #container #mainContent_shows a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 12pt;
	line-height: 15px;
}

.kira #container #mainContent_shows a:hover {
	color: #cccccc;
	font-size: 12pt;
	line-height: 15px;
}

.kira #container #mainContent_shows a:active {
	color: #000000;
	text-decoration: none;
	font-size: 12pt;
	line-height: 15px;
}

.kira #mainContent_new {

	margin: 5 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	color: #000000;

	height: auto;

	line-height: 14pt;

	border: 1px solid #A0A2A5;

	text-align: center;

}











.kira #footer {

	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background:#A0A2A5;

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9pt;

	color: #A0A2A5;

} 

.kira #container #footer a, a:visited, a:hover, a:active {

	color: #A0A2A5;

}



.kira #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

.kira #container #mainContent #leftColumn {

	margin: 0px 0px 0px 25px;

	width: 325px;

	clear: right;

	float: left;

}

.kira #container #mainContent #leftColumn p {

	margin: 0px;

	padding: 0px 0px 10px;

}

.kira #container #mainContent #rightColumn {

	margin: 0px;

	width: 315px;

	float: right;

	padding: 0px;

}

.kira #container #mainContent #rightColumn p {

	margin: 0px;

	padding: 0px 0px 10px;

}

