div {
	/*border: thin dotted #FFF;*/
}
#ddi {
	background-color: #EEEEEE;
	margin: 10px;
	padding: 10px;
}
#page {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
}
#header {
	background-color: #FFF;
}
#header #logo {
	background-image:url(/images/heartbeatslogoweb.gif);
	background-repeat:no-repeat;
	height:100px;
}
#header #logo #quote {
	color:#666;
	font-size:14px;
	padding:70px 0px 15px 215px;
}
#header #menu {
	border-bottom:3px solid #EEE;
}
#main {
	background-color: #FFF;
	padding:0px;
}
#main #crumbs {
	display:none;
}
#main #title {
	padding:20px 20px 10px 20px;
}
#main #title h1 {
	margin:0px;
	padding:0px;
}
#nav {
	float: left;
	height:auto;
	width: 200px;
}
#nav .block {
	padding:5px 10px 5px 10px;
}
#nav a {
	color:#fff;
}
#nav h2 {
	color:#000;
	font-size: 16px;
	font-weight: bold;
}
#nav ul {
	list-style-type:none;
	padding:0;
	margin:5px 0px 5px 10px;
}
#nav a {
	display:block;
	color:#333;
	padding:1px 2px 1px 2px;
	margin:0px 0px 8px 0px;
	border-top:thin dotted #999;
	border-bottom:thin dotted #999;
	border-left:thin solid #FFF;
	border-right:thin solid #FFF;
}
#nav a:hover {
	text-decoration:none;
	background-color:#EEE;
	border-top:thin solid #000;
	border-bottom:thin solid #000;
	border-left:thin solid #000;
	border-right:thin solid #000;
}
#content {
	background-color:#FFFFFF;
	margin: 0px 20px 0px 200px;
}
#content h1 {
	color:#900;
	font-size: 18px;
	font-weight: bold;
	margin-top:18px;
}
#content h2 {
	color:#900;
	font-size: 16px;
	font-weight: bold;
}
#content h3 {
	color:#666;
	font-size: 14px;
	font-weight: bold;
}
#content ul {
	list-style-type:square;
}
#content .block {
	padding:0px 10px 20px 20px;
}
#content .pullquote {
	border-left:thin solid black;
	color:#900;
	text-align:left;
	margin-right:20px;
}
#content #space {
	height:200px;
	background-image:url(/images/heartbeatslogosmall.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
#content #menu {
	text-align:center;
	padding:0px 20px 10px 20px;
}
#footer {
	/*border-top:3px solid #EEE;*/
	background-color: #FFF;
	position: relative;
	height: 30px;
	width: auto;
	clear: both;
}
#footer #copy {
	color:#666;
	font-size:10px;
	text-align:center;
	padding:0px 20px 20px 20px;
	margin-left:200px;
}
