/*====== RESET ======*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*======== STRUCTURE ========*/

html, body {
	width:100%;
	height:100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
body {
	font:78%/120% Arial, Helvetica, sans-serif;
	color:#000;
}
a, a:visited {
	text-decoration:underline;
	color:#000;
}
a:hover, a:active {
	text-decoration: none;
	color:#000;
}
#wrapper {
	display: block;
	margin:0 auto;
	width:780px;
	padding-bottom: 20px;
}
#header {
	display: block;
	height:95px;
	width:100%;
}
ul#languages {
	display: block;
	float:left;
	width: 100%;
	height:auto;
	padding:24px 0 32px 0;
	text-transform:uppercase;
	font-family: "Andale Mono",Monaco,'Lucida Console','Courier New',monospace;
	font-size:86%;
	line-height: 110%;
}	
ul#languages a, ul#languages a:visited {
	display: block;
	float:left;
	margin:0 12px 0 0;
	padding:0 3px;
	color:#000;
	text-decoration: none;
}
ul#languages a:hover, ul#languages #selected {
	color:#fff;
	background-color:#000;
}
#content {
	display: block;
	clear: both;
	width:100%;
}
#left {
	display: block;
	float:left;
	font-size: 120%;
	line-height:130%;
}
#left a#artwork {
	display: block;
	width:312px;
	height:435px;
	background: url(../img/artwork.jpg) no-repeat;
}
#right {
	display: block;
	margin-left: 322px;
}
ul#menu {
	display:block;
	float:left;
	width:100%;
	padding:8px 0 20px 0;
	text-transform: lowercase;
}
ul#menu a, ul#menu a:visited {
	float: left;
	margin-right:16px;
	color:#000;
	text-decoration: none;
	font-weight: bold;
	font-size:116%;
}
#menu #current {
	border-bottom: 1px solid #000;
}
#text {
	width:380px;
	margin-bottom: 20px;
}
#text p {
	margin-bottom:16px;
}
#text p.thin {
	margin-bottom: 6px;
}

/*======== INTERNE EXPLORER 7 HACKS ========*/

.ie7 ul#languages li, .ie6 ul#menu li, .ie6 ul#languages li, .ie7 ul#menu li {
	display: inline;
}

