body {
	text-align: center;
	margin-top: 35px;
}
.topnav {

	text-align: right;
	float: right;
}

a:link {
	color: #444E8E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
}
.header {
	background: url(../assets/dreamcatcher_header2.jpg) no-repeat left top;
	height: 221px;
	width: 950px;
}
.left {
	background: url(../assets/logo_mid2.jpg) no-repeat left top;
	width: 309px;
	float: left;
	padding-top: 111px;
	margin-right: 25px;
}
.clear {
	clear: both;
}
.footer {
	color: #999999;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.container .footer a {
	color: #999999;
	text-decoration: none;
}
.right {
width:611px;
	float: right;
}
.images {
	height: 111px;
}
h1 { 
	color: #444E8E;
	margin: 3px 0px 25px;
	padding: 0px;
	font-size: medium;
	font-weight: bold;

	border-bottom: 1px solid #999999;
}
h2 {
	color: #666666;
	margin: 30px 0px 15px;
	padding: 0px 0px 0px 15px;
	font-size: small;
	font-weight: bold;
	background-image: url(../assets/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
td {vertical-align:top;}
p {
	line-height: 2em;
}