@charset "utf-8";
body {
	font-size: 90%;
	font: "lr SVbN", "MS Gothic", "Osaka|", Osaka-mono, monospace;
	background: url(../images/body_back.gif) left top repeat-x;
	color: #000;
}



#wrapper {
	width: 750px;
	height: auto;
	margin: 0 auto;
	background-color: #FFF;
	border-right: #000 solid 1px;
	border-left: #000 solid 1px;

}

.clearfix {
	overflow: hidden;
}
/* for IE6 */
*html .clearfix {
	zoom: 1;
}

#leftcontent {
	width: 199px;
	height: auto;	
	float: left;
        border-right: #000 solid 1px; 
}
#rightcontent {
	width: 549px;
	border-left: #000 solid 1px;  
	float: right;
}

* html #rightcontent {
	padding-bottom: 30px;
}
*:first-child+html #rightcontent {
	padding-bottom: 30px;
}
	