body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
	background-color: #464531;
}
p {
	margin: 0px;
	padding: 0px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 700px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #222222;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
#header {
	height: 125px;
	width: 700px;
	background-image: url(img/rulebook_header.jpg);
	background-color: #1A1A1A;
	position: relative;
}
#header a {
	position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 125px;
}
.logo {
	display:none;
}
#menu {
	background-color: #A88253;
	height: 45px;
	width: 700px;
	color: #FFFFFF;
	font-size: x-small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-image: url(img/menu_bg.jpg);
}
#content {
	background-color: #E4DDD4;
	height: auto;
	width: 680px;
	padding: 10px;
}
#copyright {
	background-color: #1A1A1A;
	width: 700px;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	background-image: url(img/footer_bg.jpg);
}
#copyright img {
	margin-bottom: 2px;
	border: none;
	margin-top: 10px;
}
h1 {
	font-family: Georgia, Trebuchet, serif;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 25px;
	color: #335B8C;
	padding-bottom: 5px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	width: 640px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-left: 20px;
	padding-bottom: 5px;
	color: #333333;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.content {
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 160%;
	margin-bottom: 40px;
	font-size: 85%;
}
.content2 {
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 160%;
	margin-bottom: 15px;
	font-size: 85%;
}
.content a:link, .content2 a:link {
	color: #3B68A0;
	font-weight: bold;
	text-decoration: none;
}
.content a:visited, .content2 a:visited {
	color: #3B68A0;
	font-weight: bold;
	text-decoration: none;
}
.content a:hover, .content2 a:hover {
	color: #3B68A0;
	font-weight: bold;
	text-decoration: underline;
}
dl a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
dl a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
dl a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
dl {
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #335B8C;
}
dt {
	margin-right: 20px;
	margin-top: 18px;
	font-weight: bold;
	float: left;
	font-size: 11px;
}
.subtitle {
	font-size: small;
	font-weight: bold;
	color: #FF0000;
}
.warning {
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px;
	font-weight: bold;
}
.warning a:link {
	color: #FFD220;
	text-decoration: none;
}
.warning a:visited {
	color: #FFD220;
	text-decoration: none;
}
.warning a:hover {
	color: #FFD220;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
ul {
	margin: 0px 0px 40px;
	padding: 0px;
}
.list1 {
	list-style-type: square;
	margin-left: 55px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	list-style-position: outside;
	font-size: 85%;
}
.list2 {
	list-style-type: decimal;
	margin-left: 55px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	list-style-position: outside;
	font-size: 85%;
}
.back {
	font-size: x-small;
	margin-left: 20px;
	margin-bottom: 40px;
}
.back a:link {
	color: #3B68A0;
	font-weight: bold;
	text-decoration: none;
}
.back a:visited {
	color: #3B68A0;
	font-weight: bold;
	text-decoration: none;
}
.back a:hover {
	color: #3B68A0;
	font-weight: bold;
	text-decoration: underline;
}
.update {
	font-size: 10px;
	width: 630px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px 0px 20px 20px;
	padding: 5px 0px 5px 10px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #D7CBBD;
}
