@charset "UTF-8";




/*horizontal lines - general styles for all*/

.brownbar, .brownbar-two, .brownbar-left  {
	float:left;
	margin:0px;
	padding:0px;
}


.creambar, .creambar-two { width: 277px;
			float:right;
			margin:0px;
			padding:0px;
}


/*horizontal lines - home*/

.brownbar {
	height: 7px;
	width: 700px;
	background-image: url(images/brown-top-700.gif);
	background-repeat: no-repeat;
}


.creambar {
	height: 7px;
	background-image: url(images/cream-top-277.gif);
	background-repeat: no-repeat;
}

.creambar-two {
	width: 277px;
	height: 3px;
	background-image: url(images/cream-277.gif);
	background-repeat: no-repeat;
}

/*horizontal lines - two columns single*/

.brownbar-two  {
	height: 3px;
	width: 700px;
	background-image: url(images/brown-other-700.gif);
	background-repeat: no-repeat;
}




/*horizontal lines - two columns - second nav on left*/

.brownbar-left  {
	height: 3px;
	width: 171px;
	background-image: url(images/brown-171.gif);
	background-repeat: no-repeat;
}

.brownbar-right  {
	height: 3px;
	width: 805px;
	float: right;
	margin:0px;
	padding:0px;
	background-image: url(images/brown-805.gif);
	background-repeat: no-repeat;
}

/* END two columns with 2nd navigation styles*/

