@charset "UTF-8";

/* rules for the current theme */
#page { margin-top: 150px; }
	#header { margin: 0px; padding: 0px; width: 100%; display: inline; border: none; }
		#header_center { margin: 0px auto; padding: 0px; width: 572px; min-width: 572px; max-width: 572px; }
			.header_logo { float: left; width: 250px; height: 203px; margin: 40px 0px; padding: 0px; }
.left		{ float: left; }
.right		{ float: right; }
.center		{ margin-left: auto; margin-right: auto; text-align: center; }

/* special rules - don't delete anything beyond this point! */
.debug { background: yellow url("../img/debug.gif") repeat !important; }
.debugbox { width: 300px !important; height: 250px; text-align: left; border: none; margin: 0px; padding: 0px; font: bold 24px sans-serif; }
*:first-child+html #right_content { margin-top: 93px; }

@media handheld
{
	/* for mobile devices you can hide certain elements */
	.hidemobile { display: none !important; }
}

