* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(../graphics/backbody.jpg);
	background-repeat: repeat-x;
	background-color: #c39a4a;
	background-attachment: fixed;
	padding: 0;
	margin: 0;}

#container {}

#main {
	width: 877px;
	margin: 6px auto 0 auto;
	border: 12px #96a8a3 solid;}

#header {
	width: 877px;
	height: 139px;
	background-color: #ffffff;
	background-image: url(../graphics/cthead.jpg);}
#cartinfo {
	text-align: right;
	padding: 5px 25px 0 0;
}
	
#content {
	padding: 5px 0 0 0;
	background-color: #ffffff;
	background-image: url(../graphics/ctbackcontent.jpg);}

#leftNav {
	margin: 15px 0 25px 0;
	width: 200px;
	float: left;}

#ileftNav  {
	margin: 0px 0px 0px 42px;
}

#ileftNav2 {
	clear: both;
	margin: 0px 14px 0px 36px;
	padding: 8px 0 10px 14px;
	background-color: #e7edeb;}

#rightCol {
	float: right;
	width: 620px;
}

#irightCol {
	margin: 8px 65px 0 0px;}

#footer {
	height: 65px;	
	clear: both;
	background-image: url(../graphics/ctfooter.jpg);}
	
#menuspacer {
	clear: both;
	height: 40px;
}

/* Shopping Cart */

#imagestore {
	float: left;
	width: 215px;
	padding: 0 0 0 5px;
}
#clicktext {
	clear: both;
	padding-left: 16px;
}
#imagecontent {
	float: right;
	text-align: left;
}
#contentstore {
	float: right;
	clear: right;
	width: 330px;
}
#colorsizeprice {
	float: right;
	clear: right;
	width: 330px;
	margin: 10px 0 10px 0;
}
#colorstore {
	display: inline;
	float: left;
	width: 108px;}
#sizestore {
	display: inline;
	float: left;
	text-align: right;
	width: 108px;}
#quantitystore {
	display: inline;
	float: left;
	width: 108px;
	text-align: right;
}
#pricestore {
	display: inline;
	float:right;
	clear: right;
	text-align: right;
	width: 108px;
	margin: 8px 0 0 0;}
#orderstore {
	float: right;
	clear: right;
	width: 330px;
}
#addtocart {
	float: right;
}
#viewcart {
	float: left;
}
#storefooter {
	clear: both;
}