body {
	color:#b8a808;
	background-color:#110519;
	line-height:130%;
    background:url("../images/background.gif") no-repeat scroll right top #000000;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
.capital{
	/*font-size:22px;*/
}


a.item img{
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
-khtml-opacity: 0.8;
border:solid 1px #d7d4cb;
}
a.item img:hover{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;
border:solid 1px #e0d80c;}

a.nav2{
	color:#b8a808;
	font-size:16px;
	font-style:italic;
	text-decoration:none;
}
a.nav2:hover{
	color:#e0d80c;
}
a.nav1{
	color:white;
	font-size:16px;
	font-style:italic;
	text-decoration:none;
}
a.nav1:hover{
	color:white;
}
a.link {
	color:#b8a808;
	font-size:14px;
	font-style:italic;
	text-decoration:none;
}
a.link:visited {
	color:#b8a808;
	font-size:14px;
	font-style:italic;
	text-decoration:none;
}
a.link:hover{
	color:#e0d80c;
}

