@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	background-color: #DBD8D5;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}

a {
	color: #183408;
	text-decoration: none;
}

a:hover {
	color: #183408;
	text-decoration: underline;
}

p {
	padding-bottom: 1em;
	line-height: 1.5em;
}

.hr {
	background-color: #bab6b2;
	height: 2px;
	width: 100%;
	display: block;
	margin: 5px 0;
}

.lg_txt {
	font-size: 24px;
	font-weight: bold;
}

.lg_wht_txt, a.lg_wht_txt:link, a.lg_wht_txt:visited, a.lg_wht_txt:hover, a.lg_wht_txt:active {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.wht_txt {
	color: #FFFFFF;
}

#wrapper {
	margin: 0 auto;
	width: 926px;
	position: relative;
}

#header {
	height: 136px;
	margin: 5px auto 0 auto;
	position: relative
}

#logo{
	position: absolute;
	z-index: 100;
}

#menu {
	width: 625px;
	position: absolute;
	left: 285px;
	top: 100px;
	white-space: nowrap;
}

#facebook {
	width: 200px;
	height: 50px;
	position: absolute;
	left: 325px;
	top: 15px;
}

#fb_like {
	width: 350px;
	position: absolute;
	left: 325px;
	top: 60px;
}

#mallards {
	width: 200px;
	position: absolute;
	left: 715px;
	top: 5px;
	color: #000;
	font-weight: bold;
	text-align: center;
	background: #ffc422;
	border-radius: 5px;
}

#header_image {
	position: relative;
}

#random_image {
	position: relative;
}

#player {
	width: 300px;
	height: 45px;
	padding: 5px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 290px;
	left: 600px;
	background-image: url(images/player_bg.png)
}

#magazine {
	width: 200px;
	text-align: center;
	position: absolute;
	top: 180px;
	left: 35px;
}
#magazine p{
	margin-top: -50px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
		text-shadow: 2px 2px 1px #222;
}

#magazine a {
	text-decoration:none;
}

#content {
	margin: 10px auto 10px auto;
}

#sale {
	width: 413px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index:100;
}

#flash_banner {
	margin: 0 0 10px 0;
}

#left_content {
	width: 600px;
	float: left;
}

#grn_scroll {
	width: 300px;
	margin: 0 0 0 10px;
	float: left;
	background-image: url(images/grn_scroll_bg.gif);
	background-repeat:repeat-y;
}

#grn_scroll_content {
	width: 284px;
	padding: 0 8px;
	float: left;
	text-align: center;
	color: #FFF;
}

#grn_scroll_content a {
	color: #FFFFFF;
	text-decoration: none;
}

#grn_scroll_content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#grn_box {
	margin: 0 0 0 10px;
	float: left;
}

#grn_box a {
	color: #FFFFFF;
	text-decoration: none;
}

#grn_box a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	width: 916px;
	height: 33px;
	margin: 10px auto;
	padding: 18px 0 0 10px;
	color: #000000;
	font-weight: bold;
}

.copyright {
	color: #686868;
}

.left {
	float: left;
	margin: 8px;
}

.right {
	float: right;
	margin: 8px;
}

#clear {
	clear: both;
}

#contest {
	width: 330px;
	height:160px;
	color: #FFF;
	background-color: #4c9bdf;
	background-image: url(images/freeman.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
	left: 261px;
	top: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 10px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}

#contest a {
	border: 0;
	color: #FFF;
	text-decoration: none;
}

#contest img.close {
	position: absolute;
	top: 19px;
	right: 26px;
	z-index: 100;
}

