/* Yahoo Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td,p, img
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

body
{
	background-color: #000;
	text-align: center;
	margin: 0 auto 0 auto;
	font-family: georgia, times, times new roman, serif;
	font-size: 18px;
	line-height: 24px;
}

#wrapper
{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding-left: 100px;
}

a:link, a:visited
{
	text-decoration: none;
	color: #c93;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #fc6;
}

a.thispage
{
	color: #fc6;
	text-decoration: none;
}

#nav
{
	font-family: lucida grande, arial, sans-serif;
	color: #fc6;
	font-size: 14px;
	line-height: 18px;
	margin: 22px 0 30px 37px;
}

#maincopy
{
	background-color: #ffefad;
	width: 940px;
	border: 6px #600 solid;
	padding: 30px;
  	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-bottom: 20px;
	
}


#maincopy a:link, #maincopy a:visited
{
	text-decoration: none;
	color: #960;
}

#maincopy a:hover, #maincopy a:active
{
	text-decoration: underline;
	color: #960;
}


p, dl, table
{
	margin: 10px;
}


h4
{
	margin: 20px 0 10px 10px;
}

dt
{
	font-weight: bold;
}

dd
{
	padding: 0 0 10px 30px;
}

td
{
	padding: 0 5px;
}


.bigbold
{
	font-size: 22px;
	font-weight: bold;
}

.quotes
{
	text-align: right;
	font-size: 16px;
	line-height: 22px;
	color: #640000;
	font-style: italic;
	margin: 5px 0;
	width: 513px;
	float: right;
}

.attrib
{
	font-size: 14px;
	text-align: right;
	display: block;
}


.clearfix
{
	clear: both;
}

#botleftphoto
{
	position: absolute;
	bottom: -13px;
	left: 66px;
}

