body {
	margin: 0;
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #AAAA99;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
#itemTable {
	border: 1px solid #AA0000;
}
#itemImage {
	border: 1px solid #AA0000;
}
#itemImageBig {
	border: 1px solid #AA0000;
}
#itemDivider {
	border: 1;
	border-bottom: 1px dotted #D4AAFF;
}
p {
	margin: 4px 0;
}
h1, h2, h3 {
	margin: 5px 2px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 16px;
}
a {
	text-decoration: none;
	color: #FF33AA;
}
a:hover {
	text-decoration: underline;
	color: #FF34DD;
}
h2 a {
	color: #00AA00;
}
.container {
	margin: 0 auto;
	width: 740px;
	padding: 10px;
}
#header {
	padding-bottom: 12px;
}
#topBar {
	background: #AAEAFF;
	height: 14px;
	padding: 5px 1px;
	border-bottom: 1px solid #00AA00;
	border-top: 1px solid #00AA00;
	margin-bottom: 12px;
}
#leftSide {
	float: left;
	width: 210px;
	margin-bottom: 18px;
}
#rightSide {
	float: right;
	width: 510px;
	margin-bottom: 18px;
}
#footer {
	clear: both;
	text-align: center;
	background: #FFAAEA;
	border-top: 2px solid #00FF00;
	border-bottom: 2px solid #00FF00;
}
#navlist { font-family: Georgia, Tahoma, arial, sans-serif; font-size: 12px; width: 210px; padding: 0; margin: 0; }
#navlist li { list-style: none; margin: 0; padding: 2px; border-top: 1px solid #E5AAE5; }
#navlist li a { text-decoration: none; color: #00AA00; }
#navlist li h3 { font-size: 12px; margin: 0; padding: 4px 2px; background: #FFAAF5; }
