html {
	font:9pt/1.4 Arial, Verdana, Helvetica, sans-serif;
	padding:5px;
	min-height: 100%;
}

body {
	background:#393F45;
	color:#000;
	width:900px;
	margin:0 auto;
}

#nav {
	margin:0;
	padding:0;
	background-image: url(images/nav.png);
	background-repeat:repeat-x;
	list-style-type:none;
	width:900px;
	float:left;
}

#nav li {
	margin:0;
	padding:0;
	float:left;
}

#nav a {
	color:#333;
	float:left;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	line-height:3;
	padding:0 10px 0 10px;
}

#nav #nav_contact a {
	border:none;
}

#nav a:hover {
	background:#aaa;
	background-image: url(images/hover.png);
	background-repeat:repeat-x;
}

#home .home a, 
#bio .bio a,
#test .test a, 
#info .info a,
#sales .sales a, 
#contact .contact a {
	background:#bbb;
	color:#479;
	font-weight:bold;
}

#wrapper {
	clear:both;
	display:table;
	border-collapse:collapse;
	width:900px;
}

h1,.title {
	color:#4F6D8B;
	font-size:20px;
	font-weight:normal;
	font-family:Georgia,"Times New Roman",serif;		
}

h2 {
	font:9pt/1.4 Arial, Verdana, Helvetica, sans-serif;
	font-weight:900;
	display:inline;
}

.motto {
	color:#4F6D8B;
	font-family:Georgia,"Times New Roman",serif;		
}

.sell {
	background:#eef;
	border:solid #aab 1px;
	color:#4F6D8B;
	font-family:Georgia,"Times New Roman",serif;
	font-size:1.5em;
	padding:2px;
}

.sell p {
	color:#000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:.67em;
	padding:0 5px 0 5px;
}

.sell img {
	border:6px solid #000;
}

.sold {
	color:#00f;
	font-size:.7em;
}

p.gray {
	color:#888;
	text-decoration:line-through;
}

#left {
	display:table-cell;
	clear:both;
	color:#fff;
	width:350px;
	background-color:#479;
	font-size:12pt;
	text-align:center;
	padding-top:15px;
}

.lrg {
	font-size:24pt;
}

.med {
	font-size:18pt;
}

.music {
	color:#479;
	font-weight:bold;
}

#left ul {
	list-style-type:none;
}

img.left {
	float:left;
	padding-right:10px;
}

img.center {
	border:6px solid #000;
	display:block;
	margin:0 auto !important;
}

img.right {
	float:right;
	padding-left:10px;
}

#right {
	display:table-cell;
	color:#333;
	width:430px;
	background:#fffff9;
	padding:0 60px 20px 60px;
	text-align:justify;
}

#right img {
	margin:0 5px 0 5px;
}

footer {
	display:block;
	background-image: url(images/ftr-bkg.gif);
	background-repeat:no-repeat;
	color:#333;
	line-height:2;
	padding-right:20px;
	text-align:right;
	font-size:9pt;
}

.c1 ul,.c2 ul {
	color: #444;
	float:left;
	line-height:2;
	list-style-type:none;
	padding:0 0 0 10px;
	text-align:left;
	text-decoration:none;
}

#hide {
	display:none;
}

.red {
	color:#f00;
}
