@charset "UTF-8";
/* CSS Document */

body {
background-color: #FFFFFF;
font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
text-align: justify;
color: #999;
}

h1 {
display: none;
}

h2 {
color: #5086B6;
font-size: 14pt;
padding: 0;
margin: 0;
text-align: left;
}

img {
border: none;
}

a:link, a:visited, a:active {
font-weight: bold;
text-decoration: none;
color: #81AFFB;
}

a:hover {
text-decoration: underline;
color: #81AFFB;
font-weight: bold;
}

#wrapper {
position: relative;
width: 840px;
margin: 0 auto 0 auto;
}

#header {
width: 840px;
height: 665px;
background-image: url(images/Header.png);
float: left;
}

#middle {
width: 840px;
background-image: url(images/Middle.png);
float: left;
padding-bottom: 25px;
}

#left_container {
float: left;
display: inline;
width: 670px;
}

#column_1 {
width: 280px;
margin-left: 50px;
float: left;
display: inline;
}

#container_drum_demo {
width: 320px;
height: 250px;
}

#column_2 {
float: right;
margin-left: 20px;
}

.music_player {
width: 320px;
padding-bottom: 10px;
margin-left: -15px;
margin-top: 5px;
}

#socialbuttons {
width: 100px;
float: right;
margin-bottom: 10px;
margin-right: 50px;
display: inline;
}

#button_facebook {
height: 38px;
width: 100px;
background-image:url(images/Button_Facebook.png);
float: right;
background-position: -50px 0;
margin-top: 5px;
}

#button_facebook:hover {
background-position: 100px 0;
}

#button_facebook span {
display: none;
}

#button_myspace {
height: 27px;
width: 100px;
background-image:url(images/Button_Myspace.png);
float: right;
margin-top: 10px;
background-position: -50px 0;
}

#button_myspace:hover {
background-position: 100px 0;
}

#button_myspace span {
display: none;
}

#button_youtube {
height: 43px;
width: 100px;
background-image:url(images/Button_Youtube.png);
float: right;
margin-top: 10px;
background-position: -50px 0;
}

#button_youtube:hover {
background-position: 100px 0;
}

#button_youtube span {
display: none;
}


.item {
width: 320px;
margin-bottom: 10px;
margin-top: 5px;
}

.flv_player {
height: 260px;
width: 320px;
float: left;
margin-bottom: 10px;
}

.video_thumb {
height: 240px;
width: 320px;
float: left;
}

.video_description {
color: #BFBFBF;
width: 300px;
float: right;
}

.byline {
text-align: right;
display: block;
}

#footer_text_left {
float: left;
}

#footer_text_right {
float: right;
padding-right: 40px;
}

#footer {
width: 800px;
height: 55px;
background-image: url(images/Bottom.png);
padding: 15px 0 0 40px;
font-size: 8pt;
color: #FFFFFF;
float: left;
}
