@charset "UTF-8";
/* CSS Document */

body  {
	font: 14px Arial, Helvetica, sans-serif;
	background: #fff;
	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: #666;
}

a:link, a:hover, a:visited, a:active {
	color: #5b7fa3;
}

.twoColFixRtHdr #container { 
	width: 960px;  
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 35px 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #fff; 
	padding: 0; 
	margin: 0;
	height: 225px;
	position: relative;
	text-align: left;
} 

.twoColFixRtHdr .header-content {
	width: 960px;
	height: 225px;
	margin: 0 auto;
	text-align: left;
}


.logo {
	width: 141px;
	height: 119px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 43px;
	left: 0px;
	z-index: 5;
}

p.logo a#logo {
	display: block;
	width: 141px;
	height: 119px;
}


.silhouette {
	width: 786px;
	height: 145px;
	background-image:url(../images/silhuetti-pitka.gif);
	background-repeat: no-repeat;
	position: relative;
	bottom: 105px;
	left: 160px;
	line-height: 100%;
	margin-bottom: 0;
}


.twoColFixRtHdr #sideBar {
	float: right; 
	width: 300px; 
	padding: 0 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 330px 25px 0;
	padding: 0 20px 40px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #99d76c;
} 
.twoColFixRtHdr #footer { 
	padding: 5px 0 0 0; 
	border-top: 1px solid #99d76c;
	text-align: center;
	height: 65px;
	background-image:url(../images/footer_bg.gif);
	background-repeat: repeat-x;
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	color: #5b7fa3;
	
}
.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 { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


