/* v1.0 | 20080212 */

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;
}

/* 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;
}

html, body {
	width: 100%; height: 100%;
	background: #000;
	font-family: arial;
}

div a {color: #ccc; font-weight: bold;}
div.wrapper {
	width: 960px; margin: 0 auto;
}

div.wrapper h2 {color: #fff; font-size: 23px; margin: 0 0 20px 0; text-align: center;}

div#header {margin-top: 20px;}
div#header h1 {
   color: #b4b4b4; font-size: 35px;
}
div#header h1 span {color: #fff;}

div#images {margin-top: 20px;}
div#images table img {
   border: 3px solid #292929;
   padding: 4px;
   margin-right: 9px;
}

div#grad {
   width: 100%;
   height: 160px;
   background: #000 url(/_images/grad.jpg) top left repeat-x;
   color: #fff; margin: 20px 0;
}

div#gradInner {
   width: 960px; text-align: center;
   margin: 0 auto; padding: 10px 0; line-height: 22px;
   font-size: 18px;
}

div#availableAt {}

div#listing {
   text-align: center; color: #fff; font-size: 16px; line-height: 22px;
}
div#listing img {margin-bottom: 5px;}

div#footer {
   text-align: center; color: #fff; font-size: 16px; line-height: 22px;
   margin: 40px auto 20px auto;
}
   