body {
	font-family: "Times New Roman", Times, serif;
	background-color: white;
	margin: 0;
}

#header,#footer,#content {
	margin: 0 6%;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	float: left;
}

h1#twine a{
	display:none;
}
h1#twine img{
	width:160px;
	height:118px;
}
hr {
	display: none;
}

a {
	text-decoration: none;
	color: inherit;
}

#sidebar {
	text-align: right;
	float: right;
	margin: 0 6%;
	width: 200px;
}

#sidebar ul, #sidebar h3 {
	display: none;
}

#sidebar h2 {
	display: block;
	font-size: 18pt;
}

#nav {
	display: none;
}

#content {
	border: 0;
	padding: 1em;
	clear: both;
	font-size: 12pt;
	border-top: 1px solid #ccf;
}

#content p {
	line-height: 150%;
}

#footer {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	font-size: 9pt;
	border-top: 1px solid #ccf;
	text-align: center;
}

#footer li {
	margin: 0 1em 1em;
	list-style: none;
	display: inline;
}

#footer a, #footer {
	color: #369;
}

#content li {
	list-style: outside square;
	margin-bottom: .5em;
	font-size: 1.0em;
}

#content ul {
	font-size: 1em;
	margin: 0 0 1em 2em;
}

#content img {
	border: solid 1px #633;
	padding: 2px;
	margin: 0 1em 5px;
	float: right;
	clear: right;
	
}