@charset "UTF-8";
/* CSS Document */

body {
	
}
#container {
width:450px;	
background-color:#FFF;
}

#picture {
	width:230px;
	float:left;
}

#picture img {
	width:225px;
	padding:20px 10px 10px 5px;
}



#headline {
	width:200px;
	float:left;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#A8976F;
	padding:60px 10px 10px 10px;
	text-align:left;
	letter-spacing:.7px;

}

p{
font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;	
	color:#333;
	line-height:1.5em;
	padding:10px 20px 10px 5px;
	letter-spacing:.5px;
}

#description {
width:450px;	
	
}






