/*
	 http://css-tricks.com
*/

*			{ margin: 0; padding: 0; }
body			{ font: 24px/2 Georgia, serif; color:#999;background: #daf2fd url('images/bk01.png') repeat; }

h1 			{ color: white; padding: 10px; }

#page-wrap	{ max-width: 960px; min-width: 560px; margin: 0 auto; position: relative; zoom: 1; }

#header  		{ max-width: 960px; min-width: 560px; background: #daf2fd; margin: 15px auto 0; }
#header.hidden	{height:0;}

#content		{ padding: 0 0 0 180px; background: #daf2fd;}
#content img	{border:none;}
#content.full 	{ padding-left:0px;}
.copyright 		{font-family: arial,helvetica, sans-serif; color:#396CFF; font-size:8pt;}

#sidebar		{ position: absolute; left: 0; top: 0; width: 160px; bottom: 0; background: #daf2fd; padding: 0 10px;  }


#footer		{ max-width: 960px; min-width: 560px; background: #daf2fd;  margin: 0 auto 15px;}

