*
{
	font-family: sans-serif;
}

a:link
{
	color: #C04000;
}

a:visited
{
	color: #8A3324;
}

a:hover
{
	color: black;
}

a:active
{
	color: black;
}

a img
{
	border: 2px solid;
}

body
{
	background: #CD853F url("other/bg-body.gif") repeat-x;
	margin: 0;
}

h1
{
	color: #CD7F32;
	font-size: 2.75em;
	font-weight: normal;
	margin: 0;
	text-align: center;
}

h2 /*not all h2 will be the same, fix this and .icat */
{
	border-bottom: 2px solid #CD7F32;
	color: #CD7F32;
	font-size: 2em;
	font-weight: normal;
	margin: 0;
}

table
{
	border-color: black;
}

table caption
{
	color: #D2691E;
	font-size: 2em;
	text-align: left;
}

table th
{
	color: #CD7F32;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#header
{
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#center-column
{
	float: left;
	width: 600px;
}

#left-column
{
	float: left;
	width: 150px;
}

#right-column
{
	float: left;
	width: 150px;
}

#footer
{
	clear: both;
	font-weight: bold;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	text-align: center;
}

#center-content
{
	background: white;
	border: 1px solid black;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	padding: 0.3em;
}

#left-content
{
	background: white;
	border: 1px solid black;
	font-size: 95%;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.525em;
	padding: 0.3em;
}

#right-content
{
	background: white;
	border: 1px solid black;
	font-size: 95%;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	margin-top: 0.525em;
	padding: 0.3em;
}

/* for screen readers */
#skip
{
	color: white;
	font-size: xx-small;
	position: absolute;
	right: 0;
}

.cbig { text-align: center; font-size: 2.75em; color: #CD7F32; }
.cbtxt { text-align: center; font-weight: bold; }
.ctxt { text-align: center; }
.jtxt { text-align: justify; }
.ltxt { text-align: left; }
.rtxt { text-align: right; }

/* book title */
.btl
{
	color: #CD7F32;
	font-weight: bold;
}

/* tables listing for bows and books */
.table-listing tr
{
	vertical-align: top;
}

.table-listing td
{
	padding-bottom: 1em;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

/* for list of items in the accessory and instrument listings */
.ilist
{
	border-bottom: 1px solid black;
}

.ilist ul
{
	margin: 0;
}

.ilist .cost
{
	font-weight: bold;
	list-style-type: none;
	text-align: right;
}

.ilist a
{
	font-weight: bold;
	text-decoration: none;
}

.ilist a:hover
{
	text-decoration: underline;
}

/* for the list in nav menu */
.nav-list
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav-list li
{
	margin-top: 1%;
	margin-bottom: 1%;
}

/* nav-list-indent */
.nav-list .n-l-i
{
	margin-left: 0.75em;
}

/* for hyperlinks in nav menu */
.nav-list a
{
	font-weight: bold;
	text-decoration: none;
}

.nav-list a:hover
{
	text-decoration: underline;
}

