#divWrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/pagetop.jpg);
	background-position: 0px 164px;
	background-repeat: no-repeat;
	position: relative;
}
#divContentWrapper {
	background-image: url(images/bodyBg.jpg);
	background-position: 0px 0px;
	margin-top: 47px;
}
#divCartWrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/cartPagetop.jpg);
	background-position: 0px 164px;
	background-repeat: no-repeat;
	position: relative;
}
#divCartContentWrapper {
	background-image: url(images/cartBodyBg.jpg);
	background-position: 0px 0px;
	margin-top: 47px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FBE0A9;
	line-height: 20px;
}
#divLeftNav {
	float: left;
}
#divLeftNav a {
	background-color: #FBE0A9;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#divLeftNav a:hover {
	text-decoration: underline;
}
#subLinks {
	margin-left: 30px;
}
#subLinks a {
	font-size: 10px;
	color: #000000;
	background-color: #A6AE75;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#subLinks a:hover {
	text-decoration: underline;
}
#divContent {
	margin-left: 320px;
	margin-right: 13px;
}
#divCartContent {
	margin-left: 170px;
}

#miniCart {
	position:absolute;
	left:530px;
	top:140px;
	width:158px;
	z-index:1;
	color: #000000;
	font-size: 9px;
	border: 1px solid #000000;
}
#divShip {
	float: left;
	font-size: 10px;
	font-weight: bold;
}
#divAdminContentWrapper {
	margin-right: 40px;
	margin-left: 40px;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #FBE0A9;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #FCE0A9;
	line-height: 32px;
}
#divFooter {
	text-align: center;
	padding-top: 15px;
}
.caption {
	font-size: 9px;
}
#divFooter a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#divFooter a:hover {
	text-decoration: underline;
}
.submit {
	background-color: #FBE0A9;
	border: 2px solid #333333;
	font-weight: bold;
}

#divAdminContentWrapper a {
	font-weight: bold;
	color: #ED7B08;
	text-decoration: none;
}
#divAdminContentWrapper a:hover {
	text-decoration: underline;
}
#divAdminContent  h1 {
	color: #ED7B08;
}
