
img.special {border: 3px red solid;}

/****************************
 * Tag definitions 
 * **************************
 * */

/*headers*/
h1 {  
       font-size: 12pt;
       font-weight: bold;
       color: #000000; 
	}

/*links */

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

a:active { 
	color: black;
	font-weight: bold
}
     
a:hover {
	color: black;
    text-decoration: none;
	font-weight: bold 
	}


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


/*Structure elements*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
	text-align: center;
	color:transparent;
}

#header {
	width:915px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent; 
	/*color: black;*/
	position: relative;
	text-align: center;
	top:6px; 
	height:160px; 
	z-index:2
}

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


#navigation {
	width:915px;
	margin: 0 auto;
	/*background-image:pict('links.gif');*/
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center top;
	background-color: transparent; 
	border-color: black;
	border-width:thick;
	color: transparent;
	position: relative;
	text-align: center;
	top:90px; 
	height:21px; 
	z-index:3
} 




#navigation a{
	color: transparent;
}

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

#container a:link {
	color: #666666; 
	text-decoration: underline;
	font-weight: bold 

}

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

#container {
	width:915px;
	margin: 0 auto;
	background-color: transparent; 
	color: black;
	position: relative;
	text-align:left;
} 

#cinema {
	width:575px;
	margin: 0 auto;
	background-color: transparent; 
	color: black;
	position: relative;
	text-align: center;
} 

#footer {
	width:915px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}

