body {
	background-color: #8e001c;
}

#main {
	margin-top: 30px;
	max-height: 525px;
	max-width: 677px;
	min-height: 525px;
	min-width: 677px;
	height: 525px;
	background-image: url(box.gif);
	width: 677px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

#logo {
	left: 20px;
	top: 20px;
	position: absolute;
	height: 46px;
	width: 250px;
	background-repeat: no-repeat;
	background-image: url(The_Dunn_Group_logo.gif);
}

#cross {
	left: 0px;
	top: 66px;
	position: absolute;
	height: 47px;
	width: 669px;
	background-repeat: no-repeat;
	background-image: url(cross.gif);
}

#nav {
	bottom: 10px;
	left: -25px;
	width: 200px;
	position: absolute;
	z-index: 10;
}
#nav ul {
	list-style-type: none;
	font-size: 12px;
	line-height: 20px;
	color: #ca8694;
	font-family: Arial, sans-serif;
}
#nav a {
	text-decoration: none;
	color: #ca8694;
}
#content {
	width: 500px;
	left: 130px;
	top: 120px;
	position: absolute;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
h1 {
	font-weight: bold;
	font-size: 26px;
	font-family: Arial, sans-serif;
}
h2 {
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, sans-serif;
}
.larger {
	line-height: 30px;
	padding-left: 20px;
	font-size: 18px;
}
#content a {
	text-decoration: none;
	color: #ca8694;
}
#ed {
	left: 0px;
	top: 130px;
	position: absolute;
	height: 204px;
	width: 120px;
	background-repeat: no-repeat;
	background-image: url(ed.jpg);
}

