@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font: Arial;
	background-image: url(../images/bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #355d09;
}
#container {
	width: 835px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}#header {
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
	width: 835px;
}
#footer {
	height: 61px;
	width: 835px;
}
#form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding-right: 3px;
}
#form_table {
	margin-left:20px;
	margin-top:10px;
}
#thumbnails {
	z-index: 1000;
	height: 470px;
	width: 356px;
	margin-top:-470px;
}
#photoframe {
	height: 470px;
	width: 835px;
}
#swings_thumbnails {
	z-index: 1000;
	height: 470px;
	width: 835px;
	margin-top:-470px;
}
#accessories_button {
	z-index: 1000;
	height: 53px;
	width: 149px;
	margin-top:-53px;
	margin-left: 680px;
}
#accessoriesframe {
	height: 613px;
	width: 835px;
	z-index:1000;
	margin-top:-307px;
}
#goback_button {
	z-index: 1000;
	height: 53px;
	width: 149px;
	margin-top:-522px;
	margin-left: 565px;
}
