/*------------------------------------------------------
CSS Created:	05/05/2009
CSS Author:		Alessandro Avallone
email:			alex@hmd.it
website:		hmd.it
---------------------------------------------* BODY */
html { overflow: -moz-scrollbars-vertical; }
html, body { 
	margin:0; 
	padding:0; 
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#eaf3de;
	}
/*-------------------------------------------* CLASSES */
.title      { font:normal bold 16px Arial, sans-serif; text-align:center; color:#FFFFFF; background-color:#80b63f; padding:5px; margin:10px 0px; }
.separation { width:760px; height:25px; background-image:url(images/separation.jpg); }
/*-------------------------------------------* MAIN */
#main { 
	width:848px; 
	margin:0 auto;
	position:relative;
	font:normal normal 14px Arial, sans-serif;
	background-image:url(images/main.png);
	}
#main  a       { font:normal bold 14px Arial, sans-serif; color:#999999; text-decoration:none; }
#main  a:hover { color:#000000; text-decoration:underline; }
/*-------------------------------------------* SWF */
#main #swf {
	width:803px;
	height:200px;
	margin:0 auto;
	position:relative;
	text-align:center;
	}
/*-------------------------------------------* CONTENT */
#main #content { width:760px; margin:0 auto; padding:0; }
/*-------------------------------------------* GALLERY */
#main .gallery		{ width:760px; margin:0; padding:0; }
#main .gallery	img { border:solid 1px; border-color:#d5f0b5; }
#main .gallery ul   { margin:0; padding:0; list-style:none;}
#main .gallery li   { 
	display: inline; 	
	float:left;
	padding:3px 3px 0 3px;
	margin:0 16px 0 0;
	border:solid 1px #f5f5f5;
	text-align:center;
	}
/*-------------------------------------------* FOOTER */
#footer { 
	width:850px; 
	height:180px; 
	margin:0 auto;
	position:relative;
	}
/*-------------------------------------------* FOOTER */
#credits { 
	width:800px; 
	height:50px; 
	margin:0 auto;
	position:relative;
	text-align:right;
	}
