html {
}

body {
	background: #ffda24 url(workboots_bg.jpg) repeat-x;
}

div#wrapper {
}

div#header {
	background: url(workboots_header.jpg)
}

div#banner {
}

h1, h2, h3, h4, h5, h6 {
	color: #732222;
}

p {
	color: #333;
}

div#content {
}

div#footer {
	background: url(workboots_footer.jpg)
}




div#sidebar div#sidebar_body {
	border-left: #19b399 1px solid;
	border-right: #19b399 1px solid;
	border-bottom: #19b399 1px solid;
	background-color: #ccfff7;
}





/*******************************************************
Navigation
********************************************************/

#topnav {
	background: url(workboots2_menubar.jpg);
}

#home a:hover {
	background: transparent url(workboots2_menubar.jpg) 0 -30px no-repeat;
}

#clovis a:hover {
	background: transparent url(workboots2_menubar.jpg) -201px -30px no-repeat;
}

#amarillo a:hover {
	background: transparent url(workboots2_menubar.jpg) -601px -30px no-repeat;
}

#workboots a:hover,
#workboots a.current {
	background: transparent url(workboots2_menubar.jpg) -401px -30px no-repeat;
}

