@charset "utf-8";
/* General Layout */
#header {
	/*background-image:url(../images/bg_header.png);*/
  height: 92px;
  left: 25px;
  width: 900px;
  position: relative;
}

#FWTableContainer1155658289 {
  left: 25px;
	position: absolute;
  top: 92px;
  z-index: 100;
}

#content {
  left: 25px;
	padding-top: 37px;
	position: relative;
	width: 850px;

}

#footer {
	background-image:url(../images/bg_footer.png);
  height: 33px;
  left: 25px;
  position: relative;
  width: 900px;
}


/* Content Styles */
.paddedCell {
	padding: 5px;
}

.whiteFill {
	background-color: #F5DEB3;
}

#golfFlash {
	position: absolute;
  left: 360px;
  top: 25px;
}

.photo {
	float: right;
  margin-top: -50px;
}


/*Text Tags */
.error {
	color: #FF0000;
  font-weight: bold;
  text-align: center;
}

.footer {
	background-color: #A6B698;
	font-size: 10px;
	text-align: center;
}

.redText {
	color: #FF0000;
}

.right {
	text-align: right;
}

.secondary {
	margin: 15px;
  width: 850px;
}


/* HTML Tags */
body {
	background-color: #A6B698;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

img {
	border: none;
	display: block;
}

input {
	width: 200px;
}

ul {
	width: 825px;
}

select {
	width: 204px;
}

textarea {
	width: 510px;
}


/* Signature */
#viewtiful {
	background-image: url(../images/bg_shadow.png);
  background-repeat: repeat-y;
	left: 50%;
	margin-left: -475px;
	position: absolute;
	top: 0px;
	width: 950px;
}
#content img
{
	padding:5px 5px 5px 5px;
}