	html {
		margin:0;
		padding:0;
		background:#fbfbfc;
	}
	body {
		margin:20px;
		padding:0;
		font-family:arial,sans-serif;
		font-size:90%;
	}
	a{
		color:#eb5c6c;
		text-decoration:none;
	}
	h3 {
		margin:0px;
		padding-top:5px;
	}
	/* -- layout -- */
	#wrap {
		width:100%;
		float:left;
	}
	#content {
	margin-left:150px;
	margin-right:150px;
	}
	#movable-left {
	width:125px;
	}
	#sidebar-right {
	float:right;
	width:120px;
	}
	#movable-right {
	width:100px;
	}
	/* -- design -- */
	#content .column {
	background-color:#fff;
	padding:8px;
	margin-bottom:10px;
	height:2000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	#content .top {
	height:150px;
	}
	#movable-left, #movable-right{
	padding:5px;
	height:240px;
	}
	code {
		display:block;
		margin:8px 0px;
		padding:8px;
		font-size:small;
		color:#008000;
		line-height:150%;
		background:#fcfcfc;
		border:1px solid #eee;
	}

