body {
	background:#f2f2f2;
	font-size:16px;
}

div#shell {
	-moz-box-shadow:0 0 10px #ccc;
	background:#fff;
	width:770px;
	padding:18px;
	margin:18px auto;
	-moz-border-radius:10px;
}

.red {
	color:#881A03;
}

h1 {
	color:#881A03;
	font-weight:bold;
	text-align:center;
	
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}

ul.get li {
	list-style-image:url("../images/checkbox.gif");
	padding-bottom:10px;
}

ul.get {
	margin-left:3em;
}



/*THIS IS FOR THE SIGNUP PAGE*/
.sale-header {
	font-weight:bold;
	font-size:1.3em;
	background:#f2f2f2;
}

input {
	border:1px solid #bbb;
	padding:5px;
}

.sale-label-req {
	font-weight:bold;
	width:200px;
}

td {
	padding:0 0 10px;
}

.signup {
	background:#fff url("../images/signup.jpg") no-repeat;
	text-align:center;
	border:0;
	color:#fff;
	text-indent:-9999px;
	width:589px;
	height:73px;
	display:block;
}

.highlight {
	background:#FFF200;
	display:inline;
	text-align:center;
}

h3 {
	color:#00418B;
}

blockquote {
	margin:40px;
	margin-bottom:40px;
	background:#FFF6BF none repeat scroll 0 0;
	color:#514721;
	border:2px solid #FFD324;
	padding:0.8em;
}

ul#nav {
	text-align:center;
	font-size:12px;
}

ul#nav li {
	display:inline;
	list-style:none;
	padding-right:20px;
}
