/*

This is the CSS file to make the design pretty. You can find
the sticky footer required CSS at the following URL:

http://ryanfait.com/sticky-footer/layout.css

*/

body, td {
font-family:georgia,times new roman;
font-size:13px;
line-height:21px;
}
.wrapper {
	width: 100%;
	text-align: left;
}
.header {
	display:none;
}
a img{
border:none;
}
div#logo {
display:none;
}
div#tagline {
display:none;
}
div#signup {
display:none;
}
div#content {
width:960px;
margin:0 20px 0 20px;
padding-bottom:20px;
}
.footer {
	display:none;
}
div#footerContent {
	display:none;
}

#homeText {
float:left;
width:564px;
padding:0 10px 0 10px;
}

#homeText p {
color:#000;
text-align:justify;
padding:5px 0 5px 0;
margin:0px;
font-size:12px;
font-family:trebuchet ms, helvetica, verdana,sans-serif;
}

#sidebar {
width:359px;
padding:5px;
float:right;
}

#sidebar p {
padding:10px 0 10px 0;
}

.pHeader {
font-size:26px;
color:#66000f;
}

#headerContent {
width:960px;
position:relative;
}
#coupon {
padding: 15px;
border:1px dashed #000;
width:550px;
}
#coupon td {
line-height:normal;
}
#coupon_header {
font-family:georgia,times new roman;
font-size:16px;
color:#7b0012;
border-top:1px solid #7b0012;
border-bottom:1px solid #7b0012;
}
#coupon_header div{
padding: 4px 0 4px 0;
}
#coupon td.logo_text {
padding-top:10px;
font-family:georgia,times new roman;
font-size:12px;
font-style:italic;
color:#7b0012;
}
/* side bars */
#blueSidebar, #goldSidebar {
display:none;
}

.price {
font-family:georgia,times new roman;
font-size:14px;
font-weight:bold;
}

.price_desc {
font-family:georgia,times new roman;
font-size:12px;
font-style:italic;
}

.category {
padding-top:20px;
font-weight:bold;
text-decoration:underline;
}

.item_container {
padding:5px 0 5px 0;
}

.item {
color:#7b0012;
font-style:italic;
}

.item_desc {

}

.newsletter {
font-size:11px;
}

.event_name {
color:#7b0012;
font-weight:bold;
font-size:14px;
}



