body
{
	margin: 0;
	padding: 0;
	height: 100%;						/* needed for container min-height */
	background: #2E2E2E;
	font-family: arial,sans-serif;
	font-size: small;
	color: #666;
}

#container
{
	position: relative;					/* needed for footer positioning*/
	margin: 0 auto;						/* center, not in IE5 */
	width: 803px;
	height: auto !important;			/* real browsers */
	height: 100%;						/* IE6: treaded as min-height*/
	min-height: 100%;					/* real browsers */
}

#header
{
}

#content
{
	padding: 20px 20px 20px 20px;		/* bottom padding for footer */
}

#quotebox
{
	font: 0.8em Verdana,Sans-serif;
	color: #CCCCCC;
	width: 500px;
}

#quotebox p
{
	line-height: 2em;
}

#quotebox a, a:visited
{
	color: #9999FF;
	text-decoration: none;
	border-bottom: 1px dotted #469;
}

#quotebox a:hover
{
	color: #9999FF;
}

#quotebox h2, h2 a, h2 a:visited
{
	font: 1.2em Verdana,Sans-serif;
	color: #9999FF;
	border-width: 0;
}

#quotebox h2 a:hover
{
	font: 1.2em Verdana,Sans-serif;
	color: #9999FF;
	text-decoration: none;
}

#menus
{
	position: relative;
	float: right;
	width: 200px;
}

#menus a, a:hover, a:visited
{
	color: White;
	text-decoration: none;
}

#pad
{
	padding: 20px 20px 20px 20px;
}

#footer
{
	position: absolute;
	padding: 0px 0px 10px 0px;
	bottom: 0;							/* stick to bottom */
	width: 803px;
	font-size: 0.75em;
}
