body	{ font-family : sans-serif ;
          background : white ;
          color : black }
a       { color: #242 }
a:hover { color: #484 }
td.caption { text-align : center ; font-size : 0.8em }

#header {
	position : absolute ;
	top : 20px ;
	left : 20px ;
	width : 140px ;
	height : 140px 
}

#title {
	position : absolute ;
	top : 20px ;
	right : 30px ;
	height : 70px
}
#title img {
        border : 0
}
#title h1 {
	text-align : right ;
	font-size : 2em
}

#leftnav {
	position : absolute ;
	top : 155px ;
	bottom : 200px ;
	left : 10px ;
	width : 170px
}
#leftnav p {
	font-weight : bold ;
	font-size : 1.2em;
	background : #ACA
}
#leftnav li {
	list-style-type : none ;
        margin-left : -20px
}
#leftnav a {
	text-decoration : none ;
	font-weight : bold
}
#leftnav img {
        text-align : right ;
        vertical-align : bottom
}

#maincontent {
        background : #ACA ;
	margin-top: 100px ;
	margin-left : 180px ;
	margin-right : 20px ;
	vertical-align : top
}
#maincontent h2 {
	padding-left : 10px ;
	background : #CFC ;
	font-size : 1.6em 
}
#maincontent p,li {
	margin-left : 8px ;
	margin-right : 8px ;
	text-align : justify
}
#maincontent img.raccent {
	float : right ;
	background : white ;
	margin : 3px 3px 3px 3px
}
#maincontent img.laccent {
	float : left ;
	background : white ;
	margin : 3px 3px 3px 3px
}

#footer p {
	text-align : center ;
	font-size : 0.8em
}
