
* { margin: 0; border: 0; padding: 0; }

body {
	background: #000;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	}
	
.linktable {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #CCC;
	width: 100%;
	}

input { 
	font-family: Georgia, serif;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #CCC;
	outline: 0; 
	}
	
.submit {
	font-family: Georgia, serif;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #fff;
	outline: 0; 
	}

.submit:hover {
	font-family: Georgia, serif;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #000;
	outline: 0; 
	}


#passepartout
	{
	display: block;
	position: relative;
	height: 100%;
	}

#supersize { 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: -1; 
	}
	
#supersize img, #supersize a
	{
	height:100%;
	width:100%;
	display:none;
	}

#supersize .activeslide, #supersize .activeslide img {
	display:inline;
	}

#content {
	float: right;
	bottom: 0px;
	margin-right: 20px;
	position: relative;
	width: 500px;
	background-color: #FFF;
	z-index: 1001;
	padding: 20px;
	
	}
	
#content .title {	
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	}
	
#content .date {	
	font-family: Georgia, serif;
	font-size: 10px;	
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #606060;
	}	
	
#menu {
	position: fixed;
	top: 50px;
	float: right;
	right: 520px;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	}	
	
#menu a {	
	color: #ccc;
	text-decoration: none;
	}
	
#menu a:hover {	
	color: #000;
	text-decoration: none;
	}		
	
#menu .item {	
	position: relative;
	padding: 10px;
	background: #FFF;
	margin-top: 10px;
	color: #000;
	width: 220px;
	}	
	
#menu .inactive {	
	position: relative;
	padding: 10px;
	background: #fff;
	margin-top: 10px;
	color: #000;
	width: 220px;
	}		
			
#thumb {
	float: left;
	padding: 5px;
	margin: 1px;
	width: 110px;
	}		
	
#thumb img {	
	border: 1px solid #ccc;
	padding: 2px;
	}
	
#flickr {
	float: left;
	padding: 5px;
	width: 85px;
	margin-bottom: 20px;
	}		
	
#flickr img {	
	border: 1px solid #ccc;
	padding: 2px;
	}		
	
.break { 
	clear:left; 
	height: 30px;
	}	