body {
	border: 1px solid black;
	margin: 0px;
	width: 200px;
	background: url(gray200x200.gif) fixed no-repeat 1px;
	font: small helvetica;
}

h1,h2,div,p,ul,blockquote {
	margin: 0px;
}

h1, h2 {
	font-size: small;
}

ul, li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	font-size: x-small;
	padding-right: 3px;
}

#top {
}

#sidebar {
}

#sidebar h2 {
	display: none;
}

#content {
	border-top-style: solid;
	border-top-width: 2px;
}

#content p {
	text-indent: 20px;
}

#content blockquote {
	padding: 4px 4px 4px 10px;
	font-weight: bold;
	font-size: smaller;
}

#footer {
	font-size: xx-small;
	background: #cbcbcb;
}

#footer h2 {
	xclear: both;
	display: run-in;
}


