body {
	margin: 0;
	padding: 0;
	background: #d6d0c6;
	font-family: helvetica, arial, sans-serif;
}

a img {
	border: none;
}

#container {
	width: 768px;
	margin: 1em auto;
	background: white;
}

#logo {
	width: 170px;
	height: 170px;
	float: left;
	background: black url(../img/background/open_eye.gif);
	z-index: 100;
}

#navigationBackground {
	position: absolute;
	top: 145px;
	width: 598px;
	height: 25px;
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://dev.openeyegallery.co.uk/img/background/navigation.png');	*/
	background: #a9a59d;	
	margin-top: 1em;
	margin-left: 170px;
	overflow: hidden;	
}

#navigationBackground[id] {
	background: url(../img/background/navigation.png);	
	background: #a9a59d;	
}

#navigation {
	position: absolute;
	top: 145px;
	height: 25px;
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/background/navigation.png');	*/
	margin-top: 1em;
	margin-left: 170px;
	overflow: hidden;
}

#navigation ul {
	margin: 0 0 0 18px;
	padding: 0;
	list-style: none;
}

#navigation li {
	height: 25px;
	line-height: 25px;
	float: left;
	margin: 0 1em 0 0;
	font-size: 80%;
}

#navigation span {
	display: none;
}

#navigation .selected {
	border: 1px solid red;
}

#navigation #nav_home {
	background: url(../img/dynamic/home.gif);

	width: 59px;
}

#navigation #nav_home img {
	width: 59px;
	height: 25px;
}

#navigation #nav_current {
	position: relative;
	left: -19px;
	background: url(../img/dynamic/currentexhibitions.gif);

	width: 158px;
}

#navigation #nav_current img {
	width: 158px;
	height: 25px;	
}

#navigation #nav_future {
	position: relative;
	left: -39px;
	background: url(../img/dynamic/futureexhibitions.gif);

	width: 147px;	
}

#navigation #nav_future img {
	width: 147px;
	height: 25px;
}

#navigation #nav_artists {
	position: relative;
	left: -59px;
	background: url(../img/dynamic/artists.gif);

	width: 75px;	
}

#navigation #nav_artists img {
		width: 75px;
		height: 25px;
}

#navigation #nav_i2 {
	position: relative;
	left: -79px;
	background: url(../img/dynamic/eye2.gif);

	width: 55px;	
}

#navigation #nav_i2 img {
	width: 55px;
	height: 25px;
}	

#navigation #nav_openeye {
	position: relative;
	left: -79px;
	background: url(../img/dynamic/openeye.gif);

	width: 81px;	
}

#navigation #nav_openeye img {
		width: 81px;
		height: 25px;
}

#navigation #nav_contact {
	position: relative;
	left: -99px;
	background: url(../img/dynamic/contactus.gif);

	width: 99px;	
}

#navigation #nav_contact img {
		width: 99px;
		height: 25px;
}

#content {
	width: 598px;
	float: right;
	padding-top: 195px;
	overflow: hidden;
}

#content p {
	font-size: 90%;	
	width: 280px;
	padding: 0 0 1em 30px;
	margin: 0;
}

#content a:link, #content a:visited {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;	
}

#leftColumn {
	position: absolute;
	top: 170px;
	margin-top: 1em;
	margin-left: -170px;
	width: 170px;
	background: silver;
}

#prop {
	float: right;
	height: 600px;
}

#prop_clear {
	height: 1px;
	clear: both;
}

#credits {
	font-family:  helvetica, arial, sans-serif;
	text-align: right;
	width: 768px;
	margin: 0 auto;	
	overflow: hidden;
	font-size: 11px;
	color: #C3BDB4;
}

#credits a, #credits a:hover, #credits a:visited {
	color: #C3BDB4;	
	text-decoration: none;
}

.clear {
	clear: both;
}
