@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #23201E;
	background-image:url(images/background.gif)
	background-repeat: repeat-x;
	line-height: 1.5em;
}

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

a:hover {
	color: #CC0033;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 50px 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 {
	width: auto;
	padding: 0;
	margin: 0;
}

#headertitle {
	font-size: 40px;
}

#main {
	margin: 50px 0 25px 0;
	padding: 10px;
	background-color: #FFFFFF;
} 

#paybox {
	width: 776px;
	margin: 50px 0 25px 0;
	padding: 10px;
	border: 2px solid #49413d;
} 

#button {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
} 

#copyright {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #49413d;
	font-size: 10px;
}	
	
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
