/*	Main 		*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 1.2;
	font-family: "dejavu sans", sans-serif;
	background: #000;
}

div#page {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	font: 100% 'DejaVu Sans', sans-serif;
	}

div#container {
	display: block;
	margin: auto;
	margin-top: 1em;
	width: 660px;
	}

H1 {
  font-size:130%;
  color:#666;
} 

H2 {
  font-size:100%;
  color:#666;
  line-height:100%;
} 

.clear_both {
	clear: both;
	}

a {
	text-decoration: none;
	color: #4C6099;
	}

a:visited {
	color: #554C99;
	}

a:active {
	color: #4C6099;
	}

a:hover {
	text-decoration: underline;
	}


/*	Images 		*/

a img, a:hover img, a:active img {
	text-decoration: none;
	border-style: none;
	}

/*	Content 		*/


.boxr {	float: right;	padding: 5px 5px 5px 5px;	}

.boxl {	float: left;	padding: 5px 5px 5px 5px;	}

.box {	padding: 10px 10px 10px 10px;
	background: #FFF;
	font : normal 100% 'DejaVu Sans', sans-serif;
	width: 300px;
	color: #000;	}

.box2 {	padding: 10px 10px 10px 10px;
	background: #151515;
	font : normal 100% 'DejaVu Sans', sans-serif;
	width: 300px;
	color: #999;	}

a#blog:link, a#blog:active, a#blog:visited {
display: block;
width: 300px;
height: 201px;
background-image: url(images/soldbooks.jpg);
background-repeat: no-repeat;
text-indent: -9999px;
} 

a#blog:hover {
background-position: -300px;
}

a#unfold:link, a#unfold:active, a#unfold:visited {
display: block;
width: 300px;
height: 201px;
background-image: url(images/sciences.jpg);
background-repeat: no-repeat;
text-indent: -9999px;
} 

a#unfold:hover {
background-position: -300px;
}

a#photo:link, a#photo:active, a#photo:visited {
display: block;
width: 300px;
height: 201px;
background-image: url(images/paradises.jpg);
background-repeat: no-repeat;
text-indent: -9999px;
} 

a#photo:hover {
background-position: -300px;
}


div#lang {
	float: right;
	}

/*	Footer 		*/

div#footer {
	font: 70% 'DejaVu Sans', sans-serif;
	color: #999;
	text-align: center;
	}

#footer li {
	display: inline-block;
	vertical-align: top;
	margin: 0 1em 0 0;
	padding: 0 0 0 0;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color: #9baae2;
	text-decoration: none;
	}


