body {
	font-family: Georgia, serif;
	line-height: 1.5em;
}

h1 { 
	font-size: 1.5em; 
	font-style: italic;
}
h2 { 
	font-size: 1.2em; 
	font-style: italic;
}
h3 { 
	font-size: 1em;
	margin: 0;
}

a:link { color: #5e741f; }
a:active { color: #5e741f; }
a:hover { color: #8da44a; }
a:visited { color: #999999; }

.icon { position: relative; top: 1px; }

.topPadding { padding-top: 15px; }

#container { float: left; }

#header {
	width: 800px; 
	height: 123px; 
	background-image: url('../images/paper_top.jpg'); 
	background-repeat: no-repeat;
}

#center {
	width: 800px; 
	background-image: url('../images/paper_middle.jpg'); 
}

#centerContent { padding: 10 60; }

#footer {
	 width: 800px; 
	 height: 136px; 
	 clear: both;
	 background-image: url('../images/paper_bottom.jpg'); 
	 background-repeat: no-repeat;
}

#sidebar {
	border-left: 1px solid #cccccc;
	background-color: #faedee;
	width: 220px;
	float: right;
	padding: 0 0 0 12;
}

#tabs {
	float: left;
	position: relative; 
	top: 170px; 
	left: -31px;
}

	#tabs #home, #tabs #gallery, #tabs #flavors, #tabs #map { width: 49px; height: 106px; cursor: pointer; }
	#tabs #home { background-image: url('../images/tab_home.jpg'); }
	#tabs #gallery { background-image: url('../images/tab_gallery.jpg'); }
	#tabs #flavors { background-image: url('../images/tab_flavors.jpg'); }
	#tabs #map { background-image: url('../images/tab_map.jpg'); }

iframe #map { border: 2px solid blue; }	

