@charset "utf-8";
/* CSS Document */

a {
	color:#067BD2;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
}

#all {
	width:800px;
	margin:auto;
	font-family:Trebuchet MS, Tahoma, Helvetica;
}

#banner {
	width:798px;
	border:solid 1px;
}

#menu {
	width:150px;
	float:left;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	padding:10px;
	border-left:solid 1px;
	border-bottom:solid 1px;
	}

#content {
	width:607px;
	background-color:#B5DEFD;
	float:left;
	font-size:12px;
	padding:10px;
	overflow:auto;
	border-left:solid 1px;
	border-right:solid 1px;
	border-bottom:solid 1px;
}

#demos {
	float:left;
	padding:10px;
}

#footer {
	clear:both;
	width:inherit;
	text-align:center;
	font-size:10px;
	padding:5px;
}

#codetitle {
	width:600px;
	float:left;
	text-decoration:underline;
}

#code {
	width:280px;
	float:left;
	padding:10px;
}