body {
	padding: 0 0 20px 0;
	margin: 0 auto;
	font-size: 100%;
	width: 940px;
	background: #fff;
}

h1, h2, h3, h4, p, ul, ol, li, hr, blockquote {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a { text-decoration: none; border-bottom: 1px dotted #88002c; padding-bottom: 1px; }
a:link{ color: #ff8000;  }
a:visited { color: #ff8000;  }
a:hover {  color: #88002c; }
a:active {  color: #88002c;   }


#header {
	width: 940px;
	margin: 0 0 0 0;
}

#logo {
	float: left;
	margin: 10px 0 0 0;
}

#logo h1 {
	background: url(../images/market_logo.png) no-repeat top left;
	width: 300px;
	height: 132px;
	text-indent: -9999px;
}

#navigation {
	float: right;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	text-indent: -9999px;
	width: 150px;
	height: 80px;
	float: left;
	margin: 0 0 0 5px;
}

#navigation li a {
	display: block;
	width: 150px;
	height: 79px;
	border: none;
}

#navigation li.home a:link { background: url(../images/home_nav.png) no-repeat bottom left; }
#navigation li.home a:visited { background: url(../images/home_nav.png) no-repeat bottom left; }
#navigation li.home a:hover { background: url(../images/home_nav.png) no-repeat top left; }
#navigation li.home a:active { background: url(../images/home_nav.png) no-repeat top left; }

#navigation li.info a:link { background: url(../images/info_nav.png) no-repeat bottom left; }
#navigation li.info a:visited { background: url(../images/info_nav.png) no-repeat bottom left; }
#navigation li.info a:hover { background: url(../images/info_nav.png) no-repeat top left; }
#navigation li.info a:active { background: url(../images/info_nav.png) no-repeat top left; }

#navigation li.history a:link { background: url(../images/history_nav.png) no-repeat bottom left; }
#navigation li.history a:visited { background: url(../images/history_nav.png) no-repeat bottom left; }
#navigation li.history a:hover { background: url(../images/history_nav.png) no-repeat top left; }
#navigation li.history a:active { background: url(../images/history_nav.png) no-repeat top left; }

#navigation li.stalls a:link { background: url(../images/stalls_nav.png) no-repeat bottom left; }
#navigation li.stalls a:visited { background: url(../images/stalls_nav.png) no-repeat bottom left; }
#navigation li.stalls a:hover { background: url(../images/stalls_nav.png) no-repeat top left; }
#navigation li.stalls a:active { background: url(../images/stalls_nav.png) no-repeat top left; }


#introduction {
	clear: both;
	position: relative;
	top: -20px;
	background:url(../images/intro.png) no-repeat top left;
	height: 353px;	
}

#introduction h2 {
	background: url(../images/welcome.png) no-repeat top left;
	text-indent: -9999px;
	height: 31px;
	width: 589px;
	position: relative;
	top: 70px;
	left: 20px;
}

#introduction p {
	padding: 0 480px 1.5em 20px;
	color: #fff;
	font-weight: normal;
	font-size: 0.85em;
	line-height: 1.6em;
	position: relative;
	top: 90px;
	font-family: Arial, Helvetica, sans-serif;
}


#front_content {
	margin: 0;
}


#front_content p {
	color: #555;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.6em;
}

#front_content ul {
	margin-top: 20px;
	list-style-position: inside;
}

#front_content li {
	color: #88002c;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.6em;
}

#front_content img {
	margin: 20px 0 0 0;
}

div.info_tease {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}

div.info_tease h2 {
	background: url(../images/information_title.png) no-repeat bottom left;
	text-indent: -9999px;
	height: 32px;
}

div.info_tease p {
	margin-top: 18px;
}

div.traders_tease {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}

div.traders_tease h2 {
	background: url(../images/traders_title.png) no-repeat bottom left;
	text-indent: -9999px;
	height: 30px;
}

div.traders_tease p {
	margin-top: 20px;
}

div.history_tease {
	float: left;
	width: 300px;
}

div.history_tease h2 {
	background: url(../images/history_title.png) no-repeat bottom left;
	text-indent: -9999px;
	height: 38px;
}

div.history_tease h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.9em;
	color: #87002e;
	line-height: 1em;
	margin: 0 0 20px 0;
	padding: 0;
}



div.history_tease p {
	padding: 0 0 10px 0;
}


#ad_banner {
	clear: both;
	margin: 0 auto 20px auto;
	width: 940px;
	height: 221px;
	background: url(../images/ad_banner.jpg) no-repeat bottom left;
	position: relative;
	top: 30px;
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}

#ad_banner h3 {	
	text-indent: -9999px;
}



/* ------------------------- Content Page Styles ----------------------------- */

#content_holder {
	clear: both;
	padding: 20px 0 0 0;
}

#content {
	width: 620px;
	margin: 0 20px 0 0;
	float: left;
}

#sidebar {
	width: 300px;
	margin: 0;
	float: left;
}

#breadcrumb {
	border: 1px solid #FFEFDF;
	border-left: none;
	border-right: none;
	padding: 5px 0;
	margin: 0 0 20px 0;
}

#content_holder #breadcrumb p {
	padding: 0;
}

#content_holder h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	color: #87002e;
	line-height: 1em;
	margin: 0;
	padding: 0 0 20px 0;
}

#content_holder h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.6em;
	color: #87002e;
	line-height: 1em;
	margin: 0;
	padding: 0 0 20px 0;
}

#content_holder div.stalls h3 {
	background: #fdaf5c;
	color: #fff;
	padding: 5px;
	margin: 0 0 20px 0;
	font-size: 2em;
	font-weight:normal;
}

div.stalls em {
	font-size: 0.5em;
	padding-left: 460px;
}  

div.stalls em a:link { color: #fff; }
div.stalls em a:visited { color: #fff; }
div.stalls em a:hover { color: #87002e; }
div.stalls em a:active { color: #87002e; }

#content_holder h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #87002e;
	line-height: 1em;
	margin: 0;
	padding: 0 0 5px 0;
}

#content_holder p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #555;
	line-height: 1.6em;
	padding: 0 0 20px 0;
}

#content_holder ul {
	margin: 0 20px 1.6em 20px;
}

#content_holder li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #555;
	line-height: 1.6em;
}

#content_holder ul.trader_info {
	list-style: none;
	margin: -10px 0 20px 0;
}

#content_holder p.answer:first-letter {
	color: #87002e;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content_holder hr {
	border: none;
	border-top: 1px solid #eee;
	height: 1px;
	margin: 0 0 20px 0;
}

#content_holder img {
	border: 1px solid #ddd;
	padding: 1px;
}

#content_holder img.right {
	float: right;
	margin: 0 0 10px 20px;
}

#content_holder img.left {
	float: left;
	margin: 0 20px 10px 0;
}

#content_holder p.center {
	text-align: center;
}

#sidebar div.box {
	background: #ffefdf;
	padding: 10px;
	margin: 0 0 20px 0;	
}

#sidebar div.box h2 {
	font-size: 1.2em;
	padding: 0 0 10px 0;
}

#sidebar div.box ul {
	list-style: square;
	list-style-position: inside;
}

#sidebar div.box li {
	font-size: 0.8em;
	line-height: 1.6em;
}

#sidebar div.box ul.atoz {
	margin: -10px 0 10px 0;
	padding: 0 10px;
}

#sidebar div.box ul.atoz li {
	display: inline;
	margin: 0 10px 0 0;
	line-height: 1.8em;
}

#sidebar h2.advert {
	height: 610px;
	width: 300px;
	background: url(../images/sidebar_image.jpg) no-repeat top left;
	text-indent: -9999px;
}


