* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	background: url(images/stripes.jpg) repeat;
	}


/**** MENU STUFF ******/

#navbar {
	width: 150px;
	min-height: 100%;
	margin: 10px
	padding: 10px;
	background: #71AFE0;
	float: left;
	position: fixed;
	font: 11pt 'century gothic', arial, sans-serif;
	<div id="twitter_div">
<h2 class="sidebar-title">Pieces Update</h2>
<ul id="twitter_update_list"></ul>
<a href="http://twitter.com/pieceszine" id="twitter-link" style="display:block;text-align:right;">follow me on Twitter</a>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/pieceszine.json?callback=twitterCallback2&amp;count=5"></script>}

#navlinks { 
	list-style-type: none;
	padding: 150px 10px 10px 25px;
	color: #FFFFFF;
	}

li {
	padding-bottom: 30px;
	}

a {
	text-decoration: none;
	}

a:link {
	color: #71AFE0;
	}

a:hover {
	color: #000000;
	}

a:active {
	color: #71AFE0;
	}

a:visited {
	color: #71AFE0;
	}

#navbar a:link {
	color: #FFFFFF;
	}

#navbar a:hover {
	color: #000000;
	}

#navbar a:active {
	color: #FFFFFF;
	}

#navbar a:visited {
	color: #FFFFFF;
	}
	

/**** CONTENT STUFF ******/
	
#content {
	width: 520px;
	min-height: 625px;
	margin-left: 150px;
	padding: 25px;
	background-color: #FFFFFF;
	}

#puzzle {
	text-align: center;
	}

#logo {
	margin-bottom: 15px;
	}
	

/**** ARTICLE STUFF ******/

.title {
	font: 14pt arial, sans-serif;
	color: #99CC33;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 10px;
	}
	
.subhead {
	font: 12pt arial, sans-serif;
	color: #669966;
	font-weight: bold;
	}
	
p {
	font: 10pt arial, sans-serif;
	color: #000000;
	margin-bottom: 10px;
	text-align: justify;
	}

ul {
	list-style-type: none;
	font: 10pt arial, sans-serif;
	}

.author {
	font: 10pt arial, sans-serif;
	color: #669966;
	margin-top: -10px;
	margin-bottom: 10px;
	}

.issue {
	font: 10pt arial, sans-serif;
	color: #669966;
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: center;
	}

.interview {
	font: 10pt arial, sans-serif;
	font-weight: bold;
	color: #669966;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	}
	
.right {
	padding-left: 10px;
	padding-bottom: 10px;
	}

.left {
	padding-right: 10px;
	padding-bottom: 10px;
	}

map {
	text-decoration: none;
	}

/**** COMMENT STUFF******/
.commentbox{
background-color: #FFFFFF;
width: 450px;
padding: 10px;
}

.commentfooter{
background-color: #FFFFFF;
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #000000;
}

