	body {
		margin:0;
		padding:0;
		background-color: #D2B48C;
		color:#663333;
		font-family: "Trebuchet MS", sans-serif;
		font-size: 1em;
		text-align: center;
	}
	img {
		border:1px solid #633;
	}

#wrapper {
	text-align:left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 750px;
	background:#FDF5E6 url("../images/wrapperimg2.gif") repeat-y;
}

#header {
	margin: 0 0 0 0;
	background-color: #FFFed9;
		height:120px;
		background-image: url(../images/bg3.gif) ;
		background-repeat: no-repeat;
		border-bottom:0;
}
#header h1 {
visibility:hidden;
font-size:1px;
margin: 0;
padding: 0;
	}
		#viewcart {
float:right;
margin-right: 15px;
margin-top:10px;
margin-bottom: 15px;
font-size: 0.8em;
display: inline;
	}
/*top navigation*/
#nav {
		background-color: #633;
		font-size: 1em;
		font-family: "Trebuchet MS", sans-serif;
		font-weight:normal;
		
	}
	
	
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
		padding-top:4px;
		padding-left:20px;
		padding-bottom:4px;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
#nav a:link, #nav a:visited {
margin-right:2px;
padding:3px 20px 2px 20px;
color:#fff;
background-color:#633;
text-decoration:none;

border-bottom: 1px solid #633;
border-right: 1px solid #633;
}

#nav a:hover {
color:#ffffc1;
background-color:#633;
border-bottom: 1px solid #633 ;
border-right: 1px solid #633;
text-decoration:underline;
}
/*begin left-hand navigation bar*/
	
#leftnav {
	float: left;
	width: 18%;
	padding:0;
	margin:5px 0 0 5px;
}
#leftnav ul {
	list-style: none;
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin-left:5px;
}
#leftnav li {
	margin-bottom:0.5em;
	padding:0;

}
#leftnav ul ul {
	font-size:0.8em;
}
#leftnav ul ul li {
	margin-bottom:0.9em;
	margin-left:1em;
	padding:0;
}
#leftnav a:link {
	color: #633;
	text-decoration: none;
}
#leftnav a:visited {
color: #663;
	text-decoration: none;
	}

#leftnav a:hover  {
	color: #663;
	text-decoration: underline;
}
#leftnav a:active {
	color: #663;
	text-decoration: underline;
}
.payment {
	margin:10px 0 10px -15px;
}

/* end left-hand navigation bar*/
/*content in right column*/
#content { 
	margin:0 0 0 10px;
	padding:0;
	float: right;
	width: 78%;
	height: 1% /* Holly hack for Peekaboo Bug */
}
	
#content p {
	font-size:0.8em;
}
#bread {
	font-size:0.7em;
		margin-top:5px;
}

.clear{
	clear: both;
}
#display {
	width: 580px;
	font-size:0.8em;
	margin:1% 1% 1% 0;
}
#display td {
	padding: 1%;
	width:120px;
}
#display a:link {
	color: #633;
	text-decoration: underline;
}
#display a:visited {
color: #334d66;
	text-decoration: underline;
	}

#display a:hover, a:active {
	color: #334d66;
	text-decoration: none;
}

#right {
	float: right;
	margin-right:5px;
	margin-bottom:5px;
}
#right a:link {
	color: #633;
	text-decoration: underline;
}
#right a:visited {
color: #334d66;
	text-decoration: underline;
	}

#right a:hover, a:active {
	color: #334d66;
	text-decoration: none;
}

/* footer */
#footer {
clear:both;
background-color: #663333;
color:#fff;
font-size:0.7em;
width: 750px;
	}

		#foot {
		margin: 0;
		padding: 0;
		list-style: none;
background-color: transparent;
height: 20px;
}
			#foot p {
		padding:5px;
		margin:0;
		font-family: "Trebuchet MS", sans-serif;
		font-size: 0.7em;
		color:white;
	}
	
	
	#leftfoot {
		float:left;
		padding-bottom:0.5em;
		margin-left:10px;
	}
	#rightfoot {
		float: right;
		padding-bottom:0.5em;
		margin-right:5px;
	}
	
#footer  a:link, #footer a:visited {
		color:white;
		text-decoration: underline;
	}
	#footer  a:hover, #footer a:active {
		color:white;
		text-decoration: none;
	}