body {
	margin : 0;
	padding : 0 10px;
	border : 0;
	background-image : url("images/cotton.jpg");
	text-align : left;
	font-family : arial, hevetica, sans-serif;
	font-size : 85%;
      }
h1 {
	font-size : 110%;
	color : rgb(50, 60, 60);
      }
h2 {
	font-size : 100%;
	color : rgb(50, 60, 60);
      }
h3 {
	font-size : 90%;
	color : rgb(50, 60, 60);
      }
img {
	border : 0;
      }

#holder
      {
	margin : 0 0 5px 0;
	border: none;
	padding : 0 0 10px 0;
	background-color : transparent;
	text-align : left;
      }

#navleft
	 {
	float: left;
	border: none;
	background-color : transparent;
	margin: 0 0 10px 14px;
	text-align:left;
      }
* html #navleft
	 {
	float: left;
	border: none;
	background-color : transparent;
	margin: 0 0 10px 6px;
	text-align:left;
      }

#navleft .font
      {
	font-size : 100%;
	font-weight : 700;
	font-family : arial, hevetica, sans-serif;
	text-align : left;
	color : white;
      }
	
#rightbar
      {
	float : right;
	width: 95px;
	margin : 0 0 0 0;
	border : none;
	padding : 0 0 10px 5px;
	background-color : transparent;
	text-align : center;
      }
#rightbar .links {
	font-size : 100%;
	color : #333;
      }
#rightbar .links a:link {
	font-size : 100%;
	color : #333;
	background-color : #d3deeb;
      }
#rightbar .links a:visited {
	text-decoration : none;
	font-size : 100%;
	color : #333;
	background-color : #d3deeb;
      }
#rightbar .links a:hover {
	text-decoration : none;
	background-color : #9eb7d3;
	color : #fff;
      }
#content {
	margin : 0 0 5px 330px;
	height:290px;
	border-style : solid;
	border-width : 1px;
	border-color : #9eb7d3;
	padding : 10px 5px 5px 5px;
	background-color : #fffff9;
	text-align : center;
      }

#content .image {
	float : left;
	margin : 8px 8px 4px 0;
	border : 1px solid #9eb7d3;
	padding : 5px;
      }
#content .imageth {
	float : left;
	margin : 0;
	padding : 5px 15px 5px 5px;
      }
#content .items li {
	list-style-type : circle;
      }
#content .listbox {
	margin : 0 0 0 250px;
	padding : 0;
      }

#content .links {
	font-size : 100%;
	color : #333;
      }
#content .links a:link {
	font-size : 100%;
	color : #333;
	background-color : #d3deeb;
      }
#content .links a:visited {
	text-decoration : none;
	font-size : 100%;
	color : #333;
	background-color : #d3deeb;
      }
#content .links a:hover {
	text-decoration : none;
	background-color : #9eb7d3;
	color : #fff;
      }

#orderbox {
	clear : both;
	margin : 0 5px 5px 14px;
	padding : 10px 10px 10px 15px;
	border : none;
	text-align : left;
	font-size : 90%;
	background-color : none;
      }

#footer {
	clear : both;
	margin : 10px 5px 5px 14px;
	padding : 10px 10px 10px 15px;
	border : 1px solid #9eb7d3;
	text-align : center;
	font-size : 90%;
	background-color : none;
      }
#footer a {
	text-decoration : none;
      }
#footer a:link {
	color : #448;
      }
#footer a:visited {
	color : #667;
      }
#footer a:hover {
	background-color : #9eb7d3;
	color : #fff;
      }

.clearbar {
	clear : both;
	width : 95%;
	height : 10px;
	border-bottom : 1px solid #9eb7d3;
	margin : 0 0 10px 0
      }
.clear {
	clear : both;
      }


