
body {
	background: #ffffff;
}

/* images are only 762px wide */
/* the is another 150px nabox to their left */ 
#wrapper {
	width: 937px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

#header {
	width: 937px;
	height: 137px;
	margin: 0px;
	padding: 0px;
	background: url('/img/top.gif') no-repeat bottom right;
	clear: both;
}

#midwrap{
	width: 762;
	float: left;
}

#middle{
	width: 732px;
	text-align: left;
	padding: 0px 15px 0px 15px;
	margin: 0px;

	background: url('/img/middle.gif') repeat-y center;
	

	font-family: verdana, sans-serif;
	font-size: 11pt;
}


#footer {
	width: 762px;
	height: 36px;
	text-align: left;
	
	/*padding: 0px 15px;*/
	background: url('/img/bottom.gif') no-repeat top right;
}

/* total area in middle = 737px */

#navbar {
	float: left;
	width: 175px;
	/*height: 100%;*/
	font-family: verdana, sans-serif;
	font-size: 11pt;
	/*margin-left: -175px;*/
}


#middle h1{
	font-family: georgia, serif;
	font-variant: small-caps;
	font-size: 18pt;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	max-width: 290px;
	
}

/* the proper title of the product displays nice and large */
#propt {
	font-family: georgia, serif;
	font-variant: small-caps;
	font-size: 18pt;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}

/* misspelling displays humble and small ;-) */
#impropt {
	font-family: georgia, serif;
	font-variant: small-caps;
	font-size: 12pt;
	color: #CFCFCF;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}



#navbar a {
	display: block;
	margin: 0px 6px 2px 0px;
	background: #fbd8af;
	width: 162px;
	text-decoration: none;
	border: 1px solid #CFCFCF;
	padding-left: 3px;
	color: #000000;
}

#navbar a:hover {
	background: #fcb25c;
}

#navbar a:visited {
	color: #000000;
}


/* Found on Category pages */

.catlarge {
		text-align: center;
		margin: 0px auto 5px auto;
}


.catlarge img{
		max-width: 100px;
}

.catitemname{
		text-align: left;
}



.catsmall{
		height: 25px;

}


/* Found on Product profile pages */

/*width of middle is 702px when padding is considered*/
#prodpic {
		width: 400px;
		float: left;
}

#prodcontent {
		width: 292;
		padding-left: 10px;
		float: left;
		text-align: center;
}
