body {
	margin:2;
	padding:0;
}

.clr {
	clear:both;
	height:0px;
	width:0px;
}

.clr2 {
	clear:both;
	height:0px;
	width:0px;
}

.clear {
	clear:both;
	height:0%;
	width:100%;
}

.line {
	width:100%;
	height:1px;
	border-top:1px solid #cccccc;
	margin:19px 0 18px 0;
}

/** main structure **/

#container {
	width:925px;
	padding:0;
	height:auto;
	margin:4px auto 9px auto;
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#fff;
}

#content { /* content container */
	width:974px;
	height:auto;
	padding:0;
	margin:0 10px 0px 11px;
	background-repeat:repeat-y;
	background-position:top center;
	float:center;
	clear:center;
	display:inline;
}


