@import url(position.css);

body
{
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-x;
	background-color: #675C51;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

a:link, a:visited
{
	color: #2073B9;
}

a:hover, a:active
{
	color:#593b27;
	text-decoration:none;
}

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;
}

#header
{
	background-image: url(../images/wmr_header2.jpg);
	background-position: 5px 0;
	background-repeat: no-repeat;
}

#nav
{
	background-image: url(../images/navbg.gif);
	background-repeat: no-repeat;
}

#nav ul li a
{
	background-position: 0 0;
}

#nav ul li a:hover
{
	background-position: 0 -11px;
}

#nav #Home-nav a
{
	background-image: url(../images/nav-home.gif);
	background-repeat: no-repeat;
}

#nav #the-rocker-gallery-nav a
{
	background-image: url(../images/nav-gallery.gif);
	background-repeat: no-repeat;
}

#nav #the-rocker-story-nav a
{
	background-image: url(../images/nav-story.gif);
	background-repeat: no-repeat;
}

#nav #contact-us-nav a
{
	background-image: url(../images/nav-contact.gif);
	background-repeat: no-repeat;
}

#content
{
	background-image: url(../images/contentbg-repeat.jpg);
	background-repeat: repeat-y;
}

#contentBody
{
	background-image: url(../images/contentbg-top.jpg);
	background-repeat: no-repeat;
}


#contentBody ul li
{
	background-image: url(../images/bullet-star.gif);
	background-repeat: no-repeat;
	background-position: -10px -4px;
}

#stainColors
{
	background-image: url(../images/stain-top.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000000;
}

#leatherColors
{
	background-image:url(../images/leather-corner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color:#7e4a28;
}

#footer
{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#footer ul li a
{
	font-size: 11px;
	color: #8F8468;
	text-decoration: none;
}

#footer ul li a:hover
{
	text-decoration: underline;
}

#copyright
{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#948372;
}
	