/* ------ MEDIA TAG ----- */

@media screen {

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px 5px 10px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	overflow: -moz-scrollbars-vertical;  /*add scrollbar to mozilla when to short to scroll normally*/
}

p {
	line-height: 140%;
}

h1 {
	font-size: 185%;
	font-weight: normal;
	color: #b30f11;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	color: #b30f11;
}

h3 {
	font-size: 120%;
	font-weight: normal;
	color: #b30f11;
}

h4, h5, h6 {
	font-size: 110%;
	font-weight: normal;
	color: #b30f11;
}

a {
	color: #b30f11;
}

a:hover {
	text-decoration: none;
}

th {
}

td {
}

hr {
	border: none;
	height: 1px;
	border-top: 1px solid #999;
}

li {
	line-height: 140%;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.siteContainer {
	margin: 0px auto;
	width: 740px;
}

.header {
	background-image: url(/32red-casino.gif);
	background-repeat: no-repeat;
	height: 140px;
}

.headerLogo {
	padding: 37px 0px 0px 34px;
}

.headerCaption {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 20px 0px 20px;
	padding: 8px 0px 27px 0px;
}

.headerCaption h1 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

.menu {
	float: left;
	width: 183px;
	margin: 0px 26px 0px 26px;
}

.menuSection {
	background-image: url(/menu-title-bj.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #b30f11;
}

.menuSection h1 {
	font-size: 11px;
	color: #FFFFFF;
	padding: 13px 5px 0px 45px;
	margin-bottom: 12px;
}

.menuSection ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 50px;
}

.menuSection ol {
	margin-top: 0px;
	margin-left: 50px;
}

.main {
	float: left;
	width: 470px;
	margin: 0px 25px 0px 10px;
}

.banner {
	text-align: center;
	
}

.mainContent {
	padding: 10px 0px 10px 0px;
}

.highlight {
	background: #cccccc;
	padding: 3px 15px;
	margin-bottom: 15px;
}

.footer {
	clear: both;
	text-align: center;
	font-size: 90%;
	padding-top: 10px;
}

.footer p {
	margin: 0px;
}

}

/* ------ END MEDIA TAG ----- */