@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #990000;
	font-family: Georgia;
	font-size: 11px;
	background-image: url(../images/kara_2009/bg.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #mainContent .style1 {
	width: 600px;
	font-family: Georgia;
	color: #DD0F95;
}

.oneColFixCtrHdr #container {
	width: 910px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 20px auto 0;
}
.oneColFixCtrHdr #header {
	padding: 0 0px;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../images/kara_2009/7bottom.gif) no-repeat -2px top;
	margin-top: 20px;
	height: 100%;
}
#7thkara {
	background: url(../images/kara_2009/7thkarabg.gif) no-repeat;
	height: 100px;
	margin-bottom: 20px;
	width: 910px;
}

.oneColFixCtrHdr #footer {
	padding: 10px;
	font: 10px Georgia;
	color: #CCCCCC;
}
.oneColFixCtrHdr #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 */
}
.headertd {
	background: url(../images/kara_2009/7thkarabg.gif) no-repeat;
	height: 100px;
	width: 910px;
}
#featured {
	background: #990000;
	border: 2px solid #660000;
	margin-top: 20px;
	padding: 5px;
	font: 11px Georgia;
	color: #FFFFFF;
}
.footerlinks {
	font: 10px georgia;
	color: #CCCCCC;
}
h2 {
	font: bolder 10px Arial, Helvetica;
	text-transform: uppercase;
	color: #663399;
}
.oneColFixCtrHdr #container #mainContent #appeal {
	background: #FFCC00;
	padding: 5px;
	border: 2px solid #660000;
	width: 440px;
}

.oneColFixCtrHdr #container #mainContent #sidebarRight {
	float: right;
	width: 250px;
	margin-top: 25px;
}
.oneColFixCtrHdr #container #mainContent #sidebarLeft {
	float: left;
	width: 580px;
	margin-top: 20px;
	border-right: 1px solid #CCCCCC;
	padding-right: 20px;
}
.sponsortd {
	border-bottom: 1px solid #CCCCCC;
}
.oneColFixCtrHdr #container #mainContent #schedules {
	padding: 5px;
	border: 2px solid #660000;
	width: 440px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.oneColFixCtrHdr #container #mainContent #memorabilia {
	padding: 5px 110px 5px 5px;
	border: 2px solid #660000;
	width: 335px;
	margin-bottom: 20px;
	margin-top: 20px;
	background: url(../images/kara_2009/memo_bg.gif) no-repeat right top;
}
.sidebarlinks {
	font: bolder 11px Arial, Helvetica;
	text-transform: uppercase;
	color: #FFFFFF;
}
.featuredtext {
	font: 11px Georgia;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #DD0F95;
}a:link {
	text-decoration: none;
}
h1 {
	font: bold 18px Georgia;
	color: #DD0F95;
}
.headings01 {
	font: lighter 16px Arial, Helvetica;
	color: #DD0F95;
	text-transform: uppercase;
}
.filminfo {
	font: 9px Georgia;
	text-transform: uppercase;
	color: #666666;
}
.filmbody {
	font: 10px Georgia;
	color: #333333;
}
.tdfilms {
	border-bottom: 1px solid #CCCCCC;
	font-size: 10px;
	color: #333333;
}
.fwdbklinks {
	font: bold 9px Georgia;
	text-transform: uppercase;
	color: #DD0F95;
}
.bodytext {
	font: 11px Georgia;
	color: #333333;
}
.images {
	border: 2px solid #000000;
}
.headings02 {
	font: bold 14px Arial, Helvetica;
	color: #CC0000;
	text-transform: uppercase;
}
.tdawards {
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
}
