h1 {
        background:#C0C0C0;
}
body {
        background:#CCCCCC;
        margin:0;
        padding:40px 20px;
        font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
        text-align:left;
        color:#000;
        font-size:small;
}
#smalljust {
        font-size:small;
        text-align:justify;
}
#content {
	margin-left: 15em;
	margin-right: 15em;
}
#navigation {
	float: left;
	width: 15em;
        text-align:left;
}
	#navigation ul {
		margin:0 0 1.5em;
		list-style:none;
		/*border-top:1px dotted #444;
		border-bottom:1px dotted #444;*/
	}
	#navigation li {
		margin-left:1.5em; 
	}
#navigationr {
	float: right;
	width: 14em;
        text-align:left;
}
	#navigationr ul {
		margin:0 0 1.5em;
		list-style:none;
		/*border-top:1px dotted #444;
		border-bottom:1px dotted #444;*/
	}
	#navigationr li {
		margin-bottom:1.5em; 
	}
.navhead {
	font-weight:bold;
}
#footer {
	clear:both;
        text-align:right;
	font-style:italic;
        background:#C0C0C0;
}

