@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtr #container {
	width: 98%;  /* this will create a container 95% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	height: 100%;
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#banner {
	width: 85%;
	margin-left: 25px;
}

#button1 {
	float: left;
	margin-left: 33%;
	margin-top: 5%;
}


#button2 {
	float: left;
	margin-left: 20px;
	margin-top: 5%;
}
#toolbar {
	background-color: #000000;
	height: 15%;
	width: 100%;
}


#button3 {
	float: left;
	margin-left: 20px;
	margin-top: 5%;
}

.buttons {
	font-size: 24px;
	font-family: Impact;
}
a:link {
	color: #000000;
}
a:visited {
	color: #330033;
}

a:hover {
	color: #000066;
}

#title {
	margin-left: 43%;
	margin-top: 20px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titletext {
	font-size: 45px;
	font-family: Impact;
}

#wrapper {width: 1000px; position: relative; margin: auto; padding: 0px;}
.sold {
	color: #FF0000;
	font-family: Impact;
	font-size: 21px;
}
div {{padding:0;margin:0;}
