/*
	Learning to let go web site 
	main style sheet
*/
body{
	font-family:Arial,Helvetica,Sans-Serif;
	background:url(gradient.gif) bottom left fixed repeat-x #669933;
}
#content{
	position:relative;
	padding:1em;
}
#header{
	position:relative;
	background:url(ltlg.jpg) #ccc;
	height:100px;
	border-bottom:1px solid #000;
}
#mainboundarybox{
	border:1px solid #000;
}
#footer{
	border-top:1px solid #000;
	padding:5px 1em;
	color:#ccc;
	font-size:90%;
	background:#333;
}
#footer a{
	color:#fff;
}

h1,h2,h3{
	margin:.5em 0 .5em 0;
	font-family:georgia,serif;
}
p{
	margin:.5em;
}
h1{
	font-size:140%;
}
h2{
	font-size:130%;
}
h3{
	font-size:120%;
}
#customise{
	line-height:1.5em;
	background:url(round.gif) top left no-repeat ;
}



