/*t.y.pang.css - styles for main site*/

body 	{ background-color: #eaf0f4; 
	font-family: "Trebuchet MS"; color: #000000;}
.outside	{
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		}
.second		{
		border: 1px solid black; width: 1000px;
		height: 600px;
		}
.header		{
		background-image: url('halftone-header.jpg');
		width: 1000px; height: 150px; border-bottom: 1px solid black; 	
		align: center;
		}
.leftside	{
		background-color: #959684;
		width: 200px; padding: 20px 15px 15px 15px; border-right: 1px solid black;
		vertical-align: top;
		}

.main		{
		width: 850px;
		padding: 80px 25px 15px 25px; vertical-align: top;
		image-align: center;
		}
.center		{text-align: center; 
		}
		
		
.indent
		{padding-top: 0; padding-bottom: 0;
		padding-left: 15px; font-size: 14px; font-weight: bold;}

.menu		{
		font-size: 16px; padding-top: 0; padding-bottom: 0;
		font-weight: bold;
		}
a		{color: #000; }
a:visited	{color: #0066cc; }
.foto		{width: 253; text-align: center; vertical-align: top;}
.foto2		{width: 400; text-align: center; vertical-align: bottom;}

.under		{padding-bottom: 10;
		}
.prose		{padding-left: 150px; font-style: italic; }

.footnote	{text-align: center; font-size: 12px; clear: both; 			vertical-align: bottom; }
