body
{ 
	
}

#container
{
	width: 605px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 600px;
	height: 75px;
	font-size: 1.4em;
	font-family: Sans-Serif;
	border-bottom: solid 1px black;
    border-top: 0;
    border-left: 0;
    border-right: 0;
	
	
}

.logo
{
	width: 70px;
	height: 70px;
	border: 0;
	float: left;
}

#storeInformation
{
	width: 150px;
	height: 60px;
	font-size: .6em;
	float: right;
	margin-top: 0;
	position: relative;
}

.subTitle
{
	font-size: 1.2ems;
	font-family: Times New Roman;
	margin: 0 10px;
	
}

#mainContainer
{
	width: 600px;
	height: 400px;
}

#storeHours
{
	width: 300px;
	height: 200px;
	
}

#storeHours h1
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
}

#emailSignup
{
	width: 300px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#linkContainer
{
	width: 600px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

#leftList
{
	width: 295px;
	height: 295px;
	float: left;
	position: relative;
}

#rightList
{
	width: 295px;
	height: 295px;
	float: right;
	position: relative;
}