body {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333;
	background: #FFF url(http://www.urbanhonking.com/kmikeym/gfx/background.gif);
	margin: 0px auto;
    text-align:center;
	font-size: 12px;
	line-height: 14px;
	width: 800px;
}

a:link { text-decoration: underline; color: #007932;}
a:visited {	color: #007932;}
a:hover { color: #87c879;}
	
a.nohover { text-decoration: none; background: transparent; padding: 0px; }
a.nohover:hover { text-decoration: none; padding: 0px; }

#container {
	width: 800px;
	float: left;
	margin: 0;
	padding: 0;
}

#content {
	background: #FFF;
	padding: 0px 10px 10px 10px;
	font-size: 14px;
	line-height: 16px;
	border-right: solid 2px #999; 
	border-left: solid 2px #999; 
	text-align: left;
	margin: 0px;
}
	
h1	{ 
	font-size: 22px; 
	color: #333;
	font-weight: bold;
	margin: 0px;
	border-bottom: solid 1px #CCC;
	padding-bottom: 10px;
}

h2	{ 
	text-transform: uppercase;
	font-size: 16px; 
	color: #999;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	
}

h3	{ 
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}

#current_user{
  font-style:italic;
  text-align:right;
}

.closed_offer{
  border: 2px solid #000;
  margin:3px;
}

.open_offer{
  border: 2px solid #cdd5ff;
  margin:3px;
}

#nav { border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; padding: 4px; margin-top: 5px; }

.rank_table{float:left; padding:10px; border: 1px dotted #000; margin:5px; width:200px;}
.rank_table h3{border-bottom: 1px solid #f3d;}
.rank_table table{width:100%;}
.even_row{background-color: #eFeFeF;}
.rank_table td{padding:3px; text-align:center;}
.rank_table th{border-bottom: 1px solid #000;}
td.user_with_img{text-align:left; }
.rank_table a{padding-left: 3px; }
#error{background-color:red; padding:2px; margin: 2px;}
#notice{font-weight: bold; font-size: 14px; text-transform: uppercase; font-family: Verdana, Arial, sans-serif; background-color:yellow; padding: 4px; margin: 10px 0 10px 0;}

img.percentImage {
 background: white url(../percentImage_back.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}