body {
	text-align: center;
}

#body {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px maroon;
	text-align: center;
}

#top_banner {
	height: 184px;
	background-image: url(assets/banner.jpg);
	background-repeat: no-repeat;
}

#top_banner a {
	width: inherit;
	height: inherit;
	display: block;
}

#nav_bar {
	position: relative;
	top: -95px;
	width: 115px;
	margin-left: 40px;
}

#nav_bar img {
	width: 111px;
	height: 71px;
	padding: 0;
	margin-bottom: 8px;
	display: block;
}

#header {
	height: 117px;
	background-image: url(assets/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0;
	padding-left: 225px;
	padding-right: 250px;
}

#header h2 {
	margin: 0;
	padding-top: 50px;
	font-size: 160%;
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
}

#wrapper {
	#width: 100%;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

#nav {
	width: 175px;
}

#wrapper td {
	vertical-align: top;
}

#banner_ad {
	position: relative;
	top: -96px;
	padding: 0;
	margin-right: 5px;
	text-align: center;
	border: 2px outset #B22222;
}

#content {
	padding:0 0 20px 0;
	background-image: url(assets/content_bg.jpg);
	background-position: right;
	text-align: left;
	color: #5B0000;
}

#content h3 {
	margin: 20px 0 0 5px;
	font-size: 1.3em;
	color: Maroon;
}

#content p.page_paragraph {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
}

#content p {
	font-size: 1.1em;
	color: #4A0000;
}

.home_para {
	width: 500px;
	margin: 0 5px 5px 5px;
	text-align: justify;
}


#content_table {
	width: 510px;
	margin: 0;
	margin-bottom: 30px;
	padding: 2px;
	padding-top: 0;
	border-spacing: 0;
	empty-cells: hide;
}

#form_table {
	width: 510px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#content_table th {
	padding: 2px 0 1px 5px;
	color: #FAFAD2;
	background-color: #620500;
}

#content_table tr {
	padding: 0px;
}

#content_table td {
	padding: 0 10px 7px 10px;
}

#content_table td.stats {
	width: 40%;
	cursor: pointer;
}

#content_table .inner_td {
	padding: 5px 0 0 0;
}

#content_table td p {
	margin: 7px 0 7px 0;
	font-size: 105%;
	color: Maroon;
}

#content_table td a {
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6C0000;
}

#content_table td a:hover {
	color: Orange;
}

.cmnts_link_cell {
	width: 30%;
	cursor: pointer;
}

.cmnts_link_cell div {
	position: relative;
	top: 9px;
	right: 10px;
	width: 114%;
	height: 2px;
}

#content_table a.reviews {
        font-weight: normal;
        font-family: "Times New Roman", Times, serif;
        color: Black;
}

.cmnts_link_cell img {
	width: 8px;
	height: 13px;
	text-decoration: none;
}

.cmnt_cell {
	background-color: #E9D2B5;
	border: 1px solid #7B0600;
	border-bottom: none;
}

.cmnts_link {
	text-decoration: underline;
}

.inner_td {
	background-color: #E9D2B5;
}

.title_cell {
	border-top: 2px solid;
}

.title_cell a {
	margin-top: 10px;
	margin-bottom: 15px;
	display: block;
}

a.button {
	width: 111px;
	height: 71px;
	padding: 0;
	margin-bottom: 8px;
	display: block;
	text-align: center;
}

a.button span {
	display: none;
}

#button1 {
	background: url(assets/Button1_over.gif) no-repeat;
}

#button2 {
	background: url(assets/Button2_over.gif) no-repeat;
}

#button3 {
	background: url(assets/Button3_over.gif) no-repeat;
}

#button4 {
	background: url(assets/Button4_over.gif) no-repeat;
}

#button5 {
	background: url(assets/Button5_over.gif) no-repeat;
}

#button6 {
	background: url(assets/Button6_over.gif) no-repeat;
}

a.button img {
	border: 0;
}

* html a:hover {
	visibility: visible;
}

a.button:hover img, a.button:active img {
	visibility: hidden;
}

#email_form {
	color: Maroon;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#email_form p {
	margin: 0 0 10px 0;
	font-weight: bold;
}

#email_form table {
	width: 380px;
	padding: 18px;
	font-size: 80%;
	background-color: #EFEFEF;
	border: 1px solid #8B4513;
}

#email_form table th {
	height: 3em;
	text-align: left;
}

#Submit {
	width: 14em;
	font-weight: bold;
}

.button {
	color: #FEFEEF;
	background-color: #971B00;
	border-color: #971B00;
}

.form-field {
	width: 90%;
}

.form-textfield {
	width: 100%;
	height: 14em;
}

#footer {
	margin-top: 10px;
	padding: 0.1em;
	text-align: center;
}

#footer ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#footer li {
	display: inline;
	padding: 5px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0.15%;
	margin-right: 0.15%;
}

#footer li a:link {
	color: #B8860B;
}

#footer li a:visited {
	color: #B8860B;
}

#footer li a:hover {
	color: Maroon;
	font-weight: bold;
}

#footer li a img {
	width: 100px;
	height: 54px;
        border: none;
        margin-top: 20px;
}
