html {
	background-image: url('/images/bodyBG.jpg');
	background-repeat: repeat-x;
}

body {

	font-family: Helvetica,Arial,'Liberation Sans',sans-serif;
}

a {
	color: #7E0001;
}

strong {
	font-weight: bold;
}

div#bd {
	width: 65.076em;
	padding: 1em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div#ft {
	font-size: 90%;
	text-align: center;
}

div#banner {
	background: #7E0001 url(/images/bigBG.jpg) no-repeat scroll center center;
	height: 200px;
}

div#gradiant-box {
	background: #ECECE2 url(/images/gradiant.jpg) repeat-x scroll 0 0;
	height: 25px;
}

div#tag-line {
	background: #CBC6B3 url(/images/tagBG.gif) repeat-x scroll 0 0;
	padding-top: 5px;
}

div#tag-line h1 {
	color: #80685E;
	font-size: 175%;
	font-weight: bold;
}

div#header div#nav-bar {
	padding: 10px;
	background-color: #ECECE2;
}

div#header div#nav-bar ol li {
	display: inline;
	color: #D92D2B;
	font-weight: bold;
	text-transform: uppercase;
	padding: 11px;
}

div#header div#nav-bar ol li span.score {
	font-size: 120%;
	color: #7E0001;
}

div#header div#nav-bar ol li a {
	text-decoration: none;
	color: #D92D2B;
	padding: 11px;
}

div#header div#nav-bar ol li a:hover {
	background: #ECCE18;
	color: #7E0001;
	text-decoration:underline;
}

div#bd h2 {
	font-size: 250%;
	margin-bottom: 8px;
	color: #D92D2B;
}

div#bd h3 {
	color: #80685E;
	font-size: 175%;
}

div#bd h4 {
	color: #80685E;
	font-size: 125%;
}

div#bd p {
	margin-bottom: 8px;
}

form.new_user_session label {
	display: block;
	font-size: 150%;
	color: #80685E;
}

form.new_user_session input[type=text], form.new_user_session input[type=password] {
	display: block;
	margin-bottom: 15px;
	font-size: 150%;
}



form.new_user_session div.checkbox input[type=checkbox],
form.new_user_session div.checkbox label {
	display: inline;
}

form.new_user_session input[type=submit] {
	margin-top: 15px;
}

form.card-position {
	display: inline;
}

dl.card-types dt {
	font-size: 150%;
	clear: both;
}

dl.card-types dt span.name {
	font-weight: bold;
}

dl.card-types dd ul li {
	padding-left: 20px;
}

dl.card-types dd {
	margin-bottom: 10px;
}

dl.card-types dd img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

ul#card-types-nav {
	margin-bottom: 10px;
}

ul#card-types-nav li {
	display: inline;
}

ul.prize-list {
	margin-bottom: 15px;
}

ul.prize-list li {
	padding-left: 10px;
}

div.notice {
	font-size: 140%;
	font-style: italic;
}