/* CSS Document */

html {
	
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#f7e8db;
	background: #005745;
	line-height: 1.3em;
}

.floatleft {
	float: left;	
}

.intro {
	margin-top: 74px;
}

h3 {
	font-weight: normal;
	font-size: 110%;	
}

img {
	margin: 24px;	
}

a {
	color: #f3d9c4;	
}

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

#wrapper {
	position: relative;
	width: 800px;
	height: 420px;
	background: #005745;
	padding-top: 24px;
	margin: 24px auto;	
}
