*
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 12px;
	font-family: 'Arial';
	
	color: #595959;
}

#demo
{
	width: 800px;
	
	margin: auto;
	
	padding: 30px 0;
}

h1, a
{
	color: #316da5;
}

h1
{
	float: left;
	
	font-size: 19px;
	font-family: 'Georgia';
	font-weight: normal;
}

a
{
	text-decoration: none;
}

a.button
{
	display: inline-block;
	
	padding: 5px 10px;
	
	color: #6b8093;
	
	border: 1px solid #d8e4eb;
	background-color: #e6f0f6;
	
	border-radius: 2px;
}

a.button:hover
{
	color: #546575;
	
	border-color: #c8d4db;
}

div.clear
{
	clear: both;
}

#version
{
	float: right;
	
	margin-top: 5px;
	
	font-size: 11px;
}

#about
{
	font-size: 16px;
	font-style: italic;
	font-family: 'Georgia';
	
	color: #969696;
}

hr
{
	height: 1px;
	
	margin: 15px 0;
	
	border: none;
	background: #f0f0f0;
}

h2
{
	margin-bottom: 10px;
	
	font-size: 13px;
	font-weight: bold;
	font-family: 'Georgia';
	
	color: #4a4a4a;
}

p
{
	line-height: 1.7em;
	
	margin-bottom: 15px;
}

pre
{
	padding: 5px;
	margin-bottom: 15px;
	
	overflow-x: auto;
	
	background-color: #fcfcfc;
	
	border: 1px solid #eee;
}

h3
{
	margin-bottom: 5px;
	
	font-size: 11px;
	font-weight: bold;
	font-family: 'Verdana';
	
	color: #ababab;
}

div.images
{
	float: right;
	
	margin-left: 20px;
}

div.images img
{
	display: block;
	
	margin-bottom: 15px;
}