body, html, div, h1, h2, h3, h4, h5, p, a, span, ul, li, ol, dl, dd, table, tr, td, em, strong, a:link, a:visited, a:hover, a:active, img, label, input, textarea, form {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	font: 11px/16px helvetica;
	color: #000;
	font-weight: normal;
	}

body, html {
	background: #ebebeb;
	}
		
	
a:link, a:visited {
	font-weight: bold;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}
	
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}
	
h1 {
	margin: 15px 0 0 0;
	padding: 3px 0 3px 5px;
	font: 16px/22px helvetica;
	color: #000;
	font-weight: normal;
	background: #fff;
	display: block;
	width: 63%;
	}
	
h2 {
	margin: 10px 0 10px 0;
	padding: 3px 0 3px 5px;
	font: 16px/18px helvetica;
	color: #000;
	font-weight: bold;
	background: #fff;
	display: block;
	width: 50%;
	}
	
h3 {
	margin: 0 10px 0 0;
	font: 12px/18px helvetica;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	}
	
h4 {
	font: 11px/16px helvetica;
	}
	
p {
	margin: 10px 0 0 0;
	width: 720px;
	}
	
	
div#wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1200px;
	background: #ebebeb;
	}
	
div#column1 {
	float: left;
	width: 275px;
	background-image: url('http://pravinsathe.com/howyouseeit/images/background_top.gif');
	background-repeat: repeat-x;
	}
	
img.hysi-logo {
	margin: 10px 0 0 40px;
	padding: 0;
	text-align: center;
	}
	
div#column2 {
	margin: 0 0 60px 0;
	float: left;
	width: 925px;
	background-image: url('http://pravinsathe.com/howyouseeit/images/background_top.gif');
	background-repeat: repeat-x;
	}

div#stories {
	margin: 0;
	clear: both;
	width: 1200px;
	background-image: url('http://pravinsathe.com/howyouseeit/images/background_bottom.gif');
	background-repeat: repeat-x;
	height: 250px;
	}
	
div.storiesBody, div.footerBody {
	margin: 0 40px 0 45px;
	padding: 0;
	}

div#active {
		border: 2px solid #ff0000;
		}
	
div.story {
	margin: 10px 20px 0 0;
	padding: 5px;
	width: 151px;
	float: left;
	background: #fff;
	border: 2px solid #c8c8c8;
	}
	
img.floatimgleft {
	margin: 0 0 7px 0;
	float: left;
	}
	
	
div#footer {
	margin: 0;
	padding: 40px 0 10px 0;
	clear: both;
	width: 1200px;
	background-image: url('http://pravinsathe.com/howyouseeit/images/background_footer.gif');
	background-repeat: repeat;
	}
	
	