/* 
	Portfolio 3
	Layout Style Sheet
	
	Author: Elaine
*/

/* body */

body {
		background-color: blue;
		background-image: url(images/blue_texture3.jpg);
		font-size: 1.1em;
		font-family:Arial, Helvetica, sans-serif;
}

/* Heading styles */

h1	{
		color: teal;
		font-size: 150%;
		font-style: italic;
		font-family: sans-serif;
		border-bottom:solid thick white;
		border: solid thick teal;
		background-color: white;
}

h2 { 
		background-color: teal;
		color:white;
}

h3 { 
		background-color: teal;
		color:white;
}


link {
		font-size: 1.5em;
		color: teal;
		font-style: bold;
}

img {
		float: left;
		margin: 0 10px 10px 0;
	}
	
img.right { 
		border: double thick teal;
		float: right;
		margin: 0 10px 10px 0;
	}
	
img.left {
		border: double thick teal;
		float: left;
		margin: 0 10px 10px 0;
	}
	
img.right {
		border: double thick teal;
		float: right;
		margin: 0 10px 10px 0;
	}
	
.clear { 
		clear: both;
	}