@charset "utf-8";
/* CSS Document */

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

img {
	border: none;
}

.web {
	color: #00ccff;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.shopper {
	color: #ff00cc;
	font-weight: bold;
}



#container {
	height: auto;
	width: 1024px;
	margin: auto;
}

#menu {
	height: 51px;
	width: 1024px;	
}

#logo {
	height: 185px;
	width: 1024px;
	background-image: url(images/logo.jpg);
}

#body {
	height: 481px;
	width: 1024px;
	background-image: url(images/body.jpg);
}

#body2 {
	height: 700px;
	width: 1024px;
	background-image: url(images/body.jpg);
}

#body3 {
	height: 950px;
	width: 1024px;
	background-image: url(images/body.jpg);
}

#text {
	height: auto;
	width: 1024px;
	font-family: "Comic Sans MS";
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
}

#spacer {
	height: 20px;
	width: 1024px;
	background-image: url(images/spacer.jpg);
}

#buttons {
	height: auto;
	width: 1024px;
	margin-left: 30px;
	margin-top: 50px;
}

#footer {
	height: 51px;
	width: 1024px;
	background-image: url(images/footer.jpg);
}

#sidebar {
	height: auto;
	width: 210px;
	float: left;
	padding-left: 20px;
}

#centerBox {
	height: 481px;
	width: 790px;
	float: right;
	background-image:url(images/box.jpg);
	background-repeat: no-repeat;
	font-family: "Comic Sans MS";
	font-size: 14px;
}

