html, body{ 
	width: 100%;
	height: 100%;
	margin:0px; 
	padding:0px;
	background: black url(template_img/bg_header.gif);
	background-repeat: repeat-x;
	} 

a img{
	border-width: 0px;
	}

a:focus{
	outline-width: 0px;
	}

a:link, a:visited, a:active
	{
	color: #00FF00;
	text-decoration: none;
	}
	
a:hover
	{
	color: #ffffff;
	}
	
a:focus
	{
	outline: 0px;
	}

.desc a:link, .desc a:visited, .desc a:active
	{
	color: #FF66FF;
	text-decoration: none;
	}
	
.desc a:hover
	{
	color: #ffffff;
	}
	
h1{
	font-size: 13px;
	font-weight: bold;
	margin: 4px 0px 4px 0px;
	}
 

#indexbox {
	width:960px; height:400px;
	position:absolute;top:50%;left:50%;
	margin:-200px 0 0 -480px;
	}

#extended{
	background-image:url(template_img/bg_right.gif);
	background-position: right 0px;
	background-repeat:no-repeat;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
	 
#pagewidth{ 
	width:900px;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	} 
	 
#header{
	position:relative; 
	height:120px; 
	width:100%;
	background: url(template_img/logo_artquake.gif) no-repeat;
	} 
 
#leftcol{
	width:190px; 
	float:left; 
	position:relative; 
	background-image: url(template_img/bg_left.gif);
	background-repeat: no-repeat;
	color: #00FF00;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;
	}
 
#menu ul{
	list-style: none;
	margin-top: 2px;
	}

#menu li{
	margin: 0px 0px 14px 0px;
	}

#menu li a{
	color:#00FF00;
	text-decoration:none;
	}

#menu li:hover, #menu li a:hover{
	color: #ffffff;
	}
	 
#twocols{
	width:710px; 
	float:right; 
	position:relative; 
	}
 
#rightcol{
	width:170px; 
	float:right; 
	position:relative; 
	padding: 167px 0px 0px 0px !important;
	padding: 172px 0px 0px 0px;
	}
	
.banner{
	margin-bottom: 10px;
	}

#maincol{  
	float: left; 
	display:inline; 
	position: relative; 
	width:540px;
	}
 
#testo{
	width: 500px;
	margin: 125px 0px 0px 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF66FF;
	text-align: justify;
	padding: 0 0 80px 0;
	}
 
#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: black url(template_img/bg_header.gif);
	background-position: 0px -20px;
	margin-left: 215px;
	margin-top: 30px;
	padding:5px 0px 0px 5px;
	width: 500px;
	color:white;
	min-height: 30px;
	height: auto;
	}
	
#copy{
	float: left;
	margin-top: 5px;
	color: #F0F0F0;
	}
	
#xhtml{
	float:right;
	margin: 5px 4px 10px 0px;
	padding: 0px;
	}

#css{
	float:right;
	margin: 5px 5px 10px 0px;
	padding: 0px;
	}

#video{
	width: 500px;
	text-align:center;
	}
	
.didascalia{
	margin: 0px 0px 40px 0px;
	}
 
div.img{
	margin: 2px;
	border: 1px solid #333333;
	height: 200px;
	width: auto;
	float: left;
	text-align: center;
	}

div.imgpics{
	margin: 2px;
	border: 1px solid #333333;
	width: 156px;
	height: 156px;
	float: left;
	text-align: center;
	}
		
div.img img{
	display: inline;
	margin: 3px;
	border: 0px solid #ffffff;
	}
	
div.img a:hover img{
	border: 0px solid #0000ff;
	}

div.desc{
	text-align: center;
	font-weight: normal;
	width: 100% !important;
	width: 154px;
	margin: 2px;
	}

 /* Float containers fix */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
 
.clearfix{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
	}
.clearfix{
	display: block;
	}
/* End hide from IE-mac */  

/* LIGHTBOX CSS */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ 
	border: none; 
	}

#outerImageContainer{
	position: relative;
	background-color: #383838;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
	
#imageContainer>#hoverNav{
	left: 0;
	}
	
#hoverNav a{ 
	outline: none;
	}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink {
	left: 0;
	float: left;
	}
  
#nextLink { 
	right: 0; 
	float: right;
	}

#prevLink:hover, #prevLink:visited:hover {
	background: url(images/prevlabel.gif) left 15% no-repeat; 
	}
	
#nextLink:hover, #nextLink:visited:hover { 
	background: url(images/nextlabel.gif) right 15% no-repeat; 
	}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #383838;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	
	padding:0 10px; color: #00FF00; 
	}
	
#imageData #imageDetails{ 
	width: 70%; float: left; text-align: left; 
	}
		
#imageData #caption{ 
	font-weight: bold;	
	}
	
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	}
			
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;	
	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

#boxgreybox{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	background-color: #000000;
	padding: 0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF66FF;
	text-align: justify;
	}
	
.bandpic{
	width: 580px;
	padding:0px;
	margin:0px 0px 0px 12px;
	}
	
.bandinfo{
	width: 580px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 12px;
	}

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#leftcol{
	display:none;
	} 

/*hide the right column when printing*/ 
#rightcol{
	display:none;
	} 
	
#twocols, #maincol{
	width:100%; 
	float:none;
	}
}

 
