/*	--------------------------------------------------------------------------------------------*
*	THE FOLLOWING IS FROM YUI TO HELP WITH CROSS-BROWSER PX SIZE ISSUES                         *
*	SO I.E. IF YOU WANT SOMETHING TO APPEAR 10PX IN SIZE, YOU WOULD APPLY A 77.0% FONT SIZE     *
*	10px	 77.0%              16px	 123.1%             22px	 167.0%                     *
*	11px	 85.0%              17px	 131.0%             23px	 174.0%                     *
*	12px	 93.0%              18px	 138.5%             24px	 182.0%                     *
*	13px	 100.0%             19px	 146.5%             25px	 189.0%                     *
*	14px	 108.0%             20px	 153.9%             26px	 197.0%                     *
*	15px	 116.0%             21px	 161.6%                                                 *
*	--------------------------------------------------------------------------------------------*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	color: #FFF;
	background-color: #222;
	/* cool background from http://www.patterncooler.com */
	background-image: url('../images/bg.png');
	background-repeat: repeat;
	font: normal normal normal 13px/1.231 sans-serif;
	margin: 0 auto;
	text-align: center; /* for pre IE6 browsers */
}

p, h1, h2, h3, h4, h5, h6
{
	width: 100.0%;
	float: left;
	clear: left;
}

p
{
	font-size: 93.0%;
}

h1, h2, h3, h4, h5
{
	padding-bottom: 4px;
}
h1 { font-size: 138.5%; }
h2 { font-size: 123.1%; }
h3 { font-size: 108.0%; }
h4, h5 { font-style: italic; }
h4 { font-size: 100.0%; }
h5 { font-size: 93.0%; }

#centered_container
{
/* 	background-color: #222; */
	width: 400px;
/*	height: 920px; */  
	text-align: left; /* reset the alignment */
    margin: 0 auto;
}

a:link
{
	color: #FFF;
	text-decoration: none;
}

a:visited
{
	color: #FFF;
	text-decoration: none;
}


a:hover
{
	color: #AAA;
	text-decoration: underline;
}

td.leftcol
{
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
}

td.rightcol
{
	padding-left:10px;
}

td.center
{
	text-align: center;
}

tr.spacer
{
	height: 10px;
	font-size: 0px;
}

tr.bigspacer
{
	height: 80px;
	font-size: 0px;
}

tr
{
	height: 40px;
}
