	/* layout */
		BODY {
			margin:0;
			padding:0;
		}
		#wrapper {
			width: 1100px;
			margin: 0 auto;
			padding: 10px 10px 10px 10px;
			background-color: #ffffff;
		}
		#header {
			width: 1080px;	
			background-color: #0066cc;
		}
		#content_and_nav {
			background: url(../images/nav-bg-1080.gif) repeat-y left top;
			
			width: 1080px;		
		}	
			#left_rail {
				width: 170px;
				float: left;
				padding-top: 20px;
				padding-bottom: 20px;
				
			}		

		#featuredContent {
			width: 900px;	
			float: right;
			background-color: #fafafa;
			padding: 20px 0px 0px 0px;
			margin-bottom:8px;
		}
		#leftContent {
			float: right;
			padding: 0px 10px 0px 10px;
			width: 332px;
			margin-left: 8px;
			background-color: #f0f0f0;
		}		
		#mainContent {
			float: left;
			padding: 0px 0px 0px 0px;
			width: 540px;
			background-color: #ffffff;
		}
		#rightcolumn {
			
			margin-left: 640px;
			padding-right: 18px;
			font-size: 75%;
		}
		
		#right_rail {
			width: 170px;
			float: right;
			background-color: #ffffff;
		}	
		#right_rail p {
			padding-left: 8px;
			padding-right: 8px;
		}
		#footer {
			clear: both;
		}


	/* typography */
		BODY {
			font-family: Georgia, Palatino, serif;
			font-size: 100%;
		}
		HTML>BODY {
			font-size: 10pt;
		}
		.leftMenu {
			font-size: 7pt;
			padding-left: 10px;
		}
		.headline {
			font-family: Georgia, Palatino, serif;
			font-size: 24pt;}
		h1 {
			font-family: Georgia, Palatino, serif;
			font-size: 14pt;
			margin-top:2px;
			margin-bottom:8px;
			}
		h3 {
			font-family: Georgia, Palatino, serif;
			font-size: 10pt;
			font-style: italic;
		}
		.booktitle {
			font-family: Georgia, Palatino, serif;
			font-size: 100%;	
			font-style: italic;		
			font-weight: bold;
			color: #339900;
		}
		.movietitle {
			font-family: Georgia, Palatino, serif;
			font-size: 100%;	
			font-style: italic;		
			font-weight: bold;
			color: navy;
		}	
		.caption {
			font-size: 7pt;
			font-style: italic;
		}
		.photocredit {
			font-size: 7pt;
			font-style: italic;
		}
		.subhed {font-size: 150%;}
		
		.makewhite {color: #ffffff;}
		.poorstuartheader {font-family: Georgia, Palatino, serif;
			font-size: 125%;	
			font-style: roman;		
			font-weight: bold;
			line-height: 20pt;
			color: white;
			}
		p {font-family: Georgia, Palatino, serif;}