/* Links */
a:link				{ color: #666666; }
a:visited			{ color: #666666; }
a:hover				{ color: #CACACA; }
a:active			{ color: #ff0000; }


/* mac hide\*/
html, body {height:100%}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* end hide */





body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:800px;/* for mozilla*/
	background-color: #ffffff;
	font-family: "lucida grande", "Lucida Sans Unicode", verdana, sans-serif; font-size: 10px; 
}

#outer{
	height:100%;
	min-height:100%;
	width:800px;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(../images/background.gif) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:626px;
}

#header{
	position:absolute;
	top:0;
	left:0px;
	width:800px;
	height:70px;
	background:#ffffff;
	background:  url(../images/background.gif) repeat-y center center;
	overflow:hidden;
	z-index:100;
}


#POPUP {
	position:absolute;
	left:10px;
	top:20px;
	width:450px;
	height:500px;
	z-index:101;
}



#id2101-masthead {
	position:absolute;
	left:23px;
	top:18px;
	width:354px;
	height:19px;
	z-index:100;
}


#home-active {
	position:absolute;
	left:416px;
	top:27px;
	width:25px;
	height:6px;
	z-index:101;
}



#EXHIBITIONS {
	position:absolute;
	left:540px;
	top:27px;
	width:53px;
	height:6px;
	z-index:101;
}



#FOCUS {
	position:absolute;
	left:568px;
	top:27px;
	width:28px;
	height:6px;
	z-index:101;
}



#LINKS {
	position:absolute;
	left:702px;
	top:27px;
	width:36px;
	height:6px;
	z-index:101;
}



#PROPOSAL {
	position:absolute;
	left:611px;
	top:27px;
	width:46px;
	height:6px;
	z-index:101;
}



#ABOUT-US {
	position:absolute;
	left:673px;
	top:27px;
	width:46px;
	height:6px;
	z-index:101;
}



#CONTACT {
	position:absolute;
	left:732px;
	top:27px;
	width:41px;
	height:6px;
	z-index:101;
}



#left {
	position:relative;/*ie needs this to show float */
	width:100px;
	background:#FFFFFF;
	float:left;
	padding-top:32px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}

#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:100px;
	background:#FFFFFF;
	float:right;
	padding-top:32px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:800px;
	clear:both;
	height:30px;
	background-color: #ffffff;
	background:  url(../images/background.gif) repeat-y center center;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:498px;
	float:left;
	padding-top:72px;
	padding-bottom:0px;/* needed to make room for footer */
}

#centrecontent p {padding-left:0px}

#current-show-details {
	position:absolute;
	left:47px;
	top:100px;
	width:307px;
	height:350px;
	text-align: left;
	line-height: 12px;  
	font-family: verdana, sans-serif;
	font-size: 11px; 
	background-color:#ffffff;
}

#current-show-LG {
	position:absolute;
	left:354px;
	top:100px;
	width:394px;
	height:350px;
	background-color:#FFFFFF;
}


#press-release {
	position:absolute;
	left:47px;
	top:450px;
	width:701px;
	height:240px;
	text-align: left;
	background-color:#ffffff;
}



#clearfooter {width:100%;height:32px;clear:both} /* to clear footer */
