@charset "utf-8";
/* CSS Document */

* {padding: 0; margin: 0; border: 0; font-size: 30px; font-weight:600; 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"}

body {background-color: orangered}

#wrapper {width: 1600px; margin: 20px auto; background-color:white; padding: 40px}

#storeitems {float:left; width:1000px}

#buybutton {float:left; margin-bottom: 5px; margin-right: 20px}
#itemdesc {margin-top: 20px}

#storeitem1, #storeitem2, #storeitem3, #storeitem4 {margin-bottom: 40px}
#storeitem1 img, #storeitem2 img, #storeitem3 img, #storeitem4 img {float: left; margin-right: 10px}

#contact {float:left; width:500px; margin-left: 15px}

ul li {list-style-type: none; display: inline;}

a {background-color: orangered; padding: 5px 20px; color: black;}

#nav {width: 400px; margin-top: 7px; margin-bottom: 20px}

#footer {clear: both; margin-top: 20px}
#footer p {font-size: 12px;}

