/* Generic CSS */

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial,sans-serif;
	background:#fff url('../img/bg.png') repeat-x top fixed;
	}

h1 { 
	font:2.1em georgia,serif; 
	margin:0.5em 0;
	}

h2 {
	font:1.5em georgia,serif; 
	margin:0 0 0.5em;
	}

h1, h2, a {
	color:#000;
	}

p { 
	line-height:1.5; 
	margin:1em 1em 1em;
	}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:576px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}

div#header {
	height:153px; /* IE6: treaded as min-height*/
	padding-top:9px;
	}

div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
	}

div#content {
	padding:1em .9em 12em .9em; /* bottom padding for footer */
	}

div#content p {
	text-align:justify;
	}

div#footer {
	text-align:center;
	position:absolute;
	width:576px;
	height:27px;
	bottom:0; /* stick to bottom */
	color:#000;
	font-size:.75em;
	font-family: "trebuchet MS", tahoma, verdana, arial, sans-serif;
	}

div#footer p {
	border:1px solid #000;
	margin:0;
	}
