body {
    padding: 0px;
    margin: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #DCDCDC;
    background: url("images/ipod-sidebar.jpg");
    background-color: black;
    background-repeat: no-repeat;
    background-attachment: fixed; }
  
ul.navbar{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width:184px;
	border:none;}

	ul.navbar li {
		margin: 0.5em 0;
		border-right: none; 
	}

#links {
	position: fixed;
	top: 80px;
	left: 0px;
	width: 184px; 
	height: 130px;
	font: 18px Verdana, sans-serif;
	z-index: 100;
}

	#links a {
		display: block;
		text-align: center; 
		font: bold 1em sans-serif; 
	   padding: 5px 10px; 
	   margin: 0 0 1px;
	   border-width: 0; 
	   text-decoration: none;
	   color: #FFC;
	   background: #444;
	   border-right: none;
	}
	
	#links a:hover {
		color: #411;
		background: #AAA;
	}

h1 {
	margin: 10px 10px 0.5em;
	padding: 15px 0 5px;
	text-align: right; 
	background: #DCDCDC;
	color: #024;
	letter-spacing: 0.5em;
	text-transform: lowercase; 
	font: bold 25px sans-serif;
	height: 35px; 
	vertical-align: middle; 
	white-space: nowrap;
}

#content {
	margin: 7px 10px 10px 184px;
   	color: #DCDCDC;
    font-family: Georgia, "Times New Roman", Times, serif;
   	padding: 7px 7px 20px 7px;
   	background-color: #468;
   	background-image: url("images/ipod-sidebar-blue.jpg");
   	background-position: 0 0;
   	background-repeat: no-repeat;
   	background-attachment: fixed;
   	border: 5px solid #DCDCDC;
}

	#content p {
		margin: 0 1em 1em;
	}
	
	#content h3 {
		margin-bottom: 0.25em;
	}
	
	#content .headers {
		font-size: 1.5em;
	}
	
	#content .sub_headers {
		font-size: 1.1em;
	}
   
.section {
	margin-left: 30px;
}

img {
	border: none;
}

.underline {
	text-decoration: underline;
}

.inner_list {
	margin-left: 30px;
}
   
.entry {
	height: 200px;
	width: auto;
}

.entry img.right {
	float: right;
	padding: 0px 10px;
	border: none;
}

.entry img.left {
	float: left;
	padding: 0px 10px;
	border: none;
}
