@charset "utf-8";
/* This is the main css file for the CSS based (div structure) lookingup website. 
This code has been written by Linda Wright - it is nothing special but it has taken weeks to write - so it is copyrighted and may not be re-used without permission*/
/* CSS Document */

/*------------wildcard selector---------------------*/
*    {
	margin: 0px;  /*this removes the default margins on different browsers*/
	padding: 0px; 
}


body {
	background-color:#000;
	background-attachment: fixed;
	text-align: center;  /*according to movie 4*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*---------------wrapper-----------------*/

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left; /*to accommodate IE6*/
	background-color:#000;
}

/*---------------main divs-----------------*/

#Main{
	width:980px;
	}
	
#Topleft {
	width:400px;
	height:50px;
	float:left;
	padding-top:10px;
	}
	
#Toprt {
	width:440px;
	height:50px;
	float:left;
	padding-top:5px;
	}

#Left {
	width:100px;
	padding-left:20px;
	float:left;
	line-height: 61px;
	}
	
#Right {
	width:840px;
	float:left;
	}
	
#lcol{
	float:left;
	}/*column on left side of anything*/
	
#rcol{
	float:right;
	}/*column on right side of anything*/
	
	
#Thumb {
	width: 200px;
	margin-right: 50px;
	float:left;
	}
	
#Gal_hed {
	width:840px;
	float:left;
	}
	
#Menu {
	width:980px;
	margin-top:28px;
	margin-bottom:15px;
	}

#Men_link {
	float:left;
	width:100px;
	text-align:center;
	}
	
#Men_link_s {
	float:left;
	width:90px;
	text-align:center;
	}

#Sector {
	float:left;
	width:360px;
	text-align:justify;
	padding: 30px;
	;
	}

#Logo {
	width:100px;
	float:left;
	padding-left:20px;
	padding-top: 8px;
	}
	
#logo{
	float:left;
	}
	

#Clear {
	clear: both;
}

/*---------------footer divs-----------------*/
#Footer {
	width:980px;
	height:30px;
	}

#f1date {
	float: left;
	width:295px;
	padding-left:20px;
	padding-top:5px;
}
#f2cntr {
	float: left;
	width:320px;
	text-align:center;
	padding:5px;
}
#f3lw {
	float: left;
	width:315px;
	text-align:right;
	padding:5px;
}
/*----------------text---------------------*/

.tophead {
	font-size:28px;
	color: #999;
	letter-spacing: 7px;
}

.topsub {
	font-size:20px;
	color: #666;
	letter-spacing: 2px;
	text-align:right;
	}

.gall_hed {
	text-align:right;
	text-shadow: #080808;
	font-size:36px;
	color:#333;
	}
	
.main {
	font-size:12px;
	color:#999;
	text-align: left;
	}
	
.bold {
	font-size:14px;
	color:#9F9F9F;
	font-weight:bold;
	}
	
.tiny {
	font-size:4px;
	}
	
.hid {
	color:#000001;
	font-size:3px;
	 }
	 
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999;
}


/*----------------links---------------------*/ 

a:link {
	text-decoration: none; /* to stop default link colours and underlining*/
	color: #A3A3A3;
	font-weight:normal;
}

a:hover {
	text-decoration: none; 
	color: #CCC;
}

a:active {
	text-decoration: none;
	color: #999;
	font-weight:normal;
}

a:visited {
	text-decoration: none;
	color: #999;
	font-weight:normal;
}

a img { border:none; }
