body {
	margin: 0px auto 0px auto;
	padding: 0;
	line-height: 0px;
	text-align: left;
	background: black;
	}
	
#container {
	width: 1000px;
	margin: 0;
	padding: 0;
	background: black;
	clear: both;
	}
	
#header {
	width: 1000px;
	height: 200px;
	clear: both;
	}
	
#footer {
	clear: both;
	}
	
#main {
	width: 600px;
	float: right;
	background: #F9C;
	}
	
#issues {
	width: 200px;
	padding: 0;
	margin: 0;
	}
	
#social {
	width: 200px;
	padding: 0;
	margin: 0;
	float: right;
	}
	
.entry {
	width: 600px;
	background: #F9C;
	margin: 0;
	padding: 0;
	}
	
.entryHeader {
	width: 600px;
	height: 50px;
	background: black;
	padding: 5px;
	color: #FFF;
	}

.entryImages {
	width: 600px;
	height: 548px;
	margin: 0;
	padding: 0;
	}

.entryImage {
	width: 600px;
	height: 398px;
	margin: 0;
	padding: 0;
	}

.thumbnailRow {
	width: 600px;
	height: 150px;
	margin: 0;
	padding: 0;
	}

ul.thumbnailList {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	}

li.thumbnail {
	width: 150px;
	height: 150px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
.sidebarThumbnail {
	width: 200px;
	height: 133px;
	margin: 0;
	padding: 0;
	}
	
p {
	margin: 4px 10px 12px 10px;
	text-align: left;
	font-family: "chaparral-pro"; 
	font-weight: 400; 
	font-style: normal;	
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	clear: none;
	}
	
.p_sidebar {
	margin: 8px 5px 4px 5px;
	background: black;
	text-align: left;
	font-family: "chaparral-pro"; 
	font-weight: 400; 
	font-style: normal;	
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	clear: none;
	}
	
h1 {
	font-family: "alternate-gothic-no-3-d";
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	line-height: 31px;
	color: white;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
	clear: none;
	background: black;
	padding: 5px;
	margin: 0;
	}
	
h2 {
	font-family: "alternate-gothic-no-3-d";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 19px;
	color: black;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
	clear: none;
	}
	
.h_sidebar {
	text-align: center;	
    font-family: "alternate-gothic-no-3-d";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	width: 190px;
	background: black;
	margin: 0;
	padding: 6px 0px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	}
	
.payment {
	font-family: "chaparral-pro";
	font-weight: 600;
	font-style: italic;
	font-size: 16px;
	line-height: 32px;
	color: white;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	clear: both;
	background: black;
	padding: 5px 5px 5px 5px;
	margin: 0;
	}
	
.payment strong {
	font-family: "alternate-gothic-no-3-d";
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 1px;
	color: #FF3;
	}

p em, p i {
	font-family: "chaparral-pro"; 
	font-weight: 400; 
	font-style: italic;	
	}

p a, li a, .p_sidebar a {
	text-decoration: none;
	color: black;
	border-bottom: 1px dotted #F09;
	}

p a:hover, li a:hover, .p_sidebar a:hover {
	color: #F09;
	text-decoration: none;
	}
	
a, .h_sidebar a {
	text-decoration: none;
	color: white;
	}

a:hover, .h_sidebar a:hover {
	color: #F9C;
	text-decoration: none;
	}
	
li.thumbnail a, li.thumbnail a:hover {
	text-decoration: none;
	border-bottom: 0;
	}
	