body {
	background-image: url(../assets/golo_bkg.jpg);
	text-align:center;
}


#container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	position: relative;
	border: 3px double #000000;	
	
} 


#headerNav {
	position: absolute;
	width: 750px;
	left: 0px;
	top: 0px;
	height: 143px;
}


html {
	overflow: scroll;
}

/* The above styles are for centering a page. The html style is necessary to accomodate the right-hand scrollbar in Mozilla browsers. The 20px top and bottom borders are optional*/

body {
	background-color: #996633;
	margin: 0px;
	text-align: center;
    font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
h1 {
	margin: 0px;
	padding: 0px 0px 8px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 18px;
	color: #996633;
	font-weight: bold;
	border-bottom: 3px double #E1D29D;
}
h2 {
	margin: 0px;
	padding: 8px 0px 0px;
	text-align: left;
	color: #996633;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
}
h3 {
	margin: 0px;
	padding: 14px 0px 4px;
	text-align: left;
	color: #384554;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 3px double #E1D29D;
	clear: left;
}
h4 {
	margin: 0px;
	padding: 6px 0px 0px;
	text-align: left;
	color: #330000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	margin: 0px;
	padding: 8px 0px 4px;
	
	color: #000000;
	text-decoration: none;
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a.link {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}
a.visited {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}
a.hover {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
a.active {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	ffont-weight: normal;
}

/* The below are some basic text styles. */

.contentText{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.contentText:link {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}
.contactText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

a.contentText:visited {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}
a.contentText:hover {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
a.contentText:active {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	ffont-weight: normal;
}
.footerText{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFE3AA;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	
}
a.footerText {
	text-decoration: none;
}
a.footerText:hover {
	color: #FFFFCC;
}

.copyrightText {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 7px;
	line-height: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.copyrightText:link {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 7px;
	line-height: 10px;
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}
a.copyrightText:visited {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
              font-size: 7px;
	line-height: 10px;;
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}
a.copyrightText:hover {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 7px;
	line-height: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
a.copyrightText:active {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 7px;
	line-height: 10px;
	color: #000000;
	text-decoration: none;
	ffont-weight: normal;
}

/* The below styles are for positioning the various objects. */
#mainContentArea {
	background-color: #FFFFFF;
	position: absolute;
	height: 750px;
	width: 750px;
	left: 0px;
	top: 189px;
	z-index: 1;
}
#shadow {
	position: absolute;
	width: 750px;
	left: 0px;
	top: 143px;
	height: 46px;
}
#gopher {
	position: absolute;
	left: 32px;
	top: 10px;
	height: 107px;
}
#goloBox200 {
	position: absolute;
	height: 259px;
	width: 257px;
	left: 258px;
	top: 79px;
}
#goloDiceboard {
	position: absolute;
	height: 87;
	width: 150px;
	left: 535px;
	top: 47px;
}
#goloBoxText {
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	position: absolute;
	height: 67px;
	width: 240px;
	left: 36px;
	top: 183px;
	font-weight: bold;
}
#goloBoxTitle {
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	height: 49px;
	width: 204px;
	left: 28px;
	top: 133px;
}
#goloDiceboardTitle {
	position: absolute;
	height: 70px;
	width: 200px;
	left: 499px;
	top: 133px;
}
td#retailerColumn {
	border-left:double;
	border-left-color:#999966;
}
td#retailerColumn img{
	margin: 0px;
	padding: 5px 0px;

}
p.topNav {
	font-size: 12px;
	color: #BB763E;
	background: #000000;
}
p.topNav a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 3px;
}
p.topNav a:hover{
	color: #FFFFFF;
	background: #7B5129;
}
