body 
{
	background-color: #dddddd;
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

/*
div
{
	border: 1px solid green;
}

div > div
{
	border: 1px solid red;
}
*/





/* ------------ */


#main
{
	position: relative;
	
	width: 1000px;
	height: 814px;
	
	
	margin-left: auto;
	margin-right: auto;
	
	background-color: white;
}

#header
{
	position: absolute;
	top: 57px;
	width: 1000px;
	height: 44px;
	
	text-align: center;
	
	
}

#body
{
	position: absolute;
	width: 1000px;
	
	text-align: center;
	
	
}

#artwork-nav
{
	position: absolute;
	width: 283px;
	
}

#artwork-content
{
	position: absolute;
	left: 395px;

	
}


#nav
{
	position: absolute;
	top: 718px;
	width: 1000px;
	height: 44px;
	
	
}

#footer
{
	position: absolute;
	top: 784px;
	width: 1000px;
	height: 9px;

	text-align: center;
	
}




/* NEW NAV HTML */

			div.nav
			{
	font-family: Arial, sans-serif;
				margin-left: 50px;
				
			}
			
			@media handheld, only screen and (max-device-width: 480px) {
						div.nav
						{
							/*width: 900px;*/
						}
			}
			
			div.nav ul
			{
				/*border-top: 2px solid #bfbfbf;
				border-bottom: 2px solid #bfbfbf;*/
				margin: 0px;
				padding: 0px;
				float: left;
				position: relative;
			}
			div.nav ul li
			{
				display: inline;
				padding-right: .5em;
				padding-left: .3em;
				padding-top: 7px;
				padding-bottom: 1em;
				height: 25px;
				float: left;
				position: relative;
			}
			
			div.nav ul.default li
			{
				padding-right: 0em;
				padding-left: 1.2em;
			}
			
			div.nav ul li.first
			{
				padding-left: 0em;
			}
			
			div.nav ul a
			{
				padding: 1px;
				border: solid 1px white;
				background-color: white;
				color: #bebebe;
				font-weight: bold;
				cursor: pointer;
				font-size: 20px;
				text-decoration: none;
			}
			
			div.nav ul.bigger a
			{
				font-size: 20px;
			}

			div.nav a.active,
			div.nav a:hover		{ color: #1e1e1e;}
			
			
			
			h2#exhibitions
			{
				font-family: Arial, sans-serif;
				color: #8e8d8d;
				text-align: left;
			}
			
			div.exhibitions
			{
				text-align: left;
				font-family: Arial, sans-serif;
				font-size: 12px;
				color: #8e8d8d;
				font-weight: bold;
				float: left;
			}
			
			div.exhibitions li
			{
				padding-bottom: 10px;
			}
