@charset "utf-8";

html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 100%;
	background-color: #09360B;
	text-align: center;
	margin-top: 50px;
	font-family: Verdana, Geneva, sans-serif;
}
.padding {
	padding-top: 10px;
	padding-bottom: 10px;
}
.margin {
	margin-top: 30px;
	margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	padding-top: 0px;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #00F;
}



#wrapper {
	background-color: #FFF;
	text-align: left;
	width: 930px;
	position: relative;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.6;
}
#header {
	background-color: #FFF;
	height: 109px;
	width: 930px;
}

#navBar {
	background-color: #FFF;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #928600;
	width: 145px;
}
#navBar a {
	text-decoration: none;
}


#mainContent {
	background-color: #FFF;
	width: 720px;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
}
#mainContent-wide {
	background-color: #FFF;
	width: 900px;
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
}
#examples {
	background-color: #066;
	width: 300px;
}

#footer {
	background-color: #45771E;
	width: 930px;
	background-image: url(../images/Blackjack-Table.jpg);
	height: 297px;
	background-repeat: no-repeat;
	text-align: center;
}
#footer-nav {
	background-color: #FFF;
	font-size: 0.9em;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#navBar h1 {
	font-size: 1em;
	font-weight: bold;
	line-height: 2;
}

.quotes {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.3em;
	color: #030;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
}
.green {
	color: #030;
	font-weight: bold;
}
#mainContent-wide table tr td p a {
	color: #0FF;
}
.white-text {
	color: #FFF;
}
.image-right {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image-left {
	float: left;
	padding-right: 10px;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#mainContent #centering {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}

#mainContent-wide .img-right {
	float: right;
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 20px;
}
.couriur {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
}
.vetting {
	background: #FFF;
	padding: 10px 15px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 5px groove #928600;
	margin-top: 30px;
}
#picture {
	height: 125px;
	width: 125px;
	position: absolute;
	left: 15px;
	top: -25px;
	border: thick ridge #928600;
}
#tip-day {
	width: 600px;
	border: thick ridge #928600;
	margin: 10px auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	background: #09360B;
}
