body {
	font-family: verdana, sans-serif;
	font-size: 0.72em;
	margin: 2em auto;
	padding: 0;
	background: fixed url(images/bg.png) repeat;
}

p, li {
	line-height: 1.33em;
}

h1, h2, h3 {
	font-family: times new roman, times, serif;
	color: #955;
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }


a img { border: 0; }


a { 
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

#nav ul {
	list-style-type: none;
}

#nav {
	width: 15em;
	float: left;
}

#nav li {
	margin-bottom: 0.5em;
}


#content {
	padding: 0 2em 2em 2em;
	margin-left: 16em;
}

#sales {
	border: 2px solid gray;
	background-color: white;
	text-align: center;
	margin: 3em 1em 1em 1em;
}

.caption {
	margin-top: -1em;
	font-size: 0.9em;
	color: #585;
}
