body {
	background: url("../img/background.gif") repeat-x scroll top center;
	margin:0; border:0;
	font-family: 'trebuchet ms',tahoma,arial,sans-serif;
}

img {
	border: 0;
}

#page {
	width: 750px;
	margin: 0px auto;
	position: relative;
	left: 0; top: 0;
	padding: 0;
}

#header {
	width: 750px;
	height: 110px;
	position: relative;
	left: 0; top: 0;
	margin: 0; padding: 0;
	color: #fff;
}

#header h1 {
	margin: 0; padding: 0 0 0 30px;
	font-family: 'palatino linotype',garamond,georgia,serif;
	font-size: 30px;
}

#header h2 {
   margin: 0; padding: 0 0 0 30px;
   font-family: 'palatino linotype',garamond,georgia,serif;
   font-size: 20px;
}

#body {
	width: 750px;
	position: relative;
	left: 0; top: 0; margin: 0; padding: 0;
}

#footer {
	font-size: 10px;
	text-align: center;
}

#left-column {
	width: 150px;
	position: absolute;
	top: 0; left: 10px;
	vertical-align:top;
}

#main-column {
	width: 570px;
	position: absolute;
	top: 0; left: 170px;
	font-size: 12px;
}

#main-column h1 {
	font-size: 16px;
	padding: 0; margin: 0;
}

#main-column h2 {
	font-size: 16px;
	padding: 0; margin: 0;
}

#main-column li {
  list-style: none;
  background-image: url(/img/heart.png);
  background-position: left middle;
  background-repeat: no-repeat;
  padding-left: 15px;  /* space for the image */
  font-size: 10px;
}

.section-highlight {
	border: 1px dotted #333;
	padding: 5px 5px 0px 5px; margin: 0 0 10px 0;
	background-color: #eee;
	line-height: 1.3em;
}

.section {
	border-top: 2px solid #000;
	font-size: 12px;
	padding: 0 0 5px 0;
}

.section a {
	color: #870B00;
}

.section h1 {
	border-bottom: 1px dotted #000;
	margin: 0; font-size: 12px;
}

.section-highlight h1 {
	margin: 0; font-size: 16px;
}

#menu {
	position: absolute;
	top: 0;
	left: 10px;
	width: 750px;
	height: 27px;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#menu li {
	margin: 0;
	padding: 0;
	display: inline; /* IE5/Win */
	list-style-type: none; /* IE5/Win */
}

#menu a {
	float: left;
	height: 0px !important;
	height /**/:27px; /* IE5/Win */
	padding: 80px 7px 0 7px;
	color: #fff;
	font-size: 12px;
}

.review-table {
	font-size: 10px;
	line-height: 1;
}

.review-table td {
	line-height: 1.2em;
	font-size: 12px;
	/* border: 1px solid #333; */
}

.review-table a {
	color: #870B00;
}

#subsection h3 {
	font-size: 14px;
	color: #870B00;
}

#subsection ul {
	padding-left: 10px;
}

#subsection li {
  list-style: none;
  background-image: url(/img/club.png);
  background-position: left middle;
  background-repeat: no-repeat;
  padding-left: 15px;  /* space for the image */
  font-size: 10px;
}

#subsection a {
	color: #870B00;
}

#footer {
	position: relative;
	padding: 30px 0 40px 0;
}
