/* CSS Document */

@import url("typography.css");



/* ------------------- Wrapper --------------------*/



body {
		text-align: center;
		min-width: 500px;
		padding:0;
		margin:0;
				
}

.reset {
		display: block; 
		clear: both; 
		font-size: 1px; 
		height: 1px; 
		line-height: 0.1;

	}


#wrapper{
		float:none;
		width: 500px;
		text-align: left;
		margin: 0 auto 0; 
		/*Center container on page*/
	
		position: relative;
		min-height: 95%;
		height: auto !important;
		height: 95%;

		}

/* ------------------Content-----------------------*/
#content{
		float:left;
		clear:both;
		width:500px;
		padding:0;
		padding-top:15%;
		padding-bottom:20px;
		border-bottom:1px solid #ccc;
}

#header {width:500px; text-align:left;}
#store-front{float: left; padding:10px; width:215px;}

#info{float:left; width: 260px;}
#info img{margin:5px;}
#footer {width:500px; text-align:center; font-size:8px; color:#666666}

img {border:1px solid #333;}

