/**
* Less is less
* Author: Miles Menegon
* Version: 1.0
*/

body{
	margin:0em auto; 
	width:760px;
	font-family:georgia, serif;
	color:#222;
	background:url(background-image.jpg) repeat-x top left;
	overflow:hidden;
}
a{text-decoration:none; font-weight:bold; padding:0.25em; color:#3354aa;}
a:hover{background:yellow;}
a#current{background:#fafad2; color:orange;}
h1{color:orange; font-size:360%; margin-bottom:0; white-space:nowrap;}
h3{color:#333;}
img{border:0;}
strong{font-size:120%;}		
#navigation{float:right;}
#navigation ul{padding:0; list-style:none;}
#navigation ul li{display:inline}
sup{font-size:11px;}
#content{margin:3em 0;}
a img{height:15px; width:60px; margin:0 0 10px 0;}