body,
html {
	font-size: 14px;
	font-family:"Helvetica","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", 
				"Microsoft JhengHei", "Microsoft YaHei", Helvetica, Arial, sans-serif; 
	margin:0;
	padding:0;
	color:#333333;
	background:#E2F2FB;
	background-attachment: fixed;
}
a {
	text-decoration: none;
	color:#3A84CE;
}
#sidebar {
	width:200px;
	padding:9px;
	background:#C9E9F8;
	border-left:1px solid #57BAEA;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;

}
#bottom_right {
	background:#C9E9F8;
	border-left:1px solid #57BAEA;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}