body {background: none; width: 500px;}
#primary {
    display: block;
    float: none;
    margin: 16px auto 0;
    width: 450px;
	}
h1 {
    border-bottom: 2px dotted #ccc;
    position: static;
    text-align: left;
    width: 450px;
	}
span.check {display: block; padding: 6px 0 0;}

/* IE6 --- Hooray! */

* html #primary { float: none; }

* html #primary h1 { 
	float: left;
	height: 45px; 
	margin: 10px 0 20px 0;
	padding: 0;
	position: relative;
	top: 0;
	}
	* html #primary h2 {
		float: left;
		}
* html fieldset { margin-top: 10px; }
