/* ----------------------------------------------- 
                             P O S I T I O N I N G  	
----------------------------------------------- */

body {
	margin: 0;
	padding: 20;
}
/* ----------------------------------------------- */
	div#wrapper {
		position: relative;
		width: 900px; 
		margin: 10px auto 0;
		padding: 0;
		border:0;
	}
	div#header { 
		position: relative;
		height: 60px;
		width: 100%;
		margin: 0;
		padding: 20px 0 0 0px ;
		border-bottom: 10px #E7E7E9 solid;
	}
	div#primary {
		float: left;
		padding: 0px 50px;
		margin: 0;
		border: 0px;
		width: 610px;
	/* ie5win fudge begins */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 510px;
	/* ie5win fudge ends */
	}

	div#secondary {
		float: left;
		padding: 0 30px;
		margin: 0;
		border: 0px;
		width: 290px; 
	/* ie5win fudge begins */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 230px; 
	/* ie5win fudge ends */
		font-size: .9em;
		line-height: 1.2em;
		word-spacing:0.05em;
	}

	div#primary,
	div#secondary {
		padding-top: 3em;
		padding-bottom: 3em;
	}

	div#full {
		float: left;
		padding: 25px 50px;
		margin: 0px 10px 0 0px;
		width: 550px;
	/* ie5win fudge begins */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 450px;
	/* ie5win fudge ends */
	}

	div.split {
		float: left;
		padding: 0px 50px 50px 50px;
		margin: 0px;
		width: 455px; 
		border: 0px #ccc dotted;
	/* ie5win fudge begins */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 355px;
	/* ie5win fudge ends */
	}



	div#left {
		float: left;
		border: 0px #ccc dotted;
	}

	div#right {
		float: left;
		border: 0px;
	}



    div#footer {
		clear: both;
		padding: 0 0 4px 0;
		margin: 0;
		border-top: 10px #E7E7E9 solid;
		height: 18px;
	/* ie5win fudge begins */
		voice-family: "\"}\"";
		voice-family:inherit;
		height: 14px;
	/* ie5win fudge ends */
		text-align: center;
		font-size: 0.9em;

	}




/* END CONTENT */