@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #999999;
	background-image: url(i/1pxtop.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 935px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(i/index_mainback.jpg);
}
.oneColFixCtrHdr #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. */
	height: 135px;
	background-color: #DDDDDD;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	color: #FFFFFF;
	font-size: 24px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

.oneColFixCtrHdr #header h1:first-letter
{
	color:#E62031;
}
.oneColFixCtrHdr .backlink {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.oneColFixCtrHdr #container #header p {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.tablebg {
	background-image: url(i/tablebg.jpg);
}
.indextable1 {
	background-image: url(i/index_table_01.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #mainContent .index_table #index_table #index_text2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.indextable2 {
	background-image: url(i/index_table_02.jpg);
}


.oneColFixCtrHdr #container #mainContent .index_table #index_table #index_text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 15px;
	line-height: 15px;
}
.oneColFixCtrHdr #container #mainContent .index_table #index_table #index_text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 20px;
	line-height: 15px;
}
#promolinky {
	margin-top: 10px;
	margin-left: 30px;
	cursor: pointer;
}


.oneColFixCtrHdr #container #mainContent .index_table #index_table {
	position: relative;
	left: 20px;
}


.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	margin: 0px;
	height: 31px;
	background-color: #DDDDDD;
	background-image: url(i/footer_index.jpg);
}
.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: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

