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

body,td,th {
	font: 18px "Century Gothic", "Apple Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background:#ffffff url('../images/background.png') no-repeat right top;
	color: #121516;
	text-transform: uppercase;
	text-align: left;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0 60px;
}

a {
	text-decoration: none;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	line-height: normal;
}

.grey { 
	color: #444;
}

h1, h2, h3, h4, h5, h6, p, ul, ol { 
	margin: 0px;
}

h1 { 
	font-size: 72px;
	margin: 60px 0 0;
}

h2 {
	font-size: 48px;
	margin: 30px 0px 0px 0px;
}

h3 {
	font-size: 36px;
	margin: 0 0 40px;
}

h4 {
	font-size: 24px;
	margin: 60px 0;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

ul, ol {
	list-style-position: inside;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

img.artwork {
	padding: 30px;
}

.size36 {font-size: 60px; letter-spacing:16px;}
.size28 {font-size: 30px; letter-spacing:8px;}
.size24 {font-size: 24px;}

a:link {color:#121516; text-decoration:underline;}
a:visited {color:#121516; text-decoration:underline;}
a:hover {color:#121516; text-decoration:none;}
a:active {color:#121516; text-decoration:underline;}
a img{border:none;}

.titlebox {margin: 50px 0px 15px 0px; padding: 5px; overflow: hidden;}
.sectiontitlebox {margin: 0px 0px 15px 0px; padding: 5px;}
.sectionbox {margin: 0px 0px 15px 0px; padding: 5px;  position: relative; overflow: hidden;}
.infobox {margin: 0px 0px 0px 0px;}
.imagebox {float:right; padding: 0px 20px 0px 0px;}

#footer {text-align: center; margin: 50px 0px 0px 0px;}


