body {
	margin: 0 auto;
	padding: 0;
	font-family: trebuchet ms, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	text-align: center;
	background-color: #e1f5ff;
	color: #000;
	height: 100%;
	min-height: 100%;
}

td { text-align: left; vertical-align: top; }
a { color: #006; font-size: .9em; text-decoration: none; }
a:hover { color: #f93; text-decoration: underline; }

.orangeLink { color: #f93; font-weight: bold; }

h3 { color: #f93; }

#homeLogo { margin-top: 50px; margin-bottom: 10px; }

#homeImages {
	width: 735px;
	padding: 20px;
	border: 1px solid #ccc;
	margin: 0 auto;
	background-color: #fff;
}

#homeImages img { margin-right: 20px; border: 2px solid #f93; }
#homeImages img.none { margin-right: 0; }

#nav { text-align: center; padding-top: 10px; }
#nav ul { padding: 0; margin: 0; }
#nav li { 
	padding: 0 6px 0 2px;
	display: inline; 
  	list-style: none; 
}


#navInside { text-align: center; padding-top: 5px; border-top: 1px solid #666; width: 35%; margin: 0 auto; }
#navInside ul { padding: 0; margin: 0; }
#navInside li { 
	padding: 0 6px 0 2px;
	display: inline; 
  	list-style: none;
	font-size: .9em;
	color: #666;
}

#navInside li a { color: #666; }
#navInside li a:hover { text-decoration: underline; }
#navInside li a.hot { font-weight: bold; color: #006; }

#content {
	margin-top: 20px;
}

#articleContent {
	margin: 50px auto 0 auto;
	width: 450px;
}

#articleContent p {
	text-align: left;
	margin-top: 0;
	padding-top: 0;
}

#footer {
	positon: relative;
	bottom: 0;
	color: #666;
	font-size: .8em;
	text-align: center;
	margin-top: 50px;
}

.small { font-size: .8em; }

.thumbnails img { margin-right: 5px; border: 1px solid #f93; }

.title { font-size: 14px; font-weight: bold; }
.size { font-size: 11px; }
.fullSize img { margin-bottom: 10px; border: 2px solid #f93; }

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 30px;
	font-style: italic;
	color: #f60;
	width: 500px;
	margin: 0 auto;
}

.quote .signature {
	font-size: 12px;
	line-height: normal;
	text-align: right;
	display: block;
	padding-top: 10px;
}