
body {
	font-family: serif;
	color: #000000;
	background-color: #ffffff;
	background-image: url("http://www.matteolucarelli.net/imgtree/static-demo/imgtree/bg.png");
	background-repeat: repeat-y;
}

a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color:  #add1e9;
	text-decoration: none;
	font-weight: bold;
}

/******** header section ********************/

#header{
	height: 50px;
	background-color: #add1e9;
	color: #ffffff;
	text-align: left;
}

#header h1 {
	font-size: 25px;
	font-weight: bold;
	font-variant: small-caps;
	padding:0;
	padding-left: 5px;
	margin:0;
	background-color: #006cbb;
}

#header h2 {
	font-size: 12px;
	padding:0;
	margin:0;
}

/******** menus section ********************/

#navigation{
	position: absolute;
	left: 8px;
	top: 58px;
	margin-right: 8px;
}

#navigation a:hover{
	color: #ffffff;
}

#dirmenu {
	display: block;
	clear: right;
	font-size: 10px;
	margin-top: 10px;
}

#dirmenu span{
	padding: 3px;
	display: block;
}

#backmenu{
	background-color: #add1e9;
	height: 12px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	width: 250px;
	font-variant: small-caps;
	text-decoration: underline;
}

/******** content section ********************/

#maincontent {
	text-align: left;
	margin-top: 35px;
	margin-left: 130px;
	margin-right: 50px;
}

#maincontent img{
	margin: 3px;
	border: 1px solid #000000;
}

#index{
	font-size: 10px;
}

#index div{
	text-align: left;
}

#index h4{
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #add1e9;
	margin-left: 5px;
}

#index img{
	vertical-align: top;
}

#cover img{
	border: 5px #000000 solid;	
}

#cover h3{
	font-size: 16px;
	font-variant: small-caps;
}

#thumbs {
	font-size: 8px;
}

#thumbs div{
	border-top: 1px solid #add1e9;
	text-align: left;
	margin: 10px;
}

#thumbs img{
	vertical-align: middle;
}

#slide {
	margin-left: 5px;
}

#slide img{
	border: 5px solid #000000;
}

#slidenav {
	margin-bottom: 5px;
}

#slide p{
	font-size: 10px;
}

#slide a{
	border: 1px solid #add1e9;
	padding: 1px;
}

#slide a:hover{
	background-color: #add1e9;
	color: #ffffff;
}



