/* -----------------------------------
Site:       The Balloon Shop
CSS author: Russ Weakley
Updated:	Date here
Updated by: Date here
----------------------------------- */

/* -----------------------------------
simple reset
----------------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

fieldset, img { border: 0; }
legend { color: #000; }

input, textarea, select, button
{
	font-size: 110%;
	line-height: 1.1;
	font-family: helvetica, arial, sans-serif;
}

button
{
	width: auto;
	overflow: visible;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

ul li { list-style: none; }

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

pre, code
{
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;
}

/* -----------------------------------
elements
----------------------------------- */
body 
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #ffffff;
	color: #185c00;
	text-align: center;
	background:#ffffff;
}
#page 
{
	background-color: white;
	border: 0px;
	text-align: left;
	position: relative;
	width: 978px;
    margin: 0 auto;
}

#placeholder
{    
	width: 920px;
	height: 400px;
	position: relative;
	top: 5em;
	color: #185c00;
	border: 1px solid #33ca00;
}

#header_top
{
	width: 918px;
	height: 32px;
	top: 0;
	left: 0;
	position: absolute;
    background: url(../images/bg_top.jpg) no-repeat;
    overflow: hidden;
}

#header_bottom
{
	width: 918px;
	height: 32px;
	bottom: 0;
	left: 0;
	position: absolute;
    background: url(../images/bg_bottom.jpg) no-repeat;
    overflow: hidden; 
}


#logo
{    
	width: 920px;
	height: 200px;
	top: 50;
	left: 0;
	position: absolute;
	color:#185c00;
	text-align:center;
	border: 0px solid green;
}

.stats_table
{
    border: 1px solid #185c00;
    padding: 5px;
    margin: 2px;

}

.stats_table th
{
    border: 1px solid #185c00;
    padding: 2px;
    font-weight: bold;
}

.stats_table td
{
    border: 1px solid #185c00;
    padding: 0px 2px;;
}