A:link		{ color: #BEBAB2; text-decoration: none;}
A:visited	{ color: #BEBAB2; text-decoration: none;}
A:hover		{ color: #BEBAB2; text-decoration: underline;}
A:active	{ color: #BEBAB2; text-decoration: none;}

body {
		text-align: center;
		margin: 0;
		padding: 0;
		background-color: #CCCCCC;
		font-family: geneva, verdana, arial, helvetica, sans-serif;
		font-size: 11px;
}

#contentframe {
		margin-right:auto;
       		margin-left:auto;
		width: 700px;
		background-color: white;
	  	}

#content {
		padding: 10px;
		text-align: justify;
		line-height: 140%;
		}

hr {
		color: #BEBAB2;
		background-color: #BEBAB2;
		height: 1px;
		}

h1 {
		font-family: "Minion", "Garamond", "Adobe Garamond Pro", "Palatino", "Times New Roman";
		font-size: 20px
		font-weight: bold;
		line-height: 150%;
		}

.credits {
		padding: 10px;
		text-align: right;
		font-size: 9px;
		}

.fullsizeimage {
		text-align: center;
		}


#thumbs {
		margin-top: 10px;
		float:right;
                position:relative;
		text-align: right;
                width:154px;
                padding:10px;
		}

#nav {
		font-weight: bold;
		}

img.thumbs {
		border: 2px solid #BEBAB2;
		}
