﻿/* TWO COLUMN LAYOUT */

#main_wrapper {
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
}

#header {
	width:770px;
	height:100px;
	text-align:center;
}

.leftside {
	width:385px;; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	top:0px;
	text-align:center;
	}
.rightside {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:385px; /* this width + nav width must total 100% */
	top:0px;	
	text-align:center;
	}
#footer {
	width:770px;
	height:40px;
	clear:both; /* makes the footer sit below whichever column is longest */
	}
#header_inner, .leftside_inner, .rightside_inner  {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:1em 2em; /* creates space between the box  and the content */
	}
.leftside_inner {
	padding:1em .8em; /* creates space between the box and the content */
	border-right:3px solid #B33;
	}
.rightside_inner { 
	padding:1em .8em; /* creates space between the box and the content */
	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	}	

.storeimg {
	height:100px;
	width:100px;
}

h1 {
	font-family: 'Trebuchet MS', Verdana,  serif;
	font-size:1.5em;
	} 


h3 {
	font-family: 'Trebuchet MS', Verdana,  serif;
	font-size:1em;
	} 

.leftside_inner table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
.leftside_inner table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:.8em;
	}
.leftside_inner table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
.leftside_inner table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	}
	
.rightside_inner table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
.rightside_inner table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:.8em;
	}
.rightside_inner table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
.rightside_inner table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	}
	
	
.tabletext {
	font-family:  'Trebuchet MS', Verdana,  serif;
	font-size:.9em;
}	
