/*(c)2010 Arie van Boxel*/
*
{
	font: 10pt Arial, Helvetica, Geneva, sans-serif;
	color: white;
	list-style: none;	
	text-shadow: 0 2px 5px #AAA; 	
}

body
{
	background: #EEE url(../img/belaye200909.jpg) fixed center center;
}

a, a:link, a:visited
{
	text-decoration: none;
	color:#142642;
	line-height: 18px;
	padding: 2px;
	width:100%; /* IE */	
}

a:hover
{
	text-decoration: none;
	background-color: #444444;
	color: white;
	line-height: 18px;
	padding: 2px;
}

h1 
{
	background: #444444;
	opacity: 0.8;
	float: left;
	width: auto;
	font-size: large;
	font-variant: small-caps;
	padding: 4px;
}

h2 
{
	font-size: larger;
	background-color: #444444;
	font-variant: small-caps;
	margin-bottom: 5px;
	padding: 2px;
}

img {
	border-width: 0;
}

li
{
	color: #142642;
}

/*Custom classes*/

#copyright {
	text-align: right;
	text-shadow: black 1px 0 2px;
}

.header
{
	text-shadow: none;
}

.footer
{
	font-size: small;
	line-height: 18px;
}

.footerInfo
{
	font-size: small;
	color: #888;
	line-height: 18px;
	text-shadow: none;
}

div#copyright a
{
	color: white;
}

div#footerMenu a, div#footerMenu a:link, div#footerMenu a:visited 
{
	color: white;
	font-variant: small-caps;
	text-decoration: none;
	text-shadow: none;
	width:100%; /* IE */
}

div#footerMenu a:hover 
{
	color: black;
	background-color: white;
	text-shadow: none;
}

.lastClicked
{
	background-color: LightGrey;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

