@charset "UTF-8";
/* CSS Document */
body {
	background-position:center top;
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#DDD;
}


#wrapper {
	width:1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu {
	margin-top: 240px;
	margin-left: 382px;
	float: left;
	margin-right: auto;
}

    #menu li{
	clear:none;
	list-style-type: none;
	float: left;
    }

    #menu li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	display: block;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
    }
	
    #menu li a:hover{
	background-color: #90B82A;
    }
	


#box {
	width:900px;
	margin-right: 50px;
	margin-bottom: 70px;
	margin-left: 50px;
	float: left;
	margin-top: 120px;
}

#box1 {
	width:449px;
	height: auto;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

#box2 {
	width:449px;
	float: right;
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #424242;
}

#empty {
	clear: both;
}


#footer_ {
	height:259px;
	background-image: url(images/footer.jpg);
	margin-top: 70px;
	background-repeat: no-repeat;
}


/*TEKSTIT*/

#box1 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	margin: 20px;
}

#box1 h2 {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:16px;
	color:#B38F60;
	font-style: oblique;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#box h2 {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:16px;
	color:#4D5055;
	font-style: oblique;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: center;
}

#box2 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	margin: 20px;
}

#box2 h2 {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:16px;
	color:#B38F60;
	font-style: oblique;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#footer_ p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-align: center;
	padding-top: 5px;
}
