body, html {
	background-attachment: fixed;
	background-image: url(../img//tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: #000000;
}

a {
	color: #A94102;
}

form {
	margin: 0;
	padding: 0;
}

.thin {
	clear: both;
	font-size: 1px;
	padding: 0;
	margin: 0;
}

#container {
	width: 760px;
	border-style: solid;
	border-color: #000000;
	border-width: 0 1px 1px 1px;
	background: #FFf;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat;
}

#content {
	background: #FFF url('../img/content_bg.jpg') no-repeat top left;
	border-style: solid;
	border-color: #000000;
	border-width: 0 1px 1px 1px;
}

#inner {
	position: relative;
}

.printonly {
	display: none;
}

.center500 {
	width: 500px;
	margin: 0 auto;
	font-size: 0.9em;
}

.copy {
	position: relative;
	width: 640px;
	margin: 0 auto;
}

.col300 {
	float: left;
	width: 300px;
	padding: 0 10px;
}

/* Top Navigation */
#topnav {
	height: 31px;
	margin-bottom: 2px;
	padding-left: 16px;
	margin-top: -5px;
}

#topnav ul {
	margin: 0;
	padding: 0;
	display: block;
}

#topnav li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	padding: 5px 10px;
}

#topnav li a {
	color: #e3e3e3;
	text-decoration: none;
	font-weight: 800;
	font-size: 0.8em;
}

#topnav li a:hover {
	color: #dab66b;
}

#topnav #sizewall {
	float: right;
	padding: 3px 5px 0 0;
}

/*** Top Right Buttons ***/
#btn_sizing, #btn_wallpaper {
	background-repeat: no-repeat;
	background-position: top left;
	width: 90px;
	height: 0;
	padding-top: 21px;
	overflow: hidden;
	display: block;
	margin-right: 4px;
	float: left;
}

#btn_sizing:hover, #btn_wallpaper:hover {
	background-position: 0 -21px;
}

#btn_sizing {
	background-image: url('../img/btn_sizing.gif');
}

#btn_wallpaper {
	background-image: url('../img/btn_wallpaper.gif')
}



/**** Bottom Nav *****/
#bottomnav {
	text-align: center;
	color: #000000;
	font-size: 0.65em;
	margin-bottom: 10px;
	font-weight: 600;
	clear: both;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
}

#bottomnav a {
	color: #666666;
}

#bottomnav a:hover {
	text-decoration: none;
}
/******* Footer *******/
#footer {
	font-size: 0.7em;
	color: #CCC;
	padding: 10px;
}
#footer a {
	display: block;
	color: #FF7000;
	text-decoration: none;
}



/****** Form Styles *******/
fieldset {
	border: 1px solid #999;
}

input {
	border: 1px solid #AFAFAF;
}

input.button {
	border: none;
	background: #545454;
	color: #FFF;
	width: auto;
	display: block;
	margin: 0 auto;
	font-size: 0.7em;
	font-weight: bold;
	padding: 2px 10px;
	text-align: center;
}
