/* KJZ Design LLC, Portland OR www.kjzdesign.com 2008 */

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

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

a:hover {
	color: #FF6600;
	text-decoration: none;
}

a:active {
	color: #FF6600;
	text-decoration: none;
}

#navbar a:link {
	color: #66CC33;
	text-decoration: none;
}

#navbar a:visited {
	color: #66CC33;
	text-decoration: none;
}

#navbar a:hover {
	color: #FF6600;
	text-decoration: none;
}

#navbar a:active {
	color: #FF6600;
	text-decoration: none;
}


li{
	padding-bottom: 10px;
}

body  {
	font: 15px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}


h1 {
	font-size: 24px;
	color: #336699;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	color: #336633;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #663399;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

#head {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF;
	clear: both;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#container {
	width: 768px;
	background: #FFCC00;
	margin: 0 auto;
	text-align: left;
}

#navbar {
	margin: 15px;
	padding: 1px;
	background: #333333;
	font-size: 13px;
	letter-spacing: 0.4em;
	text-align: center;
	word-spacing: 1.2em;
	vertical-align: middle;
	font-weight: bold;
}

#mainContent {
	margin: 0 174px 0 0;
	padding: 0px 20px 20px;
} 

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 154px;
	padding: 0px 20px 20px 0px;
	color: #000000;
	font: 14px Arial, Helvetica, sans-serif;
}

#l_pic_cap {
	float: left;
	width: 320px;
	font-size: 12px;
	color: #999999;
	margin-right: 20px;
	text-align: center;
}

#r_pic_cap {
	float: right;
	width: 320px;
	font-size: 12px;
	color: #999999;
	margin-left: 20px;
	text-align: center;
}

.fltrt { 
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.fltlft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.footer {
	color: #666666;
	font-size: 10px;
}

.piccap {
	font-size: 12px;
	color: #666666;
	text-align: center;
}

.quotebody {
	font-size: 13px;
	color: #663366;
	text-align: left;
	margin-right: 55px;
	margin-left: 55px;
	line-height: 22px;
}

.imoutline{
	border: thin solid #000000;
}

.cdlist {
	background: #EEBB00;
	margin: 10px;
	padding: 8px;
	height: 119px;
	font-size: 14px;
}

.cdlist_lg {
	background: #EEBB00;
	margin: 10px;
	padding: 8px;
	height: 280px;
	font-size: 14px;
}

.cdlist_sm {
	background: #EEBB00;
	margin: 10px;
	padding: 8px;
	font-size: 12px;
}

.booklist {
	background: #EEBB00;
	margin: 10px;
	padding: 8px;	
	height: 154px;
	font-size: 12px;
}

.cdtitle {
	font-size: 16px;
	font-weight: bold;
}

.colortitle {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #CC0000;
}

.yel_box {
	background: #EEBB00;
	padding: 8px;
}

.cdlist img {
	border: thin solid #000000;
}

.cdlist_sm img {
	border: thin solid #000000;
}

.booklist img {
	border: thin solid #000000;
}

