#sidebar {
	background: url("http://nancysbrandt.com/images/bg.jpg");
	width: 10%;
	font-size: 10pt;
	vertical-align: top;
	border: solid black 1pt;
}
h2.description {
	font-size: 20pt;
	font-face: bold;
}
h2 {
	font-size: 12pt;
	color: #333399;
}
#header {
	text-align: center;
	height: 10px;
	border-bottom: solid black 1pt;
}
#content {
	margin-left: 5px;
	vertical-align: top;
}
#logo {
	width: 15%;
	vertical-align: top;
	background: url("http://nancysbrandt.com/images/bg.jpg");
	border: solid black 1pt;
}
#footer {
	text-align: center;
	height: 10px;
}
ul, li {
	list-style: circle outside;
	margin-left: 5pt;
	padding: 0pt;
}
a:link {
	text-decoration: none;
	color: #333399;
}
a:visited {
	text-decoration: none;
	color: #333399;
}
a:active {
	text-decoration: none;
	color: #3333AA;
}
a:hover {
	text-decoration: none;
	color: #333399;
}
p {
	text-indent: 10pt;
	margin: 2pt;
	font-size: 10pt;
}
li {
	font-size: 10pt;
}

