body {
margin: 0;
padding: 0;
border: 0;
color: #666;
background-color: #fffef9;
font-family: Georgia, Tahoma, Arial;
font-size:35px;
text-align: left;}

/*div {outline: black 1px solid;}*/

img {
	border: 0;
	display: block;}

a {
	color: #24d466;
	font-weight : none; 
	text-decoration : none;}

a:hover {
	color:#24d466;
	text-decoration:underline;}
	    
.shoptext {
    width: 880px;
	margin: 10px auto;
	background: rgba(255, 255, 255, 1);    
	color: #666;
	padding:20px 20px;
	border: 20px #fafc63 solid;
	font-size:18px;}  
	
.shoptext table{
	font-size:13px;
	line-height: 18px;} 

.shoptext td{
	padding: 0 10px 30px 0;}	 	

.nav {
	width: 900px;
	margin: 0 auto;
	background: white;
	border-right:20px #fafc63 solid;
	border-bottom:20px #fafc63 solid;
	border-left:20px #fafc63 solid;
	padding: 10px 10px 0 10px;
	display: block;
	height: 130px;}

p {
	padding-top:10px;}
	
.nav div.ribbon {
	width:350px;
	float:left;
	font-size: 18px;}

.nav div.links{
	width:550px;
	text-align: right;
	float: right;}

.nav div.cart img{
	height:20px;
	float: right;}	
	
.footer {
	margin: 0 auto;
	width:900px;
	text-align: center;
	color: #666;
	font-size: 10px;
	clear: both;
	padding-bottom: 10px;}
	
		
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display:block;}
/* End hide from IE Mac */
