html, body{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	font: 76% Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background: #111111;
}

p{margin:0 10px 10px}

a{	color: #990000;
	margin:0;
	border:0;
	padding:0px;
}
a.full{text-decoration:line-through;}

#wrapper{
	float: left;
	width: 100%;
	max-width:1440px;	/* coordinate with photos */
}


/* -------------------------------------------- */
/* ----  Banner  ------------------------------ */
/* -------------------------------------------- */
#banner{
	height: 270px;  /* coordinate with photos */
}

#banner img{
	float:left;
	margin-top: 130px;
	margin-left: 4px;
}


/* -------------------------------------------- */
/* ----  Side Navigation  --------------------- */
/* -------------------------------------------- */
#nav{
	background: #000000;
	color:#990000;
	float: left;
	width: 256px;				/* &#& */
	margin-left: -256px;		/* &#& */
	margin-top: 20px;
}

#nav h2{
	margin-left: 15px;
}

#nav p{
	margin-top:35px;
	font-size:150%;
	font-weight: bold;
	text-indent:1em;
	line-height: 160%;
}

#nav a{
	margin-left: -1em;
	margin-bottom:0;
	padding: 10px;
	font-weight: bold;
	text-decoration:none;
}

#nav a:hover, #nav a:focus{
	color:#FFFFFF;
	background-color:#222222;
	font-weight: bold;
	text-decoration:none;
}

#nav ul li a{
	display:block;
	color:#990000;
	text-decoration:none;
	line-height: 0.8;
	font-size: medium;
}


/* -------------------------------------------- */
/* ----  Content  ----------------------------- */
/* -------------------------------------------- */
#content{
	margin-right: 256px;		/* &#& */
}

#content p{
	text-indent:2em;
	text-align: justify;
	margin-left: 20px;
	line-height:1.8;
}

/*#content a{text-decoration:none;}*/
#content address{margin-left: 60px}
#content h1{margin: 20px 0 0 40px}
#content h2{margin: 20px 0 20px 40px}
#content h3{margin-left:20px}
#content full{color:#FFFF33;}
#content.basecamp{margin-left:15px;}

#content.about img{float: left;
				margin:0px 10px 20px 0px;}
#content.about ul{line-height:1.8;
				font-size:120%;
				clear: both;}

/* -------------------------------------------- */
/* ----  Extra  ------------------------------- */
/* -------------------------------------------- */
#extra{
	clear: left;
	width: 100%;
	background:#660000;
	margin-top:20px;
	margin-right:-15px;
	padding: 2px 0px;
	text-indent:2em;
}


/* -------------------------------------------- */
/* ----  Footer  ------------------------------ */
/* -------------------------------------------- */
#footer{
	background: #333333;
	color: #888888;
	text-align: right;
}

#footer p{
	margin:0;
	padding: 5px 10px;
}

#footer a{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#888888;
}


/* -------------------------------------------- */
/* ----  Main Navigation  --------------------- */
/* -------------------------------------------- */
/*
#menu{border-bottom: 0px solid #990000;}

#menu ul{
	padding: 0;
	margin: 0;
	/* margin-right: 276px;
	background-color:#111111;
}

#menu ul li{
	display:inline;
	padding: 0;
	margin: 0;
}

#menu ul li a {
	display:inline;
	font-size: 120%;
	color: #FFFFFF;
	background-color:#333333;
	text-decoration: none;
	padding: 0 18px 0 20px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 9em;
}

#menu ul li a:hover, #menu ul li a:focus{
	background-color:#990000;
}
*/