@charset "UTF-8";
/* CSS Document */

html{
	position:absolute;
	overflow:auto;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:none;
   }
   
body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	background-image:url(images/background.gif); 
	background-repeat:repeat;
	}
h1{
	color:#333232;
	margin:0 0 15px 0;
	font-size:20px;	
}
h2	{
	color:#333232;
	margin:0 0 15px 0;
	font-weight:normal;
	font-size:18px;	
}
h3{
	color:#8f1327;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:600;
	font-size:16px;
	line-height:16px;
}
a.navLink {
	font-weight:normal;
	position:relative;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
	z-index:200;
}
a {
	color:#8f1327;
	text-decoration:none;
	border-bottom:1px dotted #8f1327;
	outline:none;
}
a:hover{
	color:#650d1b;
	border-bottom:1px solid #650d1b;
}
	
td {
	vertical-align:top;
}

p,div,td,ul,ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
ul,ol { text-align:left; }

#mainDiv {
	z-index:25;
	max-width:775px;
}

.zTop {
	position:relative;
	z-index:200;
}
/*-- home --- */
#home a:hover h1	{
	color:#8f1327;	
}

/*-- fun pages --- */
.fun_page	{
	font-weight:bold;	
}

/*-- footer --- */
#footer p{
	color:#a9a9a9;
	font-size:10px;
	text-align:left;
	width:850px;
}
#forms ul	{
	 text-align:center;
	 list-style-type:none;
	 margin:0 0 30px 0;
	 padding:0;	
}
#forms h2, #forms p	{
	text-align:center;	
}
.no_border	{
	border:none;	
}
a:hover.no_border	{
	border:none;	
}
.tradePost {	
	position:relative;
	height:100%;
	background-color: #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #8f1327;
	padding: 10px 10px 5px 10px;
}
.tradeTitle {
	font-size:16px;
	font-weight:bold;
	line-height:normal;
}
.tradeContent {
	margin:8px 0px 0px 0px;
	font-size:13px;
	line-height:normal;
	color:#555;
}
.tradeDetails {
	margin-top:0px;
	font-size:13px;
	line-height:normal;
}
.tradeMeta {
	font-size:10px;
	color:#888;
}
.bottomzero {
	margin-bottom:0;
	padding-bottom:0;
}