@import url("layout.css");
html {
	background-image: url('../graphics/background.jpg');
	background-size: cover;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif ;
	font-size: 1.1em;
}
.container {
	width: auto;
	margin: 10px 10px 10px 155px;
	text-align: center;
}
.leftaccent {
	width: 153px;
	overflow: contain;
	float: left
}
.gamelogo {
	width: 362px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	font-size: larger;
	font-weight: bold;
}
.pagetitle {
	width: 362px;
	margin-top: 10px;
	float: right;
	text-align: right;
	font-weight: bold;
	border: none;
	font-size: x-large;
}
.rightaccent {
	width: 91px;
	align: center;
	float: right;
	display: inline-block;
}
.navigation {
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFF;
	font-size: smaller;
	position: fixed;
	background-image: url('../graphics/background.jpg');
}
.masthead {
	height:145px;
	text-align: center;
}
.maintitle {
	max-width: 100%;
	overflow: contain;
	margin: 0 15px 0 15px;
	display: inline-block;
	max-height: 382;
}
img {
	width: 100%;
	object-fit: contain;
}
.maingraphic {
	width: 955;
	display: inline-block;
	text-align: center;
	overflow: contain;
}
.content {
	width: 65%;
	text-align: left;
	display: inline-block;
	height: 382;
}
.regcontent {
	width: 80%;
	text-align:center;
	display:inline-block;
}
.reginfo {
	width: 75%;
	display: inline-block;
	border: 1px solid black
}
.paymentdetails {
	width: 30%;
	display:inline-block;
	text-align:left;
}
.smallprint {
	width: 50%;
	display: inline-block;
	text-align:left;
	font-size:smaller;
}
.lotterycontent {
	width: 60%;
	text-align:left;
	display:inline-block;
	font-size:smaller;
}
.venuecontainer {
	width: 50%;
	display: inline-block;
}
.venueimage {
	width:50%;
	display: inline-block;
	text-align:center;
	float:left;
}
.venuedetails {
	width:50%;
	height:160px;
	display: inline-block;
	text-align:center;
	float:right;
	vertical-align:middle;
}
.influencescontainer {
	width: 65%;
	display: inline-block;
}
.influences1 {
	width:33%;
	display: inline-block;
	text-align:center;
	float:left;
	vertical-align:middle;
}
.influences2 {
	width:33%;
	display: inline-block;
	text-align:center;
	float:right;
	vertical-align:middle;
}
.influences3 {
	width:33%;
	display: inline-block;
	text-align:center;
	float:right;
	vertical-align:middle;
}
.montable {
	   width: 50%;
	   text-align: center;
	   display: inline-block;
	   border-right-style: none;
	   border-right-color: inherit;
	   border-right-width: 0;
	   border-bottom-style: solid;
	   border-bottom-width: 1px;
	   margin: 0;
	   padding-right: 0;
	   padding-bottom: 1px;
	}

}

/* Content Styles */
.content li {
	line-height: 1.5em;
	list-style-position: outside;
}
.content small {
	font-size: smaller;
}

/* Navigation Styles */
.navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
}
.navigation a {
	color: black;
	font-weight:bold;
	font-size:larger;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
}
.navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
}
@font-face {
	font-family: lblack;
	src: url('lblack.eot');
	src: local(lblack), url('fonts/lblack.ttf') format('opentype');
}
wilmark {
	font-family: lblack ;
}
