#container{
	width:100%;
	min-width: 400px;
	max-width: 1000px
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px
	
}
#header{
	height: 141px;	
}
#logo{
	width:185px;
	float:left;
	margin-left: 10px;
	background-image:url("../images/LOGOGrey.jpg");
	background-repeat:no-repeat;
	background-position:center;
	height: 141px;	
}
#banner {
	
	/*float:right;*/
	width: 65%;
	margin:0px auto;
	/*margin-left: 275px;*/
	margin-left:auto;
	margin-right:auto;
	height: 100px;
    margin-top: 170px;
	background-color: #FFF;
    padding: 20px;
    border-radius: 15px;
    -webkit-box-shadow: 3px 3px 3px rgba(51,51,51,0.3);
    box-shadow: 3px 3px 3px rgba(51,51,51,0.3);
}
#banner h1 {
	background-color: #cc171e;
	color: #FFF;
	padding: 5px 40px;
	-webkit-box-shadow: 3px 3px 3px rgba(51,51,51,0.3);
	box-shadow: 3px 3px 3px rgba(51,51,51,0.3);
	margin: 0 -30px;
	position: relative;
	text-align: center;
	font-size: 22px;
}
#banner h1::before, #banner h1::after {
	content: '';
	height: 0;
	width: 0;
	border-top: 20px solid #761216;
	position: absolute;
	bottom: -20px;	
}
#banner h1::before {
	border-left: 10px solid transparent;
	left:0;
}
#banner h1::after {
	border-right: 10px solid transparent;
	right: 0;
}
#banner-stitches-top {
   margin-top:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
   }
#banner-stitches-bottom {
   margin-bottom:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
   }
#banner p {
	font-size: 1.25em;
	padding-left: 40px	
}

#menu1{
	height: 60px;	
}
#side{
	width: 10%;
	height: 300px;
	float:left;
	padding: 3px;
	color: #FFF;
}
#contact{
	width: 25%;
	margin-left: auto;
	margin-right:auto;
	/*padding-left: 500px;*/
	
	
}
#footer{
	height: 175px;
	clear:both;
	color: #FFF;
	font-size: 14px;
	/*padding-left: 500px;*/
}
#copyright{
	margin-left: 50px;
	width: 30%;
	float:right
	
}
