@charset "utf-8";
/* CSS Document */	
	
		<style>
	
			body {	
				background-image: url(images/storebackground.gif);
				font-size: 25px;
				color:#FAECC0;
				text-shadow: black 0.1em 0.1em 0.2em;
				text-align: justify;
				}
			#inset {
				width:1024px;
				margin:0 auto;
				}
			#namefieldset, #sizeinformation, #contactinformation  {
				width: 700px;
				text-align:left;
				}
			
			h1, h2, h3	{
				font-family: Times New Roman;
				font-size: 30px;
				font-weight: bold;
				text-align:center;
				margin: 0px;
				color:#FAECC0;
				text-shadow: black 0.1em 0.1em 0.2em;
				}
			.left {
				float:left;
				margin:20px;
				font-size:14px;
				}
			.right {
				float:right;
				margin:20px;
				font-size:14px;
				}
			.shadow {
				box-shadow: 3px 3px black; 
				-webkit-box-shadow: 3px 3px black; 
				-moz-box-shadow: 3px 3px black; 
				-o-box-shadow: 3px 3px black; 
				padding:0px
				}
			.frame {
				border-style: outset;
				border-width: 10px;
				border-color: #FAECC0;
				padding:0px;
				}
		
		</style>


	