/* CSS Document */

body {
  background-color: #000000;
  color: #ffffff;
  font-size: 1em;
  font-family: Tahoma, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

#wrapper {
	background: url(bg.jpg) top repeat-y;
	width: 1000px;
	margin: 0 auto;
}

#right-box-bg {
	background: url(right-box-bg.jpg) top no-repeat;
	padding: 40px 0 0 0;
}

#flash-box {
	background-color: #361803;
	width: 734px;
	margin: 0 0 0 31px;
}

#flash-box table {
	margin: 0 auto;
	width: 680px;
}

#flash-box p {
	font-size: 12px;
	color: #FFF;
}

#banner {
	width: 734px;
	margin: 10px 0 0 31px;
	background-color: #361803;
}

#banner table {
	margin: 10px 0 0 0;
	width: 722px;
	margin: 10px auto 0 auto;
}

#banner table div img {
	border: 10px solid #724b1c;
}

#banner table div#red img {
	border: 10px solid #ff0000;
}

#sections {
	width: 734px;
	margin: 10px 0 0 31px;
	background-color: #361803;
}

#sections h1 {
	font-size: 30px;
	padding: 10px 0 0 10px;
	margin: 0 0 10px 0;
}

#sections table {
	width: 699px;
	margin: 0 auto;
}

#sections table div {
	background-color: #ff0037;
}

#sections table div img {
	border: 10px solid #ff0000;
}

#sections table div.brown {
	background-color: #724b1c;
}

#sections table div.brown img {
	border: 10px solid #724b1c;
}

#sections table div p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0 0 5px 0;
}

#right-box {
	background: #FFF;
	width: 195px;
}

#right-box div {
	background: #ff0000;
	width: 176px;
	margin: 10px auto 0 auto;
}

#right-box div img {
	border: 10px solid #ff0000;
}

#right-box div.brown {
	background: #724b1c;
	width: 176px;
	margin: 10px auto 0 auto;
}

#right-box div.brown img {
	border: 10px solid #724b1c;
}

#right-box div p {
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0 0 5px 0;
}

#right-box div p a:link {
	color: #ffffff;
}

#right-box div p a:visited {
	color: #ffffff;
}

#related {
	width: 195px !important;
	background-color: #711e17 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#related p {
	text-align: center;
	font-size: 18px !important;
	font-weight: bold;
	padding: 5px 0 10px 0 !important;
	margin: 0;
}

#click-here {
	width: 195px !important;
	background-color: #711e17 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#click-here p {
	text-align: center;
	font-size: 28px !important;
	font-weight: bold;
	padding: 5px 0 10px 0 !important;
	margin: 0;
}

#click-here a:link {
	color: #fff600  !important;
	text-decoration: underline !important;
}

#click-here a:visited {
	color: #ff00f6 !important;
	text-decoration: none !important;
}

#click-here a:hover {
	color: #ffffff !important;
	text-decoration: underline !important;
}

#also {
	font-size: 18px;
	font-weight: bold;
	color: #724b1c;
	margin: 20px 0 0 10px;
}

#desc {
	font-size: 11px;
	color: #000000;
	margin: 10px;
}

/* global links */

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* /global links */
