body{
	font: 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	line-height:18px;
	margin:0px;
}
h1 {
	font-weight: normal;
}
h2 {
	font-weight: normal;
	font-family: palatino, georgia, serif;
	font-size: 1.666em;
}
p{
	padding:0px 10px 0px 10px;
}
em{
	font-weight:bold;
}
ul{
	list-style-image:url('/img/marker.gif');
}
.img-right{
	position:relative;
	right:-50px;
	float:right;
	padding: 5px;
	border: 1px dashed;
}
.img-left{
	position:relative;
	left:-50px;
	float:left;
	padding: 5px;
	border: 1px dashed;
}
.center{
	text-align:center;
}
#container{

	background-image:url('/img/leaf.jpg');
	background-repeat:no-repeat;
	background-position: bottom right;
	border:1px solid;
}
#title{
	background-image:url('/img/title.jpg');
	height:100px;
}
#nav{
	border-bottom:1px solid;
	text-align:left;
	font-size: 1.0em;
	font-weight:bold;
	height: 20px;
}
#nav ul{
	display:inline;
}
#nav li{
	margin-left:0px;
	display: inline;
	padding: 2px;
	margin-right: 5px;
	border:none;
}
#nav a:link, #nav a:visited{
	text-decoration:none;
}
#nav a:hover{
	border-bottom:2px solid;
}
#content{
	padding: 20px;
}
#footer{
	text-align:center;
}
#footer img{
	vertical-align:-0.1em;
}

