html, body, div, span, applet, object, iframe,
 h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

strong { font-weight:bold;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:black;
}
ol, ul {
	margin-left: 10ppx;
	list-style: circle;
}

ul li { line-height:1.3em; margin-left:40px;}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size:2.5em;
}

h2 {
	font-size:2em;
}
h3
{
	font-size:1.8em;
}

hr {
	width:100%;
	height:5px;
	background-color:grey;
}

body {
	background:url('images/bg-left.png') top left repeat-y;
	background-color:#000;
	z-index:0;
}

/* Wrapper */
#wrapper {
	width:1000px;
	margin: 0 auto;
	z-index:1; 
}


#header {
	width:100%;
	height:180px;
	background:url('images/header.png') top left no-repeat;
	z-index:2;
}

#content {
	width:90%;
	background-color:white;
	z-index:2;
	padding:2% 5%;
	font-size:1.1em;
	line-height:1.1em;
}

p {
	margin-top:10px;
}

.col-2 div { float:left; width:45%; padding:2%; line-height:1.2em;}

.marketdiv { font-size:1.5em; font-family:tahoma; line-height:1.05em; }
.marketdiv div {background-color:grey; width:100%; padding:10px;}
.gallery .pic {float:left;}

.popout { height:200px; width:600px; margin:50px auto; background:url('images/popout.jpg') top left repeat-x; text-alignment:center;border:2px dashed grey;}
.popout {font-size:1.33em; background-color:#826226;background:url('images/popout.jpg') top left repeat-x;}
.popout div {margin:50px auto; width:70%;}
.popout div span { font-weight:bold; font-family:tahoma;}

.bold { font-weight:bold; font-size:1.75em; line-height:1.25em; background-color:lightgrey; padding:5%; width:90%;}
.terms { font-style:italic;font-size:1.5em; font-family:"Arial Narrow"; color:red;}
