/* CSS for bearstonejewlery.com */

body {
	background-color: #665f59;
	color: #ffffff;
	margin: 0px;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a {
	color: #ffffff;
}

.backgroundLeft {
	background: url(../images/template/backgroundLeft.gif);
}

.backgroundRight {
	background: url(../images/template/backgroundRight.gif);
}

.backgroundBottom {
	background: url(../images/template/backgroundBottom.gif);
}

.showsHeader {
	font-size: 14px;
	text-align: left;
	border-bottom: solid 1px #ffffff;
}

.shows {
	font-weight: normal;
	text-align: left;
}

#contact {
	margin: 4px;
	margin-left: 20px;
	font-size: 12px;
	text-align:left;
	width: 250px;
}

#contactDiv {
	float: left;
}

#contact td {
	height: 25px;
}

#comments {
	float: right;
	margin-right: 15px;
	font-size: 12px;
	width: 200px;
}

#mainTable {
	margin: 0px auto;
}

#navHeader {
	position: relative;
}

#navBar {
	position: absolute;
	right: 7px;
	bottom: 0px;
}

#navBar a {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	margin-left: 8px;
}

#navBar a:hover {
	color: #32a6a4;
}

#leftColumn {
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	height: 334px;
}

#leftColumn a {
	color: #ffffff;
}

#rightColumn {
	background-color: #9e3334;
	height: 334px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

#content {
	background-color: #000000;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	width: 514px;
	padding: 10px;
	text-align:left;
}

#aboutLinks, #aboutLinks a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}