﻿/* 
------------------------------------------------------------------------------------- */

/* Reset
------------------------------------------------------------------------------------- */
body, div, ul, ol, li, p, h1, h2, h3, span, pre, a, img, blockquote, table, tbody, tfoot, thead, tr, th, td, pre, code { 
	margin:0px; padding:0px; border:0 none; outline:0; vertical-align:baseline;
}
ol, ul { list-style:none; }
input { margin:0px; padding:0px; }
:focus { outline:none; }

/* Helpers
------------------------------------------------------------------------------------- */
.fl { float:left; }
.fr { float:right; }
.clear { clear:both; }
.hide { display:none; }

/* Layout
------------------------------------------------------------------------------------- */
body {
	font:13px/18px Arial, Helvetica, sans-serif;
	color:#616161;	
	background-color:#f5f5f5;
}

body#demo {	
	width:775px;
	margin:20px auto;
	padding-top:0px;
}


h1, h2 { 
	color:#454545; 
}

