body {
	margin: 0;
	padding: 0;
	background-color: #a4abab;
}

#blogi {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(blogi.jpg);
	width: 242px;
	height: 115px;
}

a {
	color: #CCCCCC;
}

#header {
	width: 100%;
	height: 103px;
	background-image: url(header_bg.jpg);
}

#bar {
	padding-top: 15px;
	width: 100%;
	background-image: url(bar.jpg);
	height: 52px;
}

#bar div {
	font-family: "Arial Black";
	font-size: 24px;
	color: #CCCCCC;
	text-align: center;
}

#bar div a {
	margin-left: 10px;
	text-decoration: none;
}

#bar div a:hover {
	color: #23c6c1;
}

#main {
	height: 650px;
}

#left {
	float: left;
	margin-left: 5%;
	width: 40%;
}

#left img {
	float: left;
	display:inline;
}

#right {
	float: right;
	width: 40%;
	margin-right: 5%;
}

#right img {
	float: right;
	display:inline;
}

#footer {
	display: block;
	clear: both;
	background-image: url(footer.jpg);
	width: 100%;
	height: 121px;
}

#footer img{
	display: inline;
	margin-left: 50px;
	margin-top: 17px;
}

#footer div {
	display: inline;
	width: 200px;
	color: #CCCCCC;
}

#allblue {
	color: #23c6c1;
}

#main a {
	color: black;
}

#main a:hover {
	color: gray;
}

#main ul {
	list-style-type: none;
	font-weight: bold;
}

#main ul li {
	margin: 8px;
}

#main ul li a {
	text-decoration: none;
}

.lista {
	margin-left: 3em;
}

#main #left p b a {
	text-decoration: none;
}
