



html, body  {
	margin:0;
	padding:0;
	}
	
img  {
	width: 100%;
	}
	
body  {
	font: georgia,serif;
	font-size:90%;
	}
	
a {
	color: #447744;
	}

div#header h1 {
	background: #EEE;
	color: #79B30B;
	}

div#content p {
	line-height:1.4;
	background:#F5FFF5;
	}
	
div#navigation {
	background:#F5FFF5;
	}
	
div#extra {
	background:#F5FFF5;
	}
	
div#footer {
	background: #335533;
	color: #DDFFDD;
	}
	
div#divider {
	background: #335533;
	color: #DDFFDD;
	}

	
/* layout from http://blog.html.it/layoutgala/ */

p {
	margin:0 10px 10px;
	}
	
div#header h1 {
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	}
	
div#footer p {
	margin:0;
	padding:5px 10px;
	}
	
div#divider {
	margin-bottom:10px;
	height:1px;
	}
	
div#wrapper {
	float:left;
	width:100%;
	margin-left:-200px;
	}
	
div#content {
	margin-left:200px;
	}
	
div#navigation {
	float:right;
	width:200px;
	}
	
div#extra {
	float:right;
	clear:right;
	width:200px;
	}
	
div#footer {
	clear:both;
	width:100%;
	}
	
div#divider {
	clear:both;
	width:100%;
	}
	
