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

body {
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: B9B1A9;
	color: #5f3209;
	
}

#kehalaius 
{
	width: 780px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.header {
	height: 110px;
	width: 780px;
}
.vasakveerg {
	background:B9B1A9; 
	float: left;
	height: 700px;
	width: 110px;
	padding-top: 100px;
}
.sisu {
	width: 460px;
	padding-left: 50px;
	background: B9B1A9;
	margin-left:110px;
	text-align:justify;
	
}
.paremveerg {
	float: right;
	height: 700px;
	width: 110px;
	padding-left: 0px;
	padding-top: 100px;
	text-align:left;
	
}
.footer {
	clear: right;
	height: 30px;
	width: 780px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
	border:0;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #5F3209;
}

