@charset "utf-8";


/*----------------------------------------------------
for IE6
----------------------------------------------------*/

div#wrapper {
	margin: 10px;
	background: url(../images/sideBg.gif) repeat-y left top;
	width: 590px; /* for IE6 */
	width /**/: 560px;
	zoom: 1;
}

div#main {
	position: relative;
	float: right;
	padding: 12px 5px 40px 5px; /* for IE6 */
	padding  /**/: 12px 15px 40px;
	width: 430px;
	min-height: 500px;
	height: auto !important; /* for IE6 */
	height: 500px;
}
