* {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: arial, sans-serif;
	font-size: 13px;
}

body {
	background: url(../images/background-tile.jpg);
	background-repeat: repeat-x;
	background-color: #173E09;
	background-position: top center; 
}

p, h1, h2, h3 {
	padding-bottom: 12px;
}

ul, ol {
	padding-left: 2em;
}

#content a {
	text-decoration: none;
	color: #014A76;
}

#content a:hover{
	border-bottom: 1px dashed black;
}

#wrapper {
	width: 932px;
	margin: auto;
	margin-top: 10px;
}

#bag-top {
	width: 367px;
	height: 307px;
	float: left;
	background-image: url(../images/bag-top.jpg);
}

#header-text {
	width: 565px;
	height: 58px;
	float: right;
	background-image: url(../images/header-text.gif);
}

#navigation {
	width: 565px;
	height: 37px;
	float: right;
}

.navigation {
	height: 37px;
	float: left;
}

.our-story {
	width: 178px;
	background-image: url(../images/nav-01-our-story.gif);
}

.your-story {
	width: 100px;
	background-image: url(../images/nav-02-your-story.gif);
}

.buzz {
	width: 59px;
	background-image: url(../images/nav-03-buzz.gif);
}

.buy {
	width: 51px;
	background-image: url(../images/nav-04-buy.gif);
}

.wholesale {
	width: 176px;
	background-image: url(../images/nav-05-wholesale.gif);
}

#snapshots {
	width: 565px;
	height: 212px;
	float: right;
}

#content-wrapper {
	float: left;
	background-image: url(../images/content-tile-left.gif);
	background-repeat: repeat-y;
	background-position: 390px 0;
}

#bag-bottom {
	width: 443px;
	height: 348px;
	float: left;
}

#content {
	width: 430px;
	min-height: 302px;
	* height: 100%;
	padding: 10px 25px 0 0;
	float: left;
	border-right: 2px solid black;
	background-color: white;	
}

#heading {
	width: 455px;
	height: 36px;
	float: left;
	background-color: white;
	border-right: 2px solid black;
}
#footer-wrapper {
	width: 932px;
	float:left;
}

#footer-left {
	float: left;
	width: 386px;
	height: 226px;
}

#myspace {
	width: 151px;
	height: 165px;
	float: left;
	background-image: url(../images/myspace.png);
}

#twitter {
	width: 106px;
	height: 165px;
	float: left;
	background-image: url(../images/twitter.png);
}

#facebook {
	width: 129px;
	height: 165px;
	float: left;
	background-image: url(../images/facebook.png);
}

#bottom-bar-left {
	width: 386px;
	height: 61px;
	float: left;
}

#footer-right {
	float: left;
	width: 546px;
	height: 226px;
}

#bottom-bar {
	width: 100%;
	height: 61px;
	background-color: #916101;
	float: left;
	position: relative;
	top: -61px;
	z-index: -100;
}

#blog-wrapper {
	float: left;
}

#blog-wrapper h3 {
	padding-bottom: 3px;
}

#blog {
	margin-bottom: 40px;
}

#blog-header {
	padding-bottom: 10px;
}

.blog-title {
	font-size: 16px;
}

.blog-date {
	color: gray;
	font-size: 12px;
}

.blog-author {
	font-size: 12px;
	color: #014A76;
}

#map_canvas {
	width: 410px;
	height: 300px;
	float: left;
	margin-bottom: 15px;
}