/*MondoDyne Style Sheet*/
body	{
	margin:		0;
	padding:	0;
	font: 15px/20px "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	background:	#ccc;
	}


div, p, th, td, li, dd, dl, dt,  blockquote  {
	font: 15px/20px "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
    }



#main {
	position: relative;
	width: 1024px;
	background: #FFF;
	border: 1px solid black;
	margin: 10px auto 20px auto;
	background : #fff;
	}

#content a:link {
	color : #063;
	text-decoration : none;
	font-weight : bold;
	font-size: 1.2em;
	background-color : transparent;
	}

#content a:visited {
	color : #960;
	text-decoration : none;
	font-weight : bold;
	background-color : transparent;
	}

#content a:active {
	color : #000;
	text-decoration : underline;
	font-weight : bold;
	background-color : transparent;
	}

#content a:hover {
	color : #663;
	text-decoration : underline;
	background-color : transparent;
	}

#header {
	position: relative;
	text-align: center;
	position: relative;
	margin: 0px auto 10px auto;
	}

#nav {
	position: relative;
	margin: 0 0 0 10px;
	float: left;
	width: 80px;
	}


#nav ul {
	border: none;
	padding: 4px 0 4px 4px;
	list-style: none;
	margin: 0;
	}

#nav a {
	text-decoration:	none;
	font: 11px arial, sans-serif;
	line-height: 20px;
	color: #009;
	font-weight: bold;
	}

#nav a:hover {
	text-decoration: underline;
	font: 11px arial, sans-serif;
	line-height: 20px;
	color: #009;
	font-weight: bold;
	}


#subnav {
	position: relative;
	width: 375px;
	border: 1px dotted #ccc;
	padding: 2px;
	}

#subnav a {
	text-decoration: none;
	font: 10px arial, sans-serif;
	color: #009;
	font-weight: bold;
	}

#subnav a:hover {
	text-decoration: underline;
	font: 10px arial, sans-serif;
	color: #009;
	font-weight: bold;
	}

#content {
	position: relative;
	width: 900px;
	margin-left: 150px;
	padding-bottom: 6px;
	line-height: 1.8em;
	}

#content p {
	width: 400px;
	}

p#photocap {
	border: 1px solid black;
	width: 600px;
	font-size: 11px;
	margin: 2px auto;
	color: #ccc;
	text-align: center;

	}

#content a, #content a:link, #content a:visited {
	font-family:  arial, helvetica, sans-serif;
	text-decoration:	none;
	color:	#009;
	font-size: 13px;
	line-height: 15px;

	}

#content a:hover {
	font-family:  arial, helvetica, sans-serif;
	text-decoration:	underline;
	color:	#000;
	font-size: 13px;
	line-height: 15px;

	}

h1, h2, h3, h4, h5, h6	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	background: transparent;
	}

h1	{
	font-size:	175%;
	line-height: 155%;
	}

h2	{
	font-size:	120%;
	line-height: 110%;
	}

h3	{
	font-size:	110%;
	}

span.thumbs {
	position: relative;
	width: 125px;
	float: left;
	margin-right: 2px;
	text-align: center;
	}

.footer {
	text-align: center;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding: 5px 0 5px 0;
	margin: 10px auto 20px auto;
	}

.footer a {
	padding: 10px 0 10px 0;

	font: 11px arial, sans-serif;
	line-height: 10px;
	text-align: center;
	font-style: italic;
	}