/*	main.css

	dargaville.info
*/
* {margin:0px;}
html,body {height:100%; color:#663; font-family:Verdana,Arial;}
a			{color:#666; text-decoration:none;}
a:hover		{color:#333;}

img	{padding:3px;}
p	{padding-top:5px; padding-bottom:3px;}
.center	{text-align:center;}
.centerBlk	{display:block; margin:0px auto;}

#wrapper	{min-height:100%; height:auto !important;
			height:100%; margin: 0px auto -1em; /* the bottom margin is the negative value of the footer's height */}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer {margin-top:-1em;}

#content	{margin:0px 20px;}

#details	{display:block; text-align:center; padding:5px; margin:0px 5%; background-color:#ddffff;}
#itemDetails	{display:block; margin:10px 5%; padding:5px; background-color:#fff;}
#itemLinks	{display:block; margin:10px 5%; padding:5px; background-color:#bff;}

#footerpush	{height:1em;}
#footer		{clear:both; height:1em; text-align:center; font-size:0.8em;}
