
body {
	background: #e3e3e3;
}
#Wrapper {
	width:1200px;
	margin:0px auto;
}
#header {
	
	
	background: white;
	background-color: white;
	padding:10px;
	overflow: hidden;
	text-align: center;

}
.logo {
	display: block;
	background: no-repeat url(images/logo.png);
	height:50px;
	width:220px;
	top:0px;
	float:left;


}
header ul li {
	font: bold 18px Arial;
	overflow: hidden;
	float:left;
	padding-top: -5px;
	padding-left: 35px;



}
header ul li a {
	text-decoration: none;
	color: black;
	font-family: "roboto_condensedbold",sans-serif;
	}
	header ul li a:hover {
	text-decoration: none;
	color: #83ce30;
	}
#cart a img{
	margin-top: -10px;
	overflow: hidden;
}

nav {
	float:left;
	left:-50px;
}
#Content a img {
	float:both;
	overflow: hidden;
}
footer {
	min-height: 250px;
	
}
footer img {
	text-align: center;
}