/* CSS Document */

/************* GLOBAL STYLES ************/
html, body { 
	margin:					0; 
	padding:				0; 
	border:					0; 
}

body {
	font-family:			Arial, Helvetica, sans-serif; 
	font-size:				100%;
	letter-spacing: 		-0.5px;
}

a { text-decoration: underline; color: #000;}
a:hover { text-decoration: none;}

#sponsor { padding-top: 50px; padding-bottom: 15px;}

/************* SPLASH LAYOUT ************/
#overlayWrapper img {
	position:				absolute;
	top:					0;
	left:					0;
	z-index:				1002;
	top:					50%;
	left:					50%;
	margin-top:				-264px; 
	margin-left:			-212px; 
	width:					424px;
	height:					527px;
}

#overlay {
	position:				absolute;
	top:					0;
	left:					0;
	z-index:				1000;
	width:					100%;
	height:					100%;
	background-color:		#000;
	filter:					alpha(opacity=70);
	-moz-opacity:			0.8;
	-khtml-opacity:			0.8;
	opacity:				0.8;
}

/************* COMING SOON VIOLATOR ************/

#comingSoon img {
	position:				absolute;
	top:					0;
	left:					0;
	z-index:				600;
	margin-top:				190px;
	margin-left:			650px;
	width:					108px;
	height:					109px;
}

/************* MAIN PAGE LAYOUT ************/
#wrapper {
	width:					100%;
	height:					100%;
}


#main {
	position:				absolute; 
	width:					92%;
	margin-left:			20px;
	margin-right:			auto;
}

#content {
	position:				absolute;
	width:					100%;
	margin-left:			auto;
	margin-right:			auto;
	z-index:				10;
}

#contentPadding {
	width:					940px;
}

/************* MAIN PAGE COLUMNS AND ROWS ************/

/****** 1st ROW ******/

/* header_wrapper */

#header_wrapper { 
	position:				0px;
	width:					100%;

}

/* header_col1 */

#header_col1 { 
	position:				absolute;
	float:					left;
	width:					30%;
	top:					32px;
left:						0px;	
}


/* header_col2 */

#header_col2 { 
	position:				absolute;
	float:					left;
	width:					48%;
	top:					32px;
	left:					30%;	
	
}


/* header_col3 */

#header_col3 { 
	position:				absolute;
	float:					left;
	width:					17%;
	top:					32px;
	left:					81%;	
	
}

/****** 2nd ROW ******/

/* exhibition_wrapper */

#exhibition_araki_wrapper { 
	position:				absolute;
	top:					627px;
	width:					100%;
	
}

#exhibition_mcgee_wrapper { 
	position:				absolute;
	top:					1627px;
	width:					100%;
	
}


/* exhibition_col1 */

#exhibition_col1 { 
	position:				absolute;
	float:					left;
	width:					50%;
	left:					0%;	
	
}


/* exhibition_col2 */

#exhibition_col2 { 
	position:				absolute;
	float:					left;
	width:					42%;
	left:					57%;	
}

#prev_exhib { 
	position:				relative;
	top:					1557;
	margin-left:				auto;
	margin-right:				auto;
	z-index:				250;
	
}



