body {
	margin: 0;
	padding: 0;
	font: 12px Helvetica, Arial, sans-serif;
	background-color: #fff;
	text-align: center;
	line-height: 16px;
}
a, a:link, a:active, a:visited {
	color: #ee1d24;
	text-decoration: none;
}
a:hover {
	color: #000;
}

/* Container for entire site */
#container {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
/* Top header */
#header {
	padding: 20px 10px;
	height: 55px;
}
#logo {
	width: 30%;
	text-align: left;
}
#links {
	display: none;
	visibility: hidden;
}

/* Banner and its children */
#menu {
}
#navigation {
	display: none;
	visibility: hidden;
}
/* Content box */
#content {
	text-align: left;
	border-top: 0;
}

/* Left and right classes for floats */
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.padded {
	padding: 0 10px;
}

/* Main body container and its children */
#main {
	padding: 20px 10px 10px 10px;
}

/* Hidden printed stuff */
.label, .carouselInner, #gallery, #details_links, #footer {
	display: none;
	visibility: hidden;
}

/* Site headers */
h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	line-height: 42px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
}
h2, h3 {
	color: #918B00;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}
h3 {
	text-transform: none;
	font-weight: normal;
}
h4 {
	margin: 0;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #990000;
	font-size: 12px;
	line-height:  12px;
}
h5 {
	margin: 0;
	padding: 2px 0;
	text-transform: uppercase;
	color: #333333;
	font-size: 11px;
}
h6 {
	padding: 1px 0;
	margin: 0;
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

/* Misc styles */
#post_wait, #post_message { 
	color: #800000;
}	
th {
	text-align: left;
}
.clear {
	clear: both;
}
.hidden, .hide {
	display: none;
	visibility: hidden;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0 0 4px 0;
}
hr {
	height: 2px;
	background-color: #9d9594;
	color: #9d9594;
	border: 0;
	padding: 0;
	margin: 0 0 2px 0;
	width: 100%;
}
hr.dotted {
	height: 1px;
	color: #b8b4b0;
	background-color: #b8b4b0;
	border-bottom: 1px dotted #fff;
	width: 100%
	margin: 0;
}
/* Hack for IE */
* html hr.dotted {
	border-bottom: 1px dashed #b8b4b0;
	padding-bottom: 1px;
}
.uppercase {
	text-transform: uppercase;
}

