@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);

/*this applies to all layouts, could have class id's or css with same name in layout.css, this is related to layout*/
@charset "utf-8";


#Header {

	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;


	background-image: url(../images/Header_Image.jpg);
	background-repeat: repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-right: 0px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #F0F;

    /*Box sizing propert that says the border should be contained within the box, */
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

#Header h1 {
	font-family:  "Edwardian Script ITC", 'Pinyon Script', cursive, Palace Script MT, Century Schoolbook, Arial, "Arial Black";
	font-size: 80px;
	font-weight: bolder;
	color: #000000;
	text-outline: #000000;
	margin: 0px;
	text-align: center;
	text-shadow: 0px 0px 3px #FFF,-1px -1px #FFF,1px 1px #FFF;
}



#Main_Content p {
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	padding: 10px;
}




#SupplierHeader {
	width: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 5px;
	padding: 5px;
}

#SupplierGallery {
	/*clear: right;
	float: left;
	width: auto;
	*/
	/*border: medium solid #003;*/
	/*Note : this border adds an additional lenght and will push the last image to the next line, so if 4, then only 3 per line */
	
	/*padding: 1px;
	margin: 1px;*/

/*
width: auto;
	height:auto;
*/


}
#ImageGallery img {
	text-align: center;
}


