﻿body {
	background-image:url('../images/bg.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 5px;
	scrollbar-face-color:#B6A589;
	scrollbar-base-color:#867A65;
	scrollbar-highlight-color:#white;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#000000;
}

p {
	font-size:12pt;
}

h1, p.fake_h1 {
	font-size:16pt;
	padding-bottom: 10px;
	color: #680F13;
}

h2 {
	font-size:13pt;	
}

.header1 {
	font-size:16pt;
	color: #680F13;
	font-weight: bold;
}

a:link, a:visited {
	color: #990000;
}

a:active, a:hover {
	color: red;
}

ul {
	list-style-image:url('../images/bullet.jpg');
}

ul li {
	padding-bottom: 20px;
	padding-left: 10px;
	margin-left: 15px;
}

#pagemenus ul li {
	text-transform: uppercase;
}

#prize_money table {
	width: 580px;
}

.bullet {
	display:inline-block;
	width:15px;height:15px;
	background: url('/images/bullet.jpg') no-repeat;
	margin: 0px 5px 0px 15px;
	vertical-align:-4px;
}

.nobullet {
	display:inline-block;
	width:15px;height:15px;
	margin: 0px 5px 0px 15px;
}

#price_list table {
	margin: 0 auto;
	width:500px;
}

#price_list div.title {
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: 2px dotted #000000;
	width:90%;
	margin-bottom: 10px;
}

#price_list .header {
	font-size:9pt;
	margin-bottom:5px;
}

#prices p {
	font-size:11pt;
}