
body{
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/tausta.jpg);
	background-repeat:repeat;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
}

.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 20px;
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #container_main {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header {
	background-image:url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	height: 125px; 
} 

.twoColFixLtHdr #header h1{
	display: none;
}

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 220px; 
	background: #EBEBEB; 
	padding: 0px;
	margin: 0px;
	
}
.twoColFixLtHdr #mainContent { 
	/* top right bottom left */
	margin: 0px;
	margin-left: 240px;
	margin-right: 20px;
	padding: 20px; 
	padding-top: 0px;
} 
.twoColFixLtHdr #footer { 
	clear: both;
	padding: 2px; 
	background-color: #b4a696;
	/*background-image:url(images/footer_BG.jpg);*/
} 

.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;
}


input {
	font-family: verdana, arial;
	font-size: 10px;
}

tr.login{
	font-family: verdana, arial;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

div#login {
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;
	float: right;
	width: 300px;
	overflow: hidden;
	color: #ffffff;
	padding: 5px;
	text-align: right;
}

div#login  a{
	color: #ffffff;
}

div#shadow_left {
	background-image: url(images/shadow_left.png); 
	background-repeat: repeat-y; 
	background-position: top left; 
	padding-left: 10px;
}

div#shadow_right {
	background-image: url(images/shadow_right.png); 
	background-repeat: repeat-y; 
	background-position: top right; 
	padding-right: 10px;
}

div#shadow_bottom {
	background-image: url(images/shadow_bottom.png);
	background-repeat: repeat-x; 
	background-position: top left; 
	height: 10px;
}

div#shadow_bottom_left {
	background-image: url(images/shadow_bottom_left.png); 
	background-repeat: no-repeat; 
	background-position: top left; 
	height: 10px; 
	padding-left: 10px;
}

div#shadow_bottom_right {
	background-image: url(images/shadow_bottom_right.png);
	background-repeat: no-repeat; 
	background-position: top right; 
	height: 10px; 
	padding-right: 10px;
}







