body{padding: 20px;background: #e2eff8 url(../img/bckg-body.png) top left repeat-x;
    font: 100.01% "Lucida Grande", Lucida, "Segoe UI", "Trebuchet MS", sans-serif;}
h1{font-size: 16px}
h2{font-size: 32px;color: #222;margin-bottom: 0;padding: 0;}
p{padding-bottom:1em;}
div#container{ margin: 30px 28%;background: #fff url(../img/bckg-content.png) top left repeat;width: 500px;}
div#copyright{ margin: 0 10%;
	font-size: 12px;
	color: #b1d4ee;
	text-align: center;
}
div#content{ 
	margin-left: 50px;
	font-size: 12px;
	color: #999;
	text-align: left;
}
div#smoothjazz{ 
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	font-size: 12px;
	color: #999;
	text-align: left;
}
div#sjad {
	margin-bottom: 50px;
}
#smoothjazz h3 {
	color:#006bff;
}
div#content img{
	float: left;
	margin-right: 10px;
	border: 5px solid #fff;
}
div#content strong{
	color: #666;
}
div#contact img{
	margin-right: 10px;
	margin-top: -5px;
	border: none;

}
div#footer {
	background: #006bff url(../img/bckg-footer.gif) top left repeat;
	margin: 0;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a5d2ff;
	border-top: 1px solid #a5d2ff;
	border-color: #f8f8f8;
}
div#contact{ 
	font-size: 12px;
	color: #999;
	margin-left: 0;
	padding: 10px; 
}
div#contact ul li {
	list-style-type: none;
	clear: both;
	margin:0;
	padding-top: 10px;
}
b.rtop{display:block;background: #afd3ee;}
b.rbottom{display:block;background: #e2eff8;}
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #fff url(../img/bckg-content.png) top left repeat;}
b.r1{margin: 0 5px;}
b.r2{margin: 0 3px;}
b.r3{margin: 0 2px;}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px;}
h1.pad {
	color: #fff;padding: 20px 10px 10px 40px;
}

a {
	text-decoration: none;
	color: #006bff;
	padding: 5px;
}

a:visited {
	color: #006bff;
}

a:hover {
	color:#006bff;
	background-color: #ccc;
}

.tagline {
	padding-right: 30px;
}
#contact a {
	text-decoration: none;
	color: #fff;
	background-color: #7CBA0F;
	border-bottom: 1px solid #557b2e;
	border-right: 1px solid #557b2e;
	padding: 5px;
}
#twitter a {
	text-decoration: none;
	color: #006bff;
	background: none;
	border: none;
}
#contact a:visited {
	color: #fff;
}

#contact a:hover {
	color:#fff;
	background-color: #ccc;
}

h1 span {
	color: #afd3ee;
}

/* slider */


#wrapper {
    width: 400px;
    margin: 40px 0 0 50px;
	font-size: 12px;
	color: #999;
	text-align: left;
	height: 350px;
}

div#wrapper h2 {
	font-size: 24px;
	font-weight: normal;
	color: #006bff;
	border-bottom: 1px solid #006bff;
	clear: both;
	letter-spacing: -2px;
    margin: 20px 0 12px 0;
    padding: 0;
}

#slider {
    width: 400px;
    height: 350px;
    margin: 0;
    position: relative;
}

.scroll {
    height: 350px;
    width: 400px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 280px;
    width: 380px;
    margin: 0;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navigation li {
    display: inline;
    margin-right: 5px;
}

ul.navigation a {
    padding: 10px;
    color: #006bff;
    text-decoration: none;
}

ul.navigation a:hover {
	color: #fff;
	background-color: #7CBA0F;
	border-bottom: 1px solid #557b2e;
	border-right: 1px solid #557b2e;
}

ul.navigation a.selected {
    color: #7CBA0F;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}