/* poot basics css - defaults */

body, html, a, p, ul, li, ol, div, span, hr, h1, h2, h3, h4, h5, img{
	padding:0;
	margin:0;
	border:0;
}
body, html{
	height:100%;
	background:#829cb3 url(../images/poot_hills_BG.png) left bottom repeat-x;
	background-attachment:fixed;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
}


h1, h2, h3, h4, h5{
	margin-bottom:.2em;
	font-weight:300;
} 
h1{
	font-size:300%;
	margin-bottom:.1em;
	margin-top:.2em;
	color:#999;
}
h2{
	font-size:180%;
}
h3{
	font-size:140%;
}
h4{
	font-size:120%;
}
a{
	color:#990000;
}
p{
	padding-top:10px;
	padding-bottom:10px;
}
