/* CSS Document */

html {
	
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #d8c3b1;
}

.floatleft {
	float: left;	
}

.intro {
	margin-top: 140px;
}

img {
	margin: 24px;	
}

a {
	color: #9f4522;	
}

a:hover {
	color: #6b6c6c;
	text-decoration: none;
	border-bottom: 1px dotted #6b6c6c;
}

#wrapper {
	position: relative;
	width: 840px;
	height: 420px;
	background: white;
	border: 3px solid #6b6c6c;
	padding-top: 24px;
	margin: 24px auto;	
}
