/*---------------------------------------------* AUTHOR */
/* CSS Created:	31/10/2008
/* CSS Author:	Alessandro Avallone
/* email:		alex@hmd.it
/* website:		hmd.it
/*---------------------------------------------* GENERAL */
html { overflow: -moz-scrollbars-vertical; }
html, body { 
	margin:0; 
	padding:0;
	background-color:#c8c5b2;
	}
/*-------------------------------------------* WRAPPER */
#wrapper {
	background-image:url(../images/left-container.jpg);
	background-repeat:repeat-y;
	}
/*-------------------------------------------* HEADER */
#header-container { 
	width:100%;
	height:150px;
	background-image:url(../images/header-container.jpg);
	}
#header { 
	width:885px;
	height:150px;
	}	
/*------------------------------------------* CONTENT */
#content-container {
	width:100%;
	background-image:url(../images/content-container.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height:100%;
	}
#content {
	width:885px;
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
	}
#navbar {
	width:320px;
	height:400px;
	float:left;
	background-image:url(../images/navbar.jpg);
	font:normal bold 18px Georgia, sans-serif;
	}	
#navbar ul { list-style:none; margin:0 0 0 70px; padding:0; }
#navbar li { height:35px; }
#navbar li a {
	text-decoration:none;
	color:#FFFFFF;
	}
#navbar li a:hover   { color:#000000; }
#navbar li #current  { color:#000000; }
#main {
	width:560px;
	float:right;
	font:normal normal 16px Georgia, sans-serif;
	text-align:justify;
	}
.separation {
	width:100%;
	height:20px;
	background-image:url(../images/separation.gif);
	}
#title {
	color:#737162;
	font:normal bold 22px Georgia, sans-serif;
	text-align:right;
	}
.row                 { height:150px; }
.thumb_lateral       { width:150px; height:150px; float:left; background-image:url(../images/thumb.jpg); background-repeat:no-repeat; }
.thumb_central       { width:150px; height:150px; float:left; background-image:url(../images/thumb.jpg); background-repeat:no-repeat; margin:0 50px; }
.thumb_lateral img   { margin:15px 0 0 15px; }
.thumb_central  img  { margin:15px 0 0 15px; }
/*-------------------------------------------- FOOTER */
#footer-container {
	width:100%;
	height:150px;
	background-image:url(../images/footer-container.jpg);
	background-repeat:repeat-x;
	}
#footer { 
	margin:0;
	width:885px;
	height:150px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	font:normal bold 15px Georgia, sans-serif;
	color:#737162;
	}
#info { width:885px; padding:40px 0 0 40px;  }
#info a { text-decoration:none; color:#737162; }
#info a:hover { color:#FFFFFF;  }

