body {
	margin: 0; padding: 0;
	background: url("images/bg.gif") top left no-repeat white;
	font-family: arial, sans-serif; }

div#heading {
	background: url("images/top.gif") top left no-repeat #0056ff; 
	height: 120px; 
	text-align: right;
	color: white; }
div#heading h2 {
	position: relative;
	top: 90px;
	font-size: 120%;
	margin-top: 0;
	margin-right: 0.5em;
	font-weight: normal; }

ul#menu {
	background: black; 
	margin: 0; padding: 0;
	margin-bottom: 2em; 
	font-size: 80%;
	height: 23px;
	font-weight: bold; }
ul#menu li {
	list-style: none;
	display: inline;
	position: relative; 
	top: 3px; 
	padding-left: 2px; padding-right: 5px; }
ul#menu a {
	color: white; }

/* for article page */
div#sell {
	position: absolute;
	top: 270px; 
	left: 53em;
	width: 13em; 
	font-size: 80%; }
div#sell h3 {
	background: #0056ff; 
	color: white;
	margin-bottom: -0.5em;
	padding-left: 0.2em; }

h3.blue {
	background: #0056ff; 
	color: white;
	font-size: 80%;
	padding-left: 0.2em; }

a:link,
a:visited {	text-decoration: none; }
a:hover,
a:active { text-decoration: underline; }


.content {
	margin-left: 110px; 
	width: 400px; }

ul.links {
	font-size: 90%;
	margin: 0; padding: 0;
	list-style: none; }
ul.links li {
	margin-bottom: 0.5em; }

fieldset table {
	font-size: 80%; }
