@charset "utf-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #333333;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 12px 20px;  /* 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;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(N/images/EmbrKont2.gif);
	background-repeat: no-repeat;
	background-position: center;
	font: normal 13px/20px Georgia, "Times New Roman", Times, serif;
} 
.twoColFixRtHdr #footer {
	width:100%;
	position:absolute;
	bottom:auto;
	left:3px;
	height:210px;
	background-image: url(N/images/bgf.gif);
	text-align: center;
	color: #674E00;
	z-index: 2;
}
#clearfooter{clear:both;height:50px;width:100%}
div>p {margin:0}

.twoColFixRtHdr #pk{
	width:182px;
	padding:7px 15px 21px;
	float:left;
	background:url(N/images/pbg.gif) no-repeat 0 0 #F7F7F7;
	color:#4B2B3E; }
.twoColFixRtHdr #pk h4{
		font-family:Georgia, "Times New Roman", Times, serif; font-size:1.4em; color:#850049; font-weight:bold; line-height:5%;}
.twoColFixRtHdr #pk h3{
		font-family:Georgia, "Times New Roman", Times, serif; font-size:0.8em; color:#4B2B3E; font-weight:normal; line-height:120%;}
.twoColFixRtHdr #pk a{
		font-family:Georgia, "Times New Roman", Times, serif; font-size:0.8em; color:#4B2B3E; font-weight:normal; line-height:120%;}
.twoColFixRtHdr #pk p{
		font-family:Georgia, "Times New Roman", Times, serif; font-size:0.8em; color:#4B2B3E; font-weight:normal; line-height:120%;}

.twoColFixRtHdr #bl{
	width:182px;
	padding:7px 15px 21px;
	float:left;
	background:url(N/images/bbg.gif) no-repeat 0 0 #F7F7F7;
	color:#364A5B; }
.twoColFixRtHdr #bl h4{
		font-family:Georgia, "Times New Roman", Times, serif; font-size:1.4em; color:#271F72; font-weight:bold; line-height:5%;}
.twoColFixRtHdr #bl a{
		font-family:Georgia, "Times New Roman", Times, serif; font-size:0.8em; color:#364A5B; font-weight:normal; line-height:120%;}

.twoColFixRtHdr #gr{
	width:182px;
	padding:7px 15px 0px;
	float:left;
	background:url(N/images/gbg.gif) no-repeat 0 0 #F7F7F7;
	color:#3D5C32;
	overflow: hidden; }
.twoColFixRtHdr #gr h4{
		font-family:Georgia, "Times New Roman", Times, serif; font-size:1.4em; color:#516D0A; font-weight:bold; line-height:5%;}
.twoColFixRtHdr #gr h3{
		font-family:Georgia, "Times New Roman", Times, serif; font-size:0.8em; color:#3D5C32; font-weight:normal; line-height:120%;}
.twoColFixRtHdr #gr a{
		font-family:Georgia, "Times New Roman", Times, serif; font-size:0.8em; color:#3D5C32; font-weight:normal; line-height:120%;}

.twoColFixRtHdr #lh{
	width:80px;
	height:180px;
	position: fixed;

	bottom: -1px;
	right: 0px;
	z-index: 0; }
.twoColFixRtHdr #lh h1{
		font-family:Georgia, "Times New Roman", Times, serif; font-size:0.8em; color:#3D5C32; font-weight:normal; line-height:120%;}

.twoColFixRtHdr #search{
	width:182px;
	float:left;
	color:#3D5C32; }
	
.twoColFixRtHdr #keyword{
	width:580px;
	height:120px;
	position: fixed;
	left: 0px;
	z-index: 0;
}
h1 {font: 100% Georgia, "Times New Roman", Times, serif; font-size:0.65em; color:#364A5B }
h2 {font: 100% Georgia, "Times New Roman", Times, serif; font-size:1.1em; color:#674E00 }
h3 {font: 100% Georgia, "Times New Roman", Times, serif; font-size:0.95em; color:#674E00; font-weight:bold }
h4 {font: 100% Georgia, "Times New Roman", Times, serif; font-size:1.6em; color:#4F3C00; font-weight:bold }
h5 {font: 100% Georgia, "Times New Roman", Times, serif; font-size:0.65em; color:#674E00; font-weight:normal }
h6 {font: 100% Georgia, "Times New Roman", Times, serif; font-size:1.6em; color:#FF9900; font-weight:bold }
p {font: 100% Georgia, "Times New Roman", Times, serif; font-size:1.0em; color:#000000; line-height:140%; letter-spacing:1.0px }

