@charset "utf-8";
/* Tweakess */
.cufon-loading { /* for Cufon.replace */
	visibility: hidden !important;
}

/* General CSS */
html, body, ul, p, input, textarea, h1, h2, h3 {
	padding: 0;
	margin: 0;
}
body {
	background: #618012 url(images/body-bg.png) ;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #c1b39d;
	line-height: 16px;
	text-align: justify;
}
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
}
ul {
	list-style:none;
}
:focus {
  -moz-outline-style: none;
}
a {
  outline: none;
}
a img {
	border: none;
	padding: 0;
}

.left {
	float: left;
}
.right {
	float: right;	
}
.visible {
	visibility: visible;
}
.hidden {
	visibility: hidden;
}
.clear {
	clear: both;
}
.text-right {
	text-align: right;	
}
.no-padding {
	padding:0px;
}

.padding {
	padding:0 30px;
}
.container {
	margin:0 auto;
	width:950px;
	clear:both;
}


/* Header CSS*/
#header {
	background:url(images/header-bg.png) repeat-x;
	height:109px;
	color:#95a9b8;
	padding-top:32px;
	line-height:auto;
}
#header .logo {
	padding-left:45px;
}
#header .golf-ball {
	background:url(images/golf-ball-hole.png) no-repeat;
	width:166px;
	height:128px;
	margin-top:-15px;
}

/* Content CSS */
#content .content {
	width:700px;
}
#content .content h1 {
	font-size:30px;
	color:#fff;
	text-shadow:2px 2px #000;
	letter-spacing:-1px;
	font-weight:normal;
	text-align:center;
	margin:15px 0px;
}
#content .content p {
	line-height:24px;
	margin-bottom:25px;
}
#content .content .box {
	background:url(images/gamelist-bg.png) no-repeat;
	width:590px;
	height:200px;
	padding:55px;
}
#content .content .box .right {
	width:285px;
}
#content .content .box .underline {
	border-bottom:1px solid #554f45;
	border-top:2px solid #26231f;
	font-size:0px;
	margin-bottom:20px;
}
#content .content .game-box {
	background:url(images/game-bg.png) no-repeat;
	width:590px;
	height:545px;
	padding:55px;
	text-align:center;
}

#content .advertising .ad {
	margin-bottom:15px;
}

/* Footer CSS */
#footer {
	color:#fff;
	overflow:auto;
	line-height:22px;
	padding:0px 20px;
	padding-top:30px;
	margin-bottom:30px;
}
#footer .separator-line {
	font-size:0px;
	border-top:1px solid #29350f;
	border-bottom:1px solid #b1d746;
	margin-bottom:15px;
	padding:0px;
}
#footer a {
	color:#fff;
}
#footer div {
	background:#3a6003;
	padding:0px 7px;
}
