/* @override http://localhost:8888/kubb.css */

html, body {
	margin: 0;
	background-color: #eddab1;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#main_bg {
	background-image: url(images/main.png);
	width: 950px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
}

#wide_bg {
	background-image: url(images/main_wide.png);
	width: 950px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	color: white;
	text-align: center;
	width: 500px;
	margin-left: 420px;
	padding-top: 40px;
	font-size: 22px;
}

#body {
	position: relative;
	top: 45px;
	width: 520px;
	margin-left: 410px;
}

#wide_body {
	position: relative;
	top: 45px;
	width: 870px;
	margin-left: 59px;
}

#footer {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 15px;
	padding-bottom: 15px;
}

h1, h2 {
	color: #bb8000;
	padding-left: 30px;
	margin-top: 0;
	font: bold 1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	color: #363636;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
	line-height: 23px;
}

p.store {
	color: #363636;
	padding-left: 5px;
	padding-right: 30px;
	font-size: 14px;
	line-height: 20px;
}

td.store {
	color: #363636;
	padding-left: 5px;
	font-size: 14px;
	line-height: 20px;
	width: 75px;
}

p.warning {
	color: red;
}

ul {
	color: #363636;
	padding-left: 70px;
	padding-right: 40px;
	font-size: 18px;
	line-height: 23px;
}

img {
	border-style: solid;
	border-color: #b38219;
}

img.rules {
	margin-right: 15px;
	float: left;
}

input.buynow {
	margin-left: 10px;
	float: left;
}

input.viewcart {
	margin-left: 10px;
	float: left;
}




/* ANCHORS */

a.nav:link, a.nav:active, a.nav:visited {
	color: white;
	text-decoration: none;
	font-size: 22px;
}

a.nav:hover {
	text-decoration: underline;
}

a:link, a:active, a:hover {
	color: #363636;
}

a:hover {
	color:blue;
}


