*{margin:0; padding:0;}
body{
	background: #CC6600 url(body-bg.gif) repeat top left; 
	margin:0 auto;
	font-family: Georgia, sans-serif;
	}
	
#wrapper{
	width:850px; 
	margin:0 auto; 
	background:#feebc3;
	min-height: 100%;
	position: relative;
	}
	
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}

/*Image text replacement used on h1 for logo*/
h1.logo{ 
	width:850px; 
	height:174px; 
	text-indent:-999em; 
	background:url(ugh.jpg) no-repeat top left;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	}

/*Menu styles*/
ul#nav{margin:15px 0 0 0; padding:0;}
#nav li{ margin:0 0 0 15px;}
#nav li{display:inline; float:left;}
#nav li a{float:left;  display:block; height:69px; text-indent:-999em;}
.home a{width:156px; background:url(menu.gif) no-repeat 0 0;}
.specials a{width:150px; background:url(menu.gif) no-repeat -156px 0 ;}
.gift-packs a{width:147px; background:url(menu.gif) no-repeat -306px 0 ;}
.about a{width:147px; background:url(menu.gif) no-repeat -453px 0 ;}
.contact a{width:147px; background:url(menu.gif) no-repeat -600px 0 ;}

/* All content and page-wide attributes*/

#content {
	clear: both; padding:25px 25px;
	}

h2 {
	font-weight: bold;
	color: #005247;
	text-align: center;
	font-size: 30px;
	}

p.text {
	font-size: 16px;
	}

p.text, h2 {
    margin-top: 0px;
	width: 380px;
	margin-right: 10px;
	}
	
#footer {
	text-align: center; 
	font-size: small;
	font-weight: bold;
	clear: both;
	}

	
/* Homepage */
	
#card, #wine {
	border-color: black;
	border-width: 1px;
	border-style: solid;
	float: right;
	margin-bottom; 15px;
	}

#card {
	margin-bottom: 20px;
}

/* Gift Packs page */
	
#click {
	font-size: small;
	font-weight: bold;
	margin-left: 5px;
	}
	
#baskets {
	list-style-type: none;
	}

#baskets li {
	float: left;
	width: 240px;
	height: 175px;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
	}
	
#baskets img {
	display: block;
	border: 1px solid black;
	}
	
#gb {
	float: right;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	margin-top: 15px;
	margin-right: 12px;
	padding-top; 30px;
	padding-right; 30px;
	}
	
.footer {
	text-align: center; 
	font-size: small;
	font-weight: bold;
	clear: both;
	}
	
.b1 { 
	margin-top: 20px;
	margin-bottom: 20px;
	 display: block;
	 margin-left: auto;
    margin-right: auto;
    border-color: black;
	border-width: 1px;
	border-style: solid;   
}

.next {
	float: right;
	padding-top: 20px;
	margin-right: 250px;
	border-style: none;
	}
	
.previous {
    padding-top: 20px;
	margin-left: 250px;
	border-style: none;
	}

	
/* Contact page */

#info {
	margin-top: 0px;
	font-size: 16px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
	}
	
#map {
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	}
	
h2#contact, p#contacttext, p#info {
	width: 350px;
	margin-right: 0px;
	}
	
#one {
    text-align: center;
	}
	
/* About Page */
	
#viddler_f1304f {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	}

/* Specials Page */

#specials {
	 display: block;
	 margin-left: auto;
    margin-right: auto;
    border-color: black;
	border-width: 1px;
	border-style: solid;
	}
    


