*{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

html{
	background:#000;
}
.clear{
	clear:both;
}
#Wrapper{
	width:850px;
	background:url(../images/bg.gif) repeat-y;
	margin-left:auto;
	margin-right:auto;

}
	#InnerWrapper{
		background:url(../images/sunflower.png) right top no-repeat;
	}
#Header{
	padding:20px 0px;
	border-bottom:#ffe900 2px solid;
	width:620px;
}

#Navigation{
	margin-top:10px;
	min-height:130px;
}
	#Navigation ul{
		list-style:none;
		list-style-type:none;
	}
		#Navigation ul li{
			list-style:none;
			list-style-type:none;
			background:url(../images/nav-bg.gif) left no-repeat;
			padding-left:10px;
			height:20px;
			margin-top:2px;
		}
		#Navigation ul li:hover{
			background:url(../images/nav-sel-bg.gif) left no-repeat;
		}
#PageContent{
	width:640px;
	float:left;
}
label.right{
	float:none;
}
fieldset ul li{
	list-style:none;
	list-style-type:none;
}	
#Sidebar{
	width:200px;
	float:right;
}
	#Sidebar ul{
		margin-left:15px;	
	}
#Footer{
	padding-left:655px;
	padding-top:10px;
	padding-bottom:10px;
}
#ProductGroup, #Product, #Checkout{
	float:left;
	width:640px;
	margin-left:0px;
}
