/* UAB Arnesima CSS */
body {
	margin: 0;
	padding: 0;
	position: relative;
	background-image:url(images/bggg.jpg);
}

#header {
	background-image: url(images/sprite.jpg);
	background-position: 0px 0px;
	width: 869px;
	height: 220px;
	left: 0;
	top: 0;
}

#menu {
	float: left;
	background-image: url(images/sprite.jpg);
	background-position: -120px -220px;
	width: 133px;
	height: 255px;
	padding: 30px 5px 0 20px;
}
#menu a {
	font: normal bold 14px Helvetica, Arial, Verdana;
	color: #8D4800;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#menu li {
    padding: 0 0 10px 0;
    text-transform: uppercase;
    list-style-type: none;
}

#content {
	background-image: url(images/paper.jpg);
	background-repeat: repeat-y;
	float: left;
	margin: 0 0 0 1px;
	width: 541px;
	padding: 0 25px 20px 25px;
	font: normal 12px Arial, Verdana, Helvetica;
	color: #271400;
}

#ie6bugfix {
	padding: 0 0 0 120px;
}

#stamp {
	position:absolute;
	background-image: url(images/sprite.jpg);
	background-position: -869px -70px;
	width: 50px;
	height: 120px;
	left: 869px;
	top: 70px;
}

#footer {
	position:absolute;
	background-image: url(images/sprite.jpg);
	background-position: -290px -290px;
	width: 363px;
	height: 80px;
	left: 570px;
	bottom: 0px;
}

#footer a img{
    margin: 25px 0 0 225px;
    border: 0;
}

#container {
	padding: 0 0 90px 0;
	position: relative;
}

.clr {
	clear:both;
}