/*
-----------------------------------------------------
H4 base styles for screen media
FileName:	screen.css
Version:	3.1
Author:		H4.com.au
-----------------------------------------------------
*/

/* global */

body		{ font-family: sans-serif,arial,helvetica; font-size: 11px; margin:10px 0 30px 85px; padding: 0; color: #888; }
h1			{ font-size: 15px; padding: 0; margin: 68px 0 0 35px; line-height: 100%; color: #b9b486; font-weight: normal; }
h2			{ font-size: 11px; padding: 0; margin: 48px 0 0 35px; line-height: 100%; color: #b9b486; font-weight: normal; }
p			{ margin: 13px 0 0 46px; padding: 0; line-height: 160%; }
.lead		{ font-size: 15px; margin: 20px 0 0 46px; }
a:link		{ text-decoration: none; color: #888; }
a:visited	{ text-decoration: none; color: #888; }
a:hover		{ text-decoration: none; color: #b9b486; }
a:active	{ text-decoration: none; color: #b9b486; }

/* layout */

#id			{ }
#content	{ width:295px; }
