/* @group CSS 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: url(../images/karin.jpg) no-repeat 0 40px;
	font: 81.25%/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
	color: #191919;
	float: left;
	width: 800px;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

h1 {
	float: left;
	
}

p,ul,h2,table {
	clear: right;
	float: right;
	width: 26em;
	margin-top: 1.5em;
}

th {
	text-align: left;
}

span.date {
	font-size: .6em;
	color: #666;
	padding-right: 1em;
}

#logo {
	margin: 0 auto;
	display: block;
}

#menu {
	float: right;
	width: auto;
}

#menu li {
	float: left;
	font: 1.6em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding-right: 1em;
}

#menu li a {
	text-decoration: none;
	color: #000;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu a.sel {
	color: #7d2406;
}

.image_gallery {
	width: 390px;
	text-align: right;
}

.image_gallery li {
	float: left;
	padding: 0;
	margin: 0;
	line-height: 1px;
}

.player {
	width: 400px;
	float: right;
}