	body {
		background-color: #fff;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 13px;	
	}
	
	#container {
		width: 760px;
		border: 3px solid #96C14E;
		margin: 0px auto;
		margin-top: 20px;
		padding: 40px 50px 20px 50px;
	}
	
	#header { text-align: right; margin-bottom: 10px; }
	
	ul#newworks {  }
	ul#newworks li {
		list-style-type: none; display: inline;
		width: 200px; height: 500px;
	}
	ul#newworks li img { margin: 5px; }
	
	#wishlist { text-align: center; margin: 0 auto; font-size: 20px; color: #96C14E; margin-bottom: 20px; }
	
	#note { border: 1px dotted #777; font-size: 12px; margin-top: 50px; color: #333; }
	
	/* dear line */
	h1 { font-size: 17px; margin-bottom: 5px; }
	
	/* section headers */
	h2 { text-transform: uppercase; color: #999; margin-top: 30px;  }
	
	/* paragraph headers */
	h3 { font-weight: bold; font-size: 13px; padding: 0 0 0 20px; text-transform: uppercase; margin-top: 20px; }
	
	p { line-height: 17px; padding: 0 20px; margin-bottom: 15px;}
	
	li { list-style-type: square; margin-bottom: 10px;}
	
	/* LINKS */
	a { text-decoration: none; color: #96c14e; border-bottom: 1px dotted #96c14e;
	}

	a:hover { color: #666; border-bottom: none; }

	/* CLASSES */
	.left { float: left; }
	.right { float: right }
	.clear { clear: both; }
	
	.issue { margin-bottom: 20px; }
	.address { margin-bottom: 5px; }
	.links { }
	
	.gray { color: #777; }
	.green { color: #96C14E; }
	.bold { font-weight: bold; }
	
	.banner { margin: 0 auto; margin-top: 20px; margin-bottom: 25px; width: 760px; }
	
	
	.quickFlyer-holder { width: 450px; ; margin: 10px auto 30px; margin-left: 155px; }
		.quickFlyer-holder p { font-size: 16px; font-weight: bold; margin-left: -20px; }
	.quickFlyer { border: 2px solid #555; }
	
	/* UPCOMING LECTURE SECTION */
	div#upcoming-lecture { border: 2px solid #555; padding: 10px; width: 400px; margin: 10px auto 30px; }
	#upcoming-lecture h1 { font-size: 25px; margin: 0 0 20px 0; color: #000; }
	#upcoming-lecture h2 { font-size: 19px; font-style: italic; text-transform: none; color: #000; margin: 5px 0 5px 0; }
	#upcoming-lecture h3 { font-size: 12px; text-transform: none; margin: 5px 0 5px 0; padding: 0px; text-indent: 0px; }
	#upcoming-lecture h3.inline { font-size: 12px; text-transform: none; margin: 5px 0 5px 5px; padding: 0px; text-indent: 0px; }
	p.values { margin: 25px 0 0 80px; padding: 0px; font-weight: bold; font-size: 18px; color: #444; }
	a.lecture-link {  }
	.inline { display: inline; }
	