#sw_breadcrumb {
	margin: 10px 0;
	clear: both;
}

#sw_breadcrumb a {
	text-decoration: underline;
	color: #333;
}

#sw_frame {
	clear: both;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	position: relative;
}

/* the following styles position the navigation to the left and content on the right */

#sw_nav {
	float: left;
	width: 180px;
	position: relative;
background-color:white;
}

#sw_container {
	float: left;
	vertical-align: top;
	width: 700;
	margin: 0;
	margin-left: -180px;
}

#sw_content {
	margin: 0;
	margin-left: 190px;

background-color:white;
}

#sw_footer {

float:bottom;
}

/* Category listing styles */

.sw_cats li {
	margin-bottom: 12px;
}

.sw_cats h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

.sw_cats h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 4px 0;
}