body {
	
background: rgb(246,230,180); /* Old browsers */
background: -moz-linear-gradient(top, rgba(246,230,180,1) 0%, rgba(229,174,22,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,230,180,1)), color-stop(100%,rgba(229,174,22,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(246,230,180,1) 0%,rgba(229,174,22,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(246,230,180,1) 0%,rgba(229,174,22,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(246,230,180,1) 0%,rgba(229,174,22,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(246,230,180,1) 0%,rgba(229,174,22,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#e5ae16',GradientType=0 ); /* IE6-9 */

}

	
#container {
	width:1200px;
	height:1175px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
  	box-shadow: 1px 0px 15px 6px #303030;
	
	
	
}


#header {
	width:1200px;
	text-align:center;
	padding-top:20px;
	
}

h1 {font-family:Century Gothic;}



a img{
border:0;
}

				
#newnav {
	width:1200px;
	display:inline;
	padding-top:30px;
	margin-left:45px;
	
}
	
#newnav a img {
	padding-right:5px;
	padding-left:5px;
	padding-top:20px;

	}

#content {
	width:850px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	font-size:12pt;
	}
	

	
p {font-family:Century Gothic;
	padding-left:50px;
	padding-right:50px;
}

#info {font-family:Century Gothic;
		width:800px;
		
}

#shopfront {float:right;
			padding-right:50px;
}

#map {padding-left:120px;}

#footer {
	font-size:10pt;
	text-align:center;
	width:600px;
	height:60px;
	padding-left:125px;
	padding-right:125px;
	
}

#cropmarks {padding-top:200px;
}
	

 
.clear {
    clear: both;
}



	





