body {
	font-family: verdana;
	/* Gradient for IE */
	filter:progid:DXImageTransform.Microsoft.Gradient 											(GradientType=0,StartColorStr='#275B13',EndColorStr='#fbf4d7');
	color:#394615;
	margin-top:0px;
	margin-bottom: 0px;

	/* Gradient for all others */
	background: url('gradient.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	background-color:#275B13;
	
}

td a {
 		 text-decoration: none;
		 color:#394615;
}

td a:hover {
	color:#d97f1a;
}

#wrapper { /* for IE center entire web page */
	text-align:center;
}

#layout {
	background-color:#FBF4D7;
	height:100%;
	border:solid goldenrod;
	border-width:2px 2px 2px 2px;
	width: 800px;
}

td {
	padding:0px;
	font-size:12px;
}

#content {	
	
	margin-left:15px;
        margin-top: 10px;
	margin-right:15px;
}

.header	{
	color:#CD6600;
	font-weight:bold;
}

.special {
	color:red;
	position:relative;
	bottom:8px;
	font-size:11px;
}

#footer {
	margin-top:10px;
}

.welcome	{font-weight:bold;
		 font-size:16px;
		 font-variant:small-caps;
		 letter-spacing:3px;
		}


#cartTitle   {size:4;
font-variant:small-caps;
font-weight:bold;
}

#cartTotal {
position:relative;
float:right;
}

#rightSection	{border:solid goldenrod 1px 3px 1px 1px;
	         background-color:lightgrey;
                 margin-top:15%;
                 font-size:11px;
		 width: 26%;
		}

#divInRightSection	{
	margin: 8px;
}





