
body {
 font-family: serif; 
 color: #fff; 
 background: #000;
 text-align:center; /*for IE*/
}

#main {
 text-align:left; /*for IE*/
 margin:100px auto;
 background:#eee;
 padding:10px;
 width:730px;
}

a:link { color: #ffffcc; text-decoration: none }
a:active { color: #ff0000; text-decoration: none }
a:visited { color: #ff0000; text-decoration: none }
a:hover { color: #9999ff; text-decoration: underline }

h1 {font-family:serif;margin:0;}

h2 { 
 color: #ffffff; 
 font-family: serif;
 font-size:14px; 
 font-style:italic; 
 margin: 0 0 10px 0;
}
#hiddentitletext {display:none;}

p {
 margin-top:0;
 margin-bottom:5;
 font-size:12px;
}

font.copyright {
 color: #ffffff; 
 font-family: serif; 
 font-weight: normal; 
 font-size: x-small;
 font-style: normal;
}

ul {
 list-style:none;
}

/* div classes */

.maincentre { 
 color: #fff; 
 background:#000;
 padding:10px;
 clear:both;
 font-family: serif; 
 font-size: small;
 overflow: auto;
 border-style: none;
}

.copyrightbox {
 width: 250px;
 height: 2em;
 color: #fff; 

 font-family: sans-serif; 
 font-size: x-small;
 overflow: auto;
 border-style: none;
}

/* img classes */

#gktitle {
 border: 0px;
 width:100%;
 background:#000;
 margin:0;
 padding:0;
}

.menupic {
 border:0;
 width: 100px;
 height: 90px;
 float:left;
 padding: 0 5px;
 background:#eee;
}

.hiddenmenutext {
	width:100px;
	height: 90px;
	font-size:small;
	color:#000;
	text-decoration:none;
	float:left;
	padding:5px;
}


#picturemenu {
	z-index:1;
	margin:0 auto;
	padding:0;
	width:100%;
	height:95px;
	background:#eee;
/*	border:1px solid #c39;*/
}

#picturemenu img:first-child {
	padding-left:0px;
}

#picturemenu a #wire {
	padding-right:0;
}

#textmenu {
	z-index:2;
	position:relative;
	top:-90px;
	left:-90%;
	display:none;

}

#contact {
	text-align:right;

}


/*Popup CSS for Gallery page*/
 #backgroundPopup{  
		display:none;  
		position:fixed;  
		_position:absolute; /* hack for internet explorer 6*/  
		height:60%;  
		width:60%;  
		top:200;  
		left:200;  
		background:#000000;  
		border:1px solid #cecece;  
		z-index:1;  
 }  
 #popupContact{  
 display:none;  
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height:384px;  
 width:408px;  
 background:#FFFFFF;  
 border:2px solid #cecece;  
 z-index:2;  
 padding:12px;  
 font-size:13px;  
 }  
 #popupContactClose{  
 font-size:14px;  
 line-height:14px;  
 right:6px;  
 top:4px;  
 position:absolute;  
 color:#6fa5fd;  
 font-weight:700;  
 display:block;  
 }  
