/* CSS file for cathielesslie.net  by Guy Hungerford 4/2009 */

p	
	{
		font-family: sans-serif;
	}
	
div#logo	
	{
		float: left; 
		margin: 12px;
		height: 380px;
		background-color: white;
	/*	background-color: #57dE6F;*/
		width: 108px;
		padding: 5px;
	/*	position: fixed;
		top: 10px;
		left: 100px; */
	}
	
div#main
	{
		margin-left: 128px;
		border-width: 2px;
		padding: 8px;
	}
		
div#allcontent 
	{
		padding: 8px;
		margin-left: auto;
		margin-right: auto;
		width: 800px;
	/*	background-color: #A7DEDF;*/
		background-color: #77fE8F;
		border-width: 2px;
		border-style: dotted;
		border-color: gray;
		position: relative;
	}

div#map
	{
		text-align: center;
		margin-left: 140px;
		padding: 15px;
	}

div#pics
	{
		margin-left: 140px;
	}
		
h2, h3	
	{
		text-align: center;
		font-size: 115%;
	}
	
h1
	{
		font-size: 125%;
		text-align: center;
		margin-left: 120px;
	}
	
body
	{
		text-align: center;
		font-family: Verdana, sans-serif;
	}
	
span#footer
	{
		font-size: 40%;
	}
	
.lalign
	{
		text-align: left;
	}

