html{
	font:80% Tahoma,Verdana,sans-serif;
	background: #b1f971;
}
*{
	margin:0;
	padding:0;
}
.hidden{
	visibility: hidden;
}
body{
	width: 100%;
	background:#b1f971 url("../img/body.jpg") repeat-x;
	text-align:center;
}
a,a:visited {
	text-decoration:none;
	color:#808080;
}
a:hover{
	text-decoration:underline;
	color:#000;
}
input{
	width:auto;;
	color:#808080;
	margin:2px;
}

img {
	border:0px;
}
input[type="hidden"]{
 	display:none;
}
/* Tabeless CSS forms styling*/
.form{
	overflow:hidden;
	}
.form label, .form input {
	display:inline;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	color:#000;
	}
.form label {
	text-align: right;
	width: 75px;
	padding-right:20px;
	}
.form textarea{
	float:left;
	display:block;
}
.form input[type="submit"]
 {
 	height:18px !important;
 }
.form br {
	clear: left;
	}
textarea{
	font:100% Tahoma,Verdana,sans-serif;
	overflow:visible;
}
select{
	font:90% Tahoma,Verdana,sans-serif;
}
h1.title{
	padding: 60px 0px 0px 150px;
	font-size: 2.5em;
	color: #C6FFC6;
	margin: 0px;
	border: 0px;
}
h1{
	font-size:100%;
	margin-top:2px;
	margin-bottom:5px;
	border-bottom:1px solid #c1c1ff;
}
h2{
	font-size:90%;
	margin-top:5px;
	border-bottom:1px solid #c1c1ff;
	margin-bottom:5px;
}
.morelink{
	float:right;
	cursor:pointer;
}
.hidden{
	display:none;
}
.clear{
	clear:both;
	height:0;
	width:0;
}
.quote{
	font-style:italic;
}
#container{
	width:800px;
	margin:0 auto;
	text-align:left;
	background-color: ##b1f971;
}
#header{
	background:#b1f971 url("../img/header.jpg") repeat-x;
	width:800px;
	height:150px;
}
#navigation{
	background:#b1f971 url("../img/separator.jpg") no-repeat;
	width:800px;
	height:25px;
	color: #FFF;
	font-weight: bold;
	padding-left:25px;
}
#navigation a{
	color:#fff;
}
#menu {
	padding-top:2px;
	height:10px;
	width:100%;
	text-align:center;
}
#menu li{
	display:inline;
}
#body{
	background:#b1f971 url("../img/body.jpg") repeat-y;
	padding:1em;
	width:800px;
	min-height:500px;
}
#content{
	min-height:500px;
	padding:0px 3em 0px 1em;
	width:730px;
}
#content h1{
	width:90%;
}
#albume span{
	width:200px;
	height:250px;
	overflow:hidden;
	text-align:center;
	color:#808080;
	float:left;
	padding:1em;
}
.right{
	float:right;
}
#erori ul{
	list-style-type:square;
	margin-left:2em;
}
#footer{
	clear:both;
	background:url("../img/footer.jpg") no-repeat;
	width:800px;
	padding-top:30px;
	color:#808080;
	text-align:center;
}
.br{
	background-color: #f7f7f7;
}
