@import url("style_main.css");

body {
	text-align: center;
	background: #a7b3a6;

}

#ruler {
	z-index:100;
}
#wrapper {
	margin: 0 auto;
         width: 820px;
}

#head {

}

#contentwrapper {

}

#innerwrapper {
	float:right;
	width:630px;
}

#centercolumn {
	float:left;
	width:700px;
}

#leftcolumn {
	margin-right:640px;
}

#rightcolumn {
	margin: 0 auto;
	float:right;
	width:200px;
}

.clearer {
	clear:right;
}