body {
	font-family: Tahoma, sans-serif;
}

h3 {
	margin-bottom: 0;
}

#header {
	background-image: url(images/chiheader.jpg);
	height: 115px;
	width: 700px;

	padding: 0px;
	margin: 0px;
}

#header span {
	display: none;
}

#menu {
	position: absolute;
	width: 12em;
	font-size: 80%;
	top: 140px;
	left: 1em;
	border-right: solid 1px #660066;
	margin-top: 1em;
}

#content {
	position: absolute;
	left: 10em;
	top: 140px;
	margin: 1em;
}

#menu li, #menu ul, #topmenu li, #topmenu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#topmenu li {
	float: left;
	padding-right: 1em;
}

#menu ul ul {
	margin-left: 1em;
}

#footer {
	font-size: 70%;
	margin-top: 1em;
	border-top: solid 1px #660066;
	text-align: center;
}

#photos div {
	border: solid 1px #660066;
	background: #660066;
	color: #ffffff;
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
	text-align: center;
	clear: all;
}