body {
	color: #191919;
	background-color: #e6e6e6;
	font-family: "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.5em;
	border-top: 10px solid #7f0e08;
	margin: 0;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 50px;
}

img {
	float: right;
	border: 1px solid #7f0e08;
	padding: 10px;
	background-color: #fff;
	margin-left: 20px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px; 
}

a:link,a:visited {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #7f0e08;
}


