/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */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 {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

body {
	background: #fff;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-top: 40px;
}
.links a {
	color: #666;
	display: block;
	padding: 4px;
	text-decoration: none;
}
.links a:hover {
	background: #999;
	color: #333;
}
#container { 
	margin: 0 auto;
	width: 950px;
}
#handnav {
	background: #fff url(images/bg-hands-green.jpg) -25px 0 no-repeat;
	float: left;
	height: 560px;
	padding-top: 20px;
	width: 650px;
}
#handnav li {
	margin-left: 300px;
	margin-top: 5px;
}
#handnav li a {
	display: block;
	height: 85px;
	text-indent: -9999px;
	width: 300px;
}
#handnav li#handfilm a {
}
#handnav li#handmusic a {
	margin-top: 10px;
}
#handnav li#handphotos a {
	height: 75px;
}
#handnav li#handpainting a {
	height: 75px;
}

ul#handfilm { background-position: -675px 0; }
ul#handmusic { background-position: -1325px 0; }
ul#handphotos { background-position: -1975px 0; }
ul#handpaintings { background-position: -2775px 0; }

.links {
	float: left;
	list-style: disc;
	width: 250px;
}
#filmlink {
	margin-top: 10px;
}
#musiclink {
	margin-top: 90px;
}
#photolink {
	margin-top: 205px;
}
#paintinglink {
	margin-top: 410px;
}
#selector {
	float: left;
	left: 2px;
	position: relative;
	top: 210px;
}
#selector li {
	margin: 2px;
}
#selector li a {
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 25px;
}
#green a {
	background: #67A64B;
}
#red a {
	background: #C25268;
}
#blue a {
	background: #55759B;
}
#grey a {
	background: #888485;
}
#footerlink {
	cursor: pointer;
	height: 50px;
	left: 240px;
	position: relative;
	top: 460px;
	width: 50px;
}
#footer {
	clear: left;
	color: #666;
	display: none;
	font-size: 75%;
	left: -80px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: -85px;
}
#footer a {
	color: #666;	
}

