* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: helvetica, arial, verdana, sans-serif;
	background: #e4ebcb url(images/shadowboxbg.jpg) top left no-repeat;
	color: #3b3442;
	}
	
#shadowbox {
	background: #e4ebcb url(images/shadowboxbg2.jpg) no-repeat;
	color: #3b3442;
	width: 818px;
	height: 486px;
	padding: 50px;
}

#shadowbox.map {
	background: url(images/shadowboxbg.jpg) top left no-repeat;
}

#shadowbox ul {
	list-style: none;
	padding: 0 50px 20px 0;
	border-right: 2px dashed #cbd2b4;
}

#shadowbox ul li {
	font-size: 1.4em;
	padding: 0 0 5px 0;
}

#shadowbox h1 {
	color: #95354f;
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 5px;
}

#shadowbox p {
	font-size: 1.2em;
	padding: 0 50px 20px 0;
	line-height: 1.2em;
}

#shadowbox a:link, a:visited {
	color: #95354f;
	text-decoration: none;
	outline: none;
}

#shadowbox a:hover {
	text-decoration: underline;
}