@charset "utf-8";

	body { 
		background: #EBE4D6 url('pictures/bg_meaning.gif');
			/* was #eeeadd,fff0f0,eaecda */
		font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
		font-size: 13px;
		text-align: center;
		}
	a:link { 
		color: #0033a0;
		}
	a:hover { 
		color: #0040c0; 
		text-decoration: underline;
		}
	a:active { 
		color: #aa0000;
		}
	a:visited { 
		color: #443366;
		}
	#container {
		border: 1px solid #caccbf;
		margin: -9px auto;
		padding: 0;
		background-color: white;
		text-align: left;
		width: 800px;
		min-width: 800px;
		max-width: 800px;
		width:expression(document.body.clientWidth < 800? "800px" : document.body.clientWidth > 800? "800px" : "auto");
		}
	#header {
		background: #f0f8ff; 
		border: 1px solid #e0e8ef;
		padding: 8px 2px 8px 2px;
		}
	#title {
		background: #fefdfc; 
		padding: 8px 2px 8px 2px;
		border-bottom: 1px solid #f7f6f5;
		}
	#sidebar {
		float: left;
		width: 184px;
		margin: 10px 2px 30px 20px;
		}
	#main {
		float: right;
		width: 556px;
		margin: 10px 20px 20px 10px;
		}
	#footer {
		clear: both;
		}

	h1, h2 { 
		font-family: Georgia,Palatino,Palatino Linotype,serif; 
		}
	h3, h4, p, p.links, td, td.footer, td.smalltd { 
		font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
		}
	
	h1 { 
		font-size: 2.2em;
		font-weight: normal; 
		text-align: center; 
		margin-top: 1px; 
		margin-bottom: 1px; 
		}
	h1.meaning-and-happiness { 
		color: #000099;
		font-size: 1.4em; 
		font-weight: normal; 
		text-align: left;
		margin-bottom: 3px; 
		}
	h2 { 
		font-size: 1.5em; 
		font-weight: normal; 
		text-align: center; 
		margin-top: 1px; 
		margin-bottom: 1px; 
		}
	h2.more-meaningful-and-happier { 
		color: #663300;
		font-size: 1.1em; 
		text-align: left;
		margin-top: 3px; 
		margin-bottom: 1px; 
		}
	h3 { 
		color: #663300;
		font-size: 1.3em; 
		font-weight: bold; 
		text-align: center; 
		margin-top: 1px; 
		margin-bottom: 1px; 
		}
	h4 { 
		font-size: 1em; 
		font-weight: normal; 
		text-align: center; 
		margin-top: 1px; 
		margin-bottom: 1px; 
		}
	p { 
		font-size: 13px;
		}
	.steve-wright { 
		font-size: 0.8em;
		text-align: right; 
		}
	.big { 
		font-size: 1.13em;
		}
	.small { 
		font-size: 0.9em;
		}
	.smallp { 
		font-size: 0.9em;
		}
	.smallerp { 
		font-size: 0.8em;
		}
	.center { 
		text-align: center;
		}
	.caption {
		text-align: center; 
		font-size: 0.85em;
		color: #666666;
		}
	.links-title { 
		font-size: 1.1em;
`		font-weight: normal; 
		}
	.links-heading { 
		font-size: 1em;
`		font-weight: normal; 
		}
	.links { 
		font-size: 0.9em;
`		font-weight: normal; 
		}
	.footer { 
		font-size: 0.8em; 
		text-align: center; 
		}
	td { 
		font-size: 13px;
		}
	.smalltd { 
		font-size: 0.7em; 
		}
	.footernote { 
		font-size: 0.6em; 
		}
