/* General */

body {
	margin: 30px 0;
	padding: 0;
	background: #432E02;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5
{
	color: #000;
	margin: 0;
}
h1
{
	font-size: 1.5em;
	letter-spacing: .1em;
	margin-top: 8px;
	margin-left: 8px;}

.darkh1
{
	font-size: 1.3em;
	letter-spacing: .3em;
	margin-top: 8px;
	color: #F90;
	margin: 0;
}

h2
{
	font-size: 1.6em;
	text-align: center;
	margin: 0 0 10px 0;
}

h3 {
	margin: 0;
	font-size: 1.15em;
}

h5 {
	margin: 0;
	font-size: 0.7em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #000099;
}

a:visited {
	text-decoration: none;
	color: #006;
}

a:hover {
	border: none;
	color: #03C;
}

img {
	border: none;
	margin: 4px;
}

/* Header */

#header {
	width: 970px;
	height: 200px;
	margin: 0 auto;
	background: url(images/mandolin_store_hdr-L.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

/* Header Link */

#headerlink {
	float: left;
	position: relative;
	top: 0px;
	width: 250px;
	height: 200px;
	padding: 0px 0px 0px 0px;
}

/* Search 

#search {
	float: right;
	position: relative;
	top: 0px;
	width: 240px;
	height: 55px;
	padding: 10px 5px 5px 15px;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 1.6em;
	text-align: center;
}

#search * {
	margin: 0;
	border: none;
	font-weight: bolder;
	color: #FFFFFF;
}
*/
/* Menu */

.bar
{
	width: 970px;
	height: 38px;
	margin: 0 auto;
	padding: 0;
}

.ntop
{
	background-image: url(images/mandolins_for_sale.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.nbottom
{
	background-image: url(images/mandolin_luthier.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#menu
{
	width: 970px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	list-style: none;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	border: none;
	float: left;
	height: 20px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	color: #003366;
}

#menu a:hover, #menu .active a {
	color: #FFFFFF;
}


/* Content */

#content
{
	width: 970px;
	margin: 0 auto;
	background-image: url(images/mandolin_seller.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#colOne {
	float: left;
	text-align: left;
	width: 250px;
	padding: 5px 15px 15px 35px;
}

#colTwo {
	float: left;
	width: 390px;
	height: 100%;
	padding: 5px 15px 5px 15px;
}


#colThree
{
	float: right;
	text-align: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 35px 0px 0px;
	background-image: url(images/mandolin_seller.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}


#container {
	float: left;
	clear: left;
	text-align: left;
	padding: 2px 2px 2px 2px;
}

#BigCol {
	float: left;
	text-align: left;
	width: 600px;
	padding: 5px 15px 15px 15px;
}
#3Col {
	float: left;
	text-align: right;
	width: 850px;
	padding: 15px 25px 15px 25px;
}

#container img {
	float: left;
	margin: 0px 15px 0px 5px;
	vertical-align: middle;
}
#BigCol img {
	margin: 20px 20px 20px 20px;
	vertical-align: middle;
}



#spacer {
	vertical-align: top;
	clear: both;
	padding: 5px 0px 5px 0px;
}

.dark
{
	color: #F93;
	margin: 0;
}
.q  {
	text-decoration: none;
	color: #900;
	font-size: 1.8em;
	font-weight: bold;
	padding:  0px 15px 0px 5px;
}
.a  {
	text-decoration: none;
	color: #F33;
	font-size: 1.8em;
	font-weight: bold;
	padding:  0px 15px 0px 5px;
}



/* Footer */
#footer
{
	width: 970px;
	margin: 0 auto;
	text-align: center;
	padding: 1px 0;
	color: #FC0;
	}

#footer a {
	color: #36F;
}

#footer a:hover
{
	color: #FFFFFF;
}


#footer * {
	color: #FC0;
}