/* resets */

html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, font, img, strong,
var, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #ffffff;
	letter-spacing: -2px;
	font-size: 100%;
	font-family: georgia, serif, times;
	line-height: 1;
    text-align: center;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}



/* main */

a {
	
	text-decoration: none;
	
}

img {
	
	border: none;
	
}

#wrap {

    overflow-x: auto;
    padding-top: 30px;
    width: 800px;
    margin: 0 auto 0 auto;
    text-align: center;
	
}

#header {
	
    padding-top: 30px;    	
    position: fixed;
    width: 800px;
    margin-left: -400px;
    top: 0;
    left: 50%;

}

#header h1 {
	
	color: #000000;
	font-size: 30px;
	margin: 0 auto 16px auto;
	
}

#header h1 a {

    color: #000000;

}

#header ul {
	
	margin: 5px 0 0px 0;
	
}

#header ul#nav li {
	
	display: inline;
    font-size: 24px;
    color: #000000;
	
}

#header ul#nav li a {
	
	font-size: 24px;
	color: #767676;
	
}

#header ul#nav li a:hover {
	
	color: #000000;
	
}

#header ul#nav li a.selected {
    
    color: #000000;

}

#main {

    text-align: center;
    margin: 120px 0 20px 0;

}

td.artwork {

    padding-right: 40px;

}

#copy { 

    position: fixed;
    width: 800px;
    margin-left: -400px;
    top: 720px;
    left: 50%;

}
