* {
	margin: 0;
	padding: 0;
}

body {
	background: #CCC url(body.gif) repeat-x;
	text-align: center;
}

a {
	color: #666;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
.hover a {
	color: #09719D;
}
.hover a:hover {
	color: #0FB8FF;
}

#header,
#body,
#footer {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 800px;
}

#header {
	height: 100px;
}
	#header ul {
		color: #666;
		font: normal 12px Arial, sans-serif;
		position: absolute;
		right: 49px;
		text-align: right;
		top: 24px;
	}
	#header ul li {
		display: inline;
		list-style: none;
		margin-left: 10px;
	}
	
	#header h1 {
		left: 49px;
		position: absolute;
		top: 24px;
	}
	#header h1 img {
		border: 0;
	}
	
	#header h2 {
		color: #666;
		font: normal 12px Arial, sans-serif;
		left: 68px;
		position: absolute;		
		text-align: right;
		top: 62px;
	}
	#header h2 strong {
		color: #000;
		font-weight: normal;
	}

#body {
	padding: 0 50px;
	width: 700px;
}	
	#body code {
		background-color: #FFF;
		color: #666;
		display: block;
		font: normal 10px/14px "Lucida Console", Monaco, monospace;
		margin-bottom: 9px;
		padding: 9px 18px;
	}

	#body em {
		color: #737373;
		font-style: normal;
	}
	#body .hover em {
		color: #998000;
	}
	#body h3 {
		color: #000;
		font: normal 14px/18px Arial, sans-serif;
		margin: 18px 0;
	}
	#body h4 {
		color: #000;
		font: normal 12px/18px Arial, sans-serif;
		margin: 0 9px 9px 9px;
	}
	
	#body iframe#demo {
		border: 0;
		height: 480px;
		margin: 18px;
		overflow: auto;
		width: 664px;
	}
	#body p,
	#body ul {
		color: #4D4D4D;
		font: normal 12px/18px Arial, sans-serif;
		margin: 0 18px 9px 18px;
	}	
	#body p.noscript {
		border: #CB0600 1px solid;
		color: #CB0600;
		margin: 0 0 9px 0;
		padding: 9px;
	}

	#body strong {
		color: #262626;
		font-weight: normal;
	}
	#body .hover strong {
		color: #9D0960;
	}

	#body ul {
		overflow: hidden;
	}
	#body ul li {
		background: url(ul-li.gif) no-repeat 0 4px;
		float: left;
		list-style: none;
		padding-left: 14px;
		width: 650px;
	}
	#body ul.columns li {
		width: 316px;
	}