html {
	/* http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%;
	margin-bottom: 1px;
}

/* --------------------- *
 * SOME BASIC TYPOGRAPHY *
 * --------------------- */

strong, b{
	font-weight: bold;
}

.amp{
	font-style:italic;
	font-family:Palatino,"Palatino Linotype","Book Antiqua","Baskerville", Cochin;
	font-size:1.2em;
	line-height:0;
	color:#862;
}

.cap{
	font-size: .8em;
	letter-spacing: .1em;
}

.sp{
	font-size:.75em;
}

a{
	color:#297;
	text-decoration:none;
	-webkit-transition:color linear .15s;
}
a:hover{
	color: #065;
}
a:active{
	position: relative;
	top: 1px;
	left: 1px;
}

/* ----------------------- *
 * SETTING UP THE DOCUMENT *
 * ----------------------- */
 
body,html{
	background:#FFE url('../graphics/bg.png') top left repeat;
}
body{
	font-size:75%; /* 12px */
	padding:2.5em;
	font-family:Georgia,serif;
	line-height:1;
	color:#221;
}
#all{
	width:62.5em; /* 12 * 62.5 = 750px */
	margin:0 auto;
	text-align:left;
}
.inside #all{
	width: 75em;
}

/* ------------ *
 * FROM THE TOP *
 * ------------ */

#hd, #co{
	border-bottom:.5em solid #000;
	padding-bottom:2em;
	margin-bottom:2em;
}
#hd{
	text-align:center;
	text-transform:uppercase;
}
#hd h3{
	text-transform:uppercase;
	letter-spacing:.5em;
	font-size:1.5em;
	margin-bottom:.5em;
	color:#666;
}
#hd h1{
	font-size:5.65em;
	font-weight:bold;
}
#hd h2{
	margin-top:.333em;
	font-size:2.5em;
	letter-spacing:.1em;
}

/* -------------- *
 * GETTING AROUND *
 * -------------- */
 
 #nv{
 	text-align: right;
 	margin-right: 10px;
 }
 #nv a{
 	display: block;
 	font-size: 2em;
 	line-height: 1.5em;
 }
 #nv a.active,#nv a.active .amp{
 	cursor: default;
 	color: #000;
 	top: 0; left: 0; /* overrides click behavior */
 }

/*---------------*
 * ON THE INSIDE *
 *---------------*/

#bd{
	text-align: left;
}
.inside #bd{
	margin-bottom: 1.5em;
}

.inside .content{
	font-size: 1.25em;
	line-height: 1.5;
}
.inside .content p{
	margin-bottom: 1em;
}
.inside h1{
	font-size: 2em;
	margin-bottom: .25em;
}
.inside h2{
	font-size: 1.5em;
	margin-bottom: .33em;
}
.inside h3{
	font-size: 1.25;
	margin-bottom: .4em;
	font-weight: bold;
}
.inside h4{
	font-weight: bold;
}
.inside .content table{
	margin-bottom: .5em;
	border: 1px solid #CCC;
	background-color: #FFF;
	width: 100%;
}
tr,td,th{
	vertical-align: top;
	border: 1px solid #EEE;
}
.inside .content td,.inside .content th{
	padding: .5em;
}
th{
	font-style: italic;
}
.inside .content ul{
	margin-bottom: 1.5em;
}
/* ------------ *
 * AND THE FOOT *
 * ------------ */

#ft{
	font-size:1.25em;
	text-align:center;
}
#f2{
	margin-top: 1.1515em;
	color: #998;
}
#f2 a{
	color: #4B9;
}
#f2 a:hover{
	color: #297;
}
