/* tearne.css */
/* stylesheet for Kate Mellor pages on Fotonet */
/* Alun Ward, 2006 for EyeDivision www.eyedivision.co.uk */
/* alun@eyedivision.co.uk */

body {  
	font-family:Verdana, Helvetica, sans-serif;
	color: #000;  
	background-color:#CCCC66;
	font-size:1em;
	line-height: 2em;
	text-align:left;
	position: relative;
	height:100%;
	padding:0;
	/*width: 100%;*/
	
}

/* main page container */
#container {
	/*width: 900px;*/
}

img {
	background-color:#FFF;
	padding: 3px; 
	margin: 3px;
}
#journal {
	width: 600px;
	line-height: 140%;
}
#journal P {
	padding: 20px;
}

#left {
	padding-top: 10px;
	float: left;
	width: 250px;
}
#picture {
	padding-top: 20px;
	margin-left: 280px;
	text-align:center;

}

#picture p {
	text-align: center;
}
H1 { 
	font-size:small; 
	font-weight: bold; 
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline;
}

H2 { font-size: normal;  }
H3 { font-size: 0.9em;  }	

H1 .placename { font-size:x-large; }


.selected { 
	background-color:#FFF;
	padding: 10px;
}

a:link { color:#990000; text-decoration: none; }
a img { border: none; }
a:active { color:#993300; text-decoration: underline;}
a:hover { color:#993300; text-decoration: underline; }
a:visited { color:#990000; }

#footer {
	clear: both;
	text-align: center;
}