/* CSS Document */
/*  Styles for Backcountry Outfitters website  */
/*  Copyright 2004 to present, Susan Kell, www.kellswood.com/design/  */

a:link {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #660000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}

.footer a:link {
	text-decoration: none;
	color: #FFCC66;
	font-weight: bold;
}
.footer a:visited {
	text-decoration: none;
	color: #FFCC66;
	font-weight: bold;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFCC66;
	font-weight: bold;
}
.footer a:active {
	text-decoration: none;
	color: #FFCC66;
	font-weight: bold;
}

body {
	background-color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #660000;
}
.textoverlay {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #FFCC66;
}
.footer {
	font-size: 9px;
	font-style: italic;
	text-align: center;
	color: #FFCC66;
}
#boldit {
	font-weight: bold;
	font-size: 13px;
}
#centerit {
	text-align: center;
}
#smallit {
	font-size: 9px;
}
.border_top {
	background-image: url(images/bco_top.jpg);
}
.border_bottom {
	background-image: url(images/bco_bottom.jpg);
	background-position: bottom;
}
.border_left {
	background-image: url(images/bco_left.jpg);
}
.border_right {
	background-image: url(images/bco_right.jpg);
}
.border_content_top {
	background-image: url(images/bco_content_top.jpg);
}
.border_content_bottom {
	background-image: url(images/bco_content_bottom.jpg);
	background-position: bottom;
}
.border_content_left {
	background-image: url(images/bco_content_left.jpg);
}
.border_content_right {
	background-image: url(images/bco_content_right.jpg);
}
.bg_pic_aboutus	{
	background-image: url(images/bco_building.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
}
.bg_pic_mfg	{
	background-image: url(images/bco_mfg.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
}
.bg_pic_backpacks	{
	background-image: url(images/bco_mfg_backpacks.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
}
.bg_pic_camping	{
	background-image: url(images/bco_mfg_camping.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
}
.bg_pic_footwear	{
	background-image: url(images/bco_mfg_footwear.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
}
.bg_pic_optics	{
	background-image: url(images/bco_mfg_optics.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
}
.bg_pic_outerwear	{
	background-image: url(images/bco_mfg_outerwear.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
}
.bg_pic_outdoor	{
	background-image: url(images/bco_mfg_outdoor.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
}
.bg_pic_sleepingbags	{
	background-image: url(images/bco_mfg_sleepingbags.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
}
.bg_pic_sportswear	{
	background-image: url(images/bco_mfg_sportswear.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
}
.bg_pic_tents	{
	background-image: url(images/bco_mfg_tents.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
}
.bg_pic_travelwear	{
	background-image: url(images/bco_mfg_travelwear.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
}
.bg_pic_accessories	{
	background-image: url(images/bco_mfg_accessories.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
}
.rightimage {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 0;
}
.leftimage {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 0;
}
h2 {
	font-size: large;
	font-weight: bold;
	color: #660000;
}
#journal {
	vertical-align: top;
}
.links img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 0;
}