body,h1,h2,h3,img,li,ol,p,ul{border:0;margin:0;padding:0;}

/* ---- layout ---- */
body{
  width:50em;
  margin:1em auto 1em;
  font-family:georgia,serif;
  font-size:100%;
  text-align:justify;
  color:#613005;
}
#main{
  width:70%;
  float:left;
  line-height:1.7em;
  margin-bottom:2em;
}
#side{
  width:30%;
  float:right;
}
#foot{
  clear:both;
  border-top:1px dotted #b98;
  padding-top:8px;
  text-align:right;
  font-size:.7em;
}

/* ---- general styling */
a{
	color:#613005;
	text-decoration:none;
	border-bottom:1px dotted;
}
a:hover{border-bottom-style:solid;}
h2{
	font-size:1.2em;
  font-family:georgia,serif;
	margin-bottom:.75em;
  letter-spacing:1px;
}
h2:before{content:'\00ab  ';}
h2:after{content:' \00bb';}
p{margin-bottom:0.5em;}

/* ---- navigation ---- */
p#quicknav{
	text-align:right;
  font-family:verdana,sans-serif;
  font-size:.7em;
  margin:0 0 4px;
  font-variant:small-caps;
}
p#quicknav a{border:0;}
p#quicknav a:hover{border-bottom:1px dotted;}
p#quicknav em{
	font-style:normal;
	border-bottom:1px solid;
}

/* ---- head --- */
#head{
  color:white;
  background:#613005 url(man.jpg) no-repeat right top;
}
#head .inner{
	background:url(tl.gif) no-repeat top left;
  padding:1em 0 1.25em;
  margin:0 auto 2em;
}
#head #title{
  margin-left:5em;
}
#head h1#name{
  font-weight:normal;
  font-size:2.5em;
  padding-bottom:7px;
  letter-spacing:4px;
}   
#head h1#name span{
  border-bottom:1px dotted;
	padding-bottom:7px;
}
#head h1#name sup{
	font-size:.5em;
}
#head h1#strap{
	clear:left;
  font-weight:normal;
  font-size:1.25em;
  font-style:italic;
  padding-top:7px;
}

/* ---- main ---- */
#main .inner{
  padding-right:2em;
  border-right:1px dotted #b98;
  margin-right:2em;
}
#main h2{
	text-align:right;
}
#concept{
  font-size:.8em;
  border-left:4px solid #f7f0e0;
  margin-top:1em;
  padding-left:1em;
  text-align:left;
}

/* ---- side ---- */
#side{
  line-height:1.7em;
  margin-bottom:1em;
  font-family:verdana,sans-serif;
}
#side p,#side ul{
  font-size:.7em;
	line-height:1.7em;
}
ul#quotes{list-style:none;}
ul#quotes li{
  clear:right;
  margin-bottom:1em;
}
ul#quotes li span.cite{
  display:block;
  text-align:right;
  font-size:.8em;
  font-style:italic;
  line-height:1.7em;
}

