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

body {
	background-color: #666666;
	margin: 0 auto;
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	background-color: #FFFFFF;
}

#header {
	background-image: url(header.jpg);
	height: 200px;
}

#headleftcol {
	width: 700px;
	float: left;
}

#logo {
	margin-left: 20px;
	width: 360px;
	margin-top: 10px;
}

#sublogo {
	margin-left: 30px;
	width: 360px;
}

#headrightcol {
	width: 280px;
	float: left;
}

#shoplogo {
	margin-top: 10px;
}

#checkout {
	width: 208px;
	float: left;
}

#content {
	width: 980px;
	margin-left: 10px;
}

#leftcol {
	width: 700px;
	float: left;
}

#book {
	width: 177px;
	float:left;
}

#copy {
	width: 510px;
	height: 400px;
	float: right;
	overflow: scroll;
}

#rightcol {
	width: 280px;
	float: left;
}

#footer {
	background-image: url(footer.jpg);
	height: 101px;
	clear:both;
}

/* ------------------ Text Styles ------------------------------ */

p { 
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	color:#333333;
	font-size: 12px;
}

a {
	color: #bfd73b;
	font-size: 12px;
}

h1 {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	color: #0066CC;
	font-size: 30px
}

.heading2 {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	color:#333333;
	font-size: 18px;
}

.heading3 {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	color: #FF0000;
	font-size: 18px;
}

.heading4 {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	color: #333333;
	font-size: 14px;
}

table a {
	color: #bfd73b;
	font-size: 14px;
}

.pricewhite {
	color: #FFFFFF;
}

.green {
	color: #bfd73b;
}

.gray {
	color:#333333;
}
