html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	/*list-style: none;*/
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END OF RESET */

body {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}

	#navigation {
		margin: 20px auto;
		text-align: right;
		width: 550px;
	}
	
		#navigation ul {
			list-style-type: none;
		}
		
			#navigation ul li {
				display: inline;
				margin-right: 15px;
			}
			
				a:link { color: #656565; text-decoration: none; }
				a:visited { color: #656565; text-decoration: none; }
				a:hover { color: #682418; }
				a:active { color: #000; }
				
				
	#header {
		margin: 75px auto 40px auto;
		text-align: left;
		width: 550px;

	}
	
		#header h1 {
			width: 339px;
			height: 37px;
			text-indent: -2000px;
			background: url(../images/logo.png) no-repeat scroll left top;
		}
	
	#content {
		margin: 0 auto;
		text-align: left;
		width: 550px;
		background: url(../images/content_bg.png) repeat-y scroll left top;
		margin-bottom: 50px;
	}
		
		#content .content-container {
			display: block;
			background: url(../images/content_bg_top.png) no-repeat scroll left top;
			width: 510px;
			padding: 20px 20px;
		}
		
			.content-container .archived-issue {
				clear: both;	
				padding-bottom: 15px;
			}
		
			.content-container .sidebar {
				width: 120px;
				margin-right: 20px;
				float: left;
			}
			
				.sidebar img {
					margin-bottom: 10px;
				}
			
			.content-container p {
				margin-bottom: 1.5em;
				font-size: 12px;
				color: #1E1E1E;
				line-height: 1.6em;
			}
			
			.content-container p.right {
				float: right;
				width: 365px;
			}
			
			.content-container ul, .content-container ol {
				font-size: 12px;
				color: #1E1E1E;
				line-height: 1.6em;
				margin-left: 20px;
			}
			
			.content-container ol {
				margin-bottom: 1.5em;
			}
			
		
		#content .bottom {
			display: block;
			background: url(../images/content_bg_bottom.png) no-repeat scroll left top;
			width: 550px;
			height: 22px;
			clear: both;
		}
	
		#content h2 {
			color: #1E1E1E;
			font-size: 20px;
			margin-bottom: 10px;
		}
		
