* 
	{ 
	padding: 0; 
	margin: 0; 
	}

body 
	{
	background: url(../images/header_bg.png) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	}
	
p
	{
	margin-bottom: 12px;
	color: #555555;
	}

p.bio
	{
	font: italic 14px/20px Georgia, serif;
	margin-top: 2px;
	color: #6F6F68;
	}
	
p.credit
	{
	font-size: 11px;
	line-height: 12px;
	color: #6F6F68;
	}
	
h1
	{
	font: 100 16px Georgia, serif;
	color: #6F6F68;
	}
	
h2
	{
	font: 18px/16px Georgia, serif;
	margin-bottom: 6px;
	text-transform: uppercase;
	}
	
h3
	{
	font-size: 12px;
	margin-bottom: 8px;
	color: #c28487;
	}
	
ul, ol
	{
	line-height: 14px;
	list-style-type: none;
	color: #6F6F68;
	}
	
img
	{
	border: 0;
	}
	
a.current
	{
	border-bottom: 1px dotted #754145;
	}
	
	
/* ===========>> NAV&LINKS <<=========== */


#headerright
	{
	}
	#headerright ul
		{
		font-size: 11px;
		}
		#headerright ul a
			{
			color: #754145;
			text-decoration: none;
			}
		#headerright ul a:hover
			{
			color: #754145;
			text-decoration: none;
			border-bottom: 1px dotted #754145;
			}		
	#headerright h3 a
		{
		color: #754145;
		text-decoration: none;
		}
	#headerright h3 a:hover
		{
		color: #ffffff;
		text-decoration: none;
		}

#rightcolumn
	{
	}
	#rightcolumn h3 a
		{
		color: #555555;
		text-decoration: none;
		}
	#rightcolumn h3 a:hover
		{
		color: #c28487;
		text-decoration: none;
		border-bottom: 1px dotted #a1a19a;
		}
	#rightcolumn ul
		{
		font-size: 11px;
		}
		#rightcolumn ul a
			{
			color: #c28487;
			text-decoration: none;
			}
		#rightcolumn ul a:hover
			{
			color: #c28487;
			text-decoration: none;
			border-bottom: 1px dotted #a1a19a;
			}
	

	
/* ===========>> TABLES <<=========== */
	
	
table.main
	{
	border-spacing: 0px;
	table-layout: fixed;
	margin: 0 auto;
	}
	table.main td
		{
		vertical-align: top;
		width: 210px;
		padding: 0 0 20px 40px;
		}
	table.main p
		{
		line-height: 14px;
		color: #6F6F68;
		}
	table.main img
		{
		border: 8px solid #e1e1d8;
		}
	table.main a
		{
		color: #555555;
		text-decoration: none;
		}
	table.main a:hover
		{
		color: #BFBFB3;
		}

table.series
	{
	border-spacing: 0px;
	table-layout: fixed;
	}
	table.series td
		{
		vertical-align: top;
		padding-right: 30px;
		}
	table.series h2
		{
		text-transform: none;
		color: #555555;
		padding-top: 20px;
		}
	table.series p
		{
		line-height: 15px;
		color: #6F6F68;
		}
	table.series img
		{
		border: none;
		padding-top: 20px;
		}
	table.series a:hover
		{
		opacity: 0.8;
		}
		
	
/* ===========>> LAYOUT <<=========== */
	
	
#container 
	{ 
	margin: 0 auto;
	width: 750px;
	}
	
#faux 
	{
	border-top: 1px dotted #8F8F7D;
	padding-top: 13px;
	overflow: auto;
	width: 100%
	}
	
#headerleft 
	{
	width: 365px;
	padding: 0 10px 10px 0;
	height: 100px;
	margin: 0;
	float: left;
	}
	#headerleft img
	{
	margin: 27px;
	}
	
#headerright 
	{
	width: 365px;
	padding: 10px 0 10px 10px;
	height: 100px;
	margin: 0;
	float: left;
	text-align: right;
	}
	
#navigation 
	{
	clear: both;
	padding: 30px 0 10px 0;
	margin: 0px auto;
	}
	
#leftcolumn 
	{ 
	display: inline;
	margin: 10px 20px 10px 0;
	padding: 0px;
	width: 360px;
	float: left;
	}
	
#rightmiddle 
	{ 
	display: inline;
	position: relative;
	margin: 10px 20px;
	padding: 0px;
	width: 150px;
	float: left;
	}
	
#rightcolumn 
	{ 
	display: inline;
	position: relative;
	margin: 10px 0 10px 20px;
	padding: 0px;
	width: 150px;
	float: left;
	}
	
#footer 
	{ 
	width: 750px;
	clear: both;
	border-top: 1px solid #a1a19a;
	margin: 8px 0 0 0;
	padding: 5px 0 0 0;
	}
	
.clear 
	{
	clear: both; 
	background: none; 
	}
	
iframe
	{
	height: 30em;
	}
	
