body {
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #999999;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
#itemTable {
	border: 0px solid #000000;
}
#itemImage {
	border: 0px solid #000000;
}
#itemImageBig {
	border: 0px solid #000000;
}
#itemDivider {
	border: 0;
	border-bottom: 1px dotted #D4D4D4;
}
p {
	margin: 4px 0;
}
h1, h2, h3 {
	margin: 6px 2px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 18px;
}
a {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: underline;
	color: #0034CA;
}
h2 a {
	color: #000000;
}
.container {
	margin: 0 auto;
	width: 730px;
	padding: 10px;
}
#header {
	padding-bottom: 10px;
}
#topBar {
	background: #EAEAEA;
	height: 15px;
	padding: 4px 1px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	margin-bottom: 10px;
}
#leftSide {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
#rightSide {
	float: right;
	width: 520px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	text-align: center;
	background: #EAEAEA;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#navlist { font-family: verdana, arial, sans-serif; font-size: 11px; width: 200px; padding: 0; margin: 0; }
#navlist li { list-style: none; margin: 0; padding: 2px; border-top: 1px solid #E5E5E5; }
#navlist li a { text-decoration: none; color: #000000; }
#navlist li h3 { font-size: 14px; margin: 0; padding: 4px 2px; background: #F5F5F5; }