html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-family: lucida grande, Helvetica, verdana, sans-serif;
	text-align: center;
	font-size: 85%;
	line-height:1.7em;
}

#container {
		width:1020px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
}

#header {
	border-top: purple 6px solid;
	padding-right:200px;
	background: url(images/NL27.jpg) no-repeat center center;	
}


#left {
	float:left;
	width: 200px;
}
#right {
	float:left;
	width: 240px;
	background:#ffffdd;
	margin-top:20px;
	padding:0 5px 0 5px;
	text-align:left;
	 }
#right a:link, #right a:visited {
	color:purple;
	text-decoration:underline;
	font-weight:bold;
	}
#right a:hover {
	color:#B003A8;
	text-decoration:none;
}
#right ul {padding:0 0 0 20px;}
#right li { color:purple; list-style-type:square; }

#right h2 {
	 	font-weight:bold;
		letter-spacing:-0.05em;
		font-size:120%;
		color:#333;
		padding:0 0 0 10px;
	}
#right p { 
		font-size:90%;
		color:#666;
	}

#main {
	float:left;
	left:200px;
	width: 470px;
	border-left:#ddd 1px solid;
	border-right:#ddd 1px solid;
	padding:0 20px 0 20px;
	border-top:#ddd 1px solid;
}
#nav {padding:0px; }
#nav li {
	list-style-type:none;
	font-weight:bold;
	border-bottom:#fff 1px solid;
	letter-spacing:-0.05em;
	}
#nav a {
	background:#eee;
	display:block;
	text-decoration:none;
	padding:5px 3px 3px 5px;
	color:purple;
	}
#nav a:link {
	color:purple;
	}
#nav a:hover {
	background:purple;
	color:#eee;
}

#story {
	width:450px;
}
#story .subhead {
	font: bold 0.85em Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  }
#story a, #story a:link {
	font-weight:bold;
	text-decoration:underline;
	color: purple;
	}
#story a:visited {
	font-weight:bold;
	text-decoration:underline;
	color: purple;
	}
#story a:hover {
	text-decoration:none;
	color: #B003A8;
}
#story h1 {
	font-family:arial, helvetica, sans-serif;
	color:#009900;
	letter-spacing:-0.05em;
	font-size:220%;line-height: 100%;
}

#story h2 {
	font-family:arial, helvetica, sans-serif;
	color:#009900;
	letter-spacing:-0.05em;
	font-size:150%;
	text-align:center;
}
#story .ed {
	font-family:georgia, serif;
	color:green;
	font-weight:bold;
	font-style:italic;
}
#story .haha {
font-family:"Courier New", Courier, monospace;
padding-left:40px;
font-weight:bold;

}
#story .caption {
	text-align:center;
	font-size:95%;
	font-style:italic;
}
#footer {
	font-size:80%;
	text-align:center;
	border-bottom:green 6px solid;
	border-top:#ddd 1px dotted;
	background:#eee;
	padding:10px 40px 10px 40px;
	}
#footer a:link {
	font-weight:bold;
	text-decoration:underline;
	color: purple;
	}
#footer a:visited {
	font-weight:bold;
	text-decoration:underline;
	color: purple;
	}
#footer a:hover {
	text-decoration:none;
	color: #B003A8;
}

.divider { border-top:purple 2px dotted;}