body {
	font: 10px helvetica, arial, sans-serif;
	text-transform: uppercase;
}
	a {
		background: #fff no-repeat top left;
		float: left;
		text-indent: -99999px;
	}
		a:hover, a:focus, a:active, a.active {
			background-position: bottom left;
		}
	h1, h1 a {
		height: 30px;
		margin-bottom: 13px;
		width: 293px;
	}
		h1 a { background-image: url(../img/logo.png); }
		h1 a:hover, h1 a:focus { background-position: top left; }
		h1 span { display: none; }

#container {
	margin: 0 auto;
	height: 600px;
	width: 900px;
	padding: 90px 50px 30px;
}
	#header {
		height: 52px;
		margin-top: -65px;
		padding-bottom: 13px;
	}
		#nav { height: 9px; }
			#nav li {
				float: left;
				padding-right: 10px;
			}
			#nav a { height: 9px; }
				a#aw {
					background-image: url(../img/link_aw.png);
					margin-right: 17px;
					width: 39px;
				}
				a#press {
					background-image: url(../img/link_press.png);
					width: 34px;
				}
	#left {
		float: left;
		height: 100%;
		margin-left: -25px;
		overflow: hidden;
		position: relative;
		width: 20px;
	}
		a#email {
			background-image: url(../img/link_email.png);
			bottom: -4px;
			height: 148px;
			position: absolute;
			width: 15px;
		}
			a#email:hover {
				background-position: top right;
			}
		#left img {
			bottom: 155px;
			position: absolute;
		}
	#main {
		float: left;
		height: 100%;
	}
		#main.gallery {
			width: 39%;
		}
	#right {
		float: left;
		height: 100%;
		position: relative;
		padding-left: 9px;
	}
		#rt, #lt {
			clear: both;
			height: 8px;
			padding: 5px;
			position: absolute;
			width: 9px;
		}
			#rt {
				background-image: url(../img/link_rt.png);
				bottom: 19px;
			}
			#lt {
				background-image: url(../img/link_lt.png);
				bottom: 0px;
			}
		ul#pressList {
			bottom: 0;
			position: absolute;
		}
			#pressList li {
				height: 15px;
				padding-bottom: 2px;
			}
				#pressList li.last {
					margin-bottom: -4px;
					padding-bottom: 0;
				}
			#pressList a {
				height: 15px;
				width: 250px;
			}
			a#guardian { background-image: url(../img/press_guardian.png); }
			a#wonderland { background-image: url(../img/press_wonderland.png); }
			a#lynn { background-image: url(../img/press_lynn.png); }
			a#styleiste { background-image: url(../img/press_styleiste.png); }
			a#showstudio { background-image: url(../img/press_showstudio.png);	}
			a#dazed { background-image: url(../img/press_dazed.png); }
