body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* adjust this value to deal with frame widths' problem */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
}
.oneColFixCtrHdr #mainContent {
	padding-right: 130px;
	padding-left: 130px;
	padding-top: 15px;
	background: #000000;
	background-image:url(images/crop_fon.jpg);
	background-repeat: repeat-y;
	background-position: center top;
/*	Background-attachment: fixed; */
	min-height: 580px;
	color: #500;
	font-size: 16px;
	text-align: justify;
	text-indent: 20pt;
	overflow:hidden;
		
}

.oneColFixCtrHdr #mainContent_homepage {
	padding-right:450px;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #000000;
	background-image:url(images/crop_new_13.jpg);
	background-repeat: no-repeat;
	background-position: center top;
/*	Background-attachment: fixed; */
	min-height: 580px;
	color: #500;
	font-size: 16px;
	text-align: left;
	text-indent: 10pt;
	line-height: 16pt;
}
.oneColFixCtrHdr  h1{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 23px;
	line-height: 22pt;
}
.oneColFixCtrHdr  h2{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	line-height: 18pt;
	text-align: left;
	color: #804000;
}
.oneColFixCtrHdr #mainContent p{
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20pt;
	margin-bottom: 0px;
	margin-top: 0px;
}
.oneColFixCtrHdr #mainContent p2{
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18pt;
	margin-bottom: 0px;
	margin-top: 0px;
}
.oneColFixCtrHdr #footer {
	padding-left: 30px;
	
	background: #00000;
	background-color: #000000;
}
a {	
		color: #000000;
		visited: #123212;
		active: #333333;
		hover: #555555;
		focus: #666666;
	}
a.visited {	
		color: #000000;
}