body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #352513; 
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.5em;
	color: #3c2a21;
	}

p {
	color: #424242;	
	margin: 0 0 15px 0;
}

a {
	color: #660000;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}
	
/*////////////////////////////////*/
/* Navigation */
/*////////////////////////////////*/


/*////////////////////////////////*/
/* Global Page Structure */
/*////////////////////////////////*/

#master-container {
	width: 960px;
	margin: 0 auto;
	background: url(http://www.itsayslove.com/i/Back.jpg) repeat-y;	
}
	
	
#header {
	background: url(http://www.itsayslove.com/i/Header.jpg);
}

	
#navigation {}
	

#content {
	padding: 10px 95px 0 95px;	
}

#categories {
	float: left;
	width: 135px;
	margin-right: 40px;
}

#cart {
	padding: 10px;	
}

#cart p {
	margin-bottom: 5px;	
}	

#cart h3 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 11px;
	color: #775b25;
	border-bottom: 1px solid #999;	
}

#categories ul {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0 10px;	
}

#categories li {
	padding: 5px 0;
	border-bottom: 1px dashed #999;		
}

#categories a font {
	font-size: 13px !important;
	line-height: 1.5em;
	color: #330000;
	border: none;
}

#categories a font i {
	font-style: normal;	
}

#main-column {
	float: left;
	width: 595px;	
}

#category-nav {
	float: left;
	width: 564px;
	height: 40px;
	font-family: georgia, serif;
	font-size: 16px;
	font-variant: small-caps;
	background: #d5411c;	
	margin: 0 0 25px 0;
	padding: 0;
}

#category-nav li {
	display: inline;	
	list-style-type: none;
}

#category-nav li a {
	float: left;
	disply: block; 
	height: 40px;
	line-height: 40px;
	color: #fff;	
	padding: 0 15px;
	margin-right: 2px;
}

#category-nav li a:hover {
	background: #b1200c;	
	text-decoration: none;	
}

#main-column div.product {
	float: left;
	width: 275px;
	margin-right: 30px;
}

#main-column div.last {
	margin: 0;	
}

#main-column div.product img {
	width: 225px;
	height: 319px;
	padding: 20px 17px;
	background: url(img/product_frame.jpg) no-repeat;
}



#footer {
	position: relative;
	width: 770px;
	height: 536px;
	margin: 0 auto;
	padding: 0 95px;
	background: url(http://itsayslove.com/i/Footer.jpg) no-repeat;
}

#footer p {
	position: absolute;
	right: 30px;
	bottom: 10px;
	font-size: 10px;
}


	
/*////////////////////////////////*/
/* Homepage */
/*////////////////////////////////*/



/*////////////////////////////////*/
/* Global Classes */
/*////////////////////////////////*/
	
.left {
	float: left; }
	
.right {
	float: right; }	
	
.hidden {
	display: none;	
}	

.clear {
	clear: both;
	float: none !important;
	width: auto !important;
	height: auto !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important; 
}