body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background:#fff;
	color: #666;
	padding:20px;
	margin:0;
	}
	
/*containing blocks */

#photos {
float:left;
clear:both;
display:block;
margin-right:20px;
width:505px;
height:334px;
position:relative;
}

	#photos img {
	width:500px;
	height:333px;
	}
	
#copy {
float:left;
clear:left;
width:650px;
}

/*elements*/

img {
	border: 0;
	}

a {
	color: #48b9ab;
	text-decoration: none;
	}

sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

a:hover {
	color: #000;
	text-decoration: underline;
	}

ul {
margin:10px 0 0 10px;
padding:0;
}

li {
float:left;
margin-bottom:10px;
width:300px;
margin-right:15px;
}
