body {
	background-color: #e6e6e6;
	background-image: url('../images/music_bg.png');
	background-repeat: no-repeat;
	background-position: -5px 15%;
	
}

a{
    color:#005893;
}
#header {
    height: 80px;
    width:100%;
}

#content {
	padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}

#footer {
    color: #045893;
    font-size : 12px;
    font-weight : bold;
    font-family: sans-serif;
    background-color:#CCCCCC;
}


.roundrect_white_shadowed  {
    padding:4px 10px;
    padding-bottom:8px;
    margin:10px;
    color:#000;
    background:#fff;
    border: 2px solid #bbbbbb;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.roundrect_white_shadowed .sb-inner
{
 background:#fff;
}

/* The split heading/content element */
.split_brown_white
{
    margin:10px;
    color:#000;
}
.split_brown_white .top {
 padding:4px 10px;
 margin:0;
 color:White;
 background:#9b4309;
 -moz-border-radius: 12px 12px 0 0;
 -webkit-border-radius: 12px 12px 0 0;
 border-radius: 12px 12px 0 0;
 }
 .split_brown_white .top a{
   color:White;
   text-decoration: none;
 }
 
.split_brown_white .bottom {
	background:white;
    padding:4px 10px;
    padding-bottom:8px;
    color:#000;
    border: 2px solid #9b4309;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
 }

/*make a few classes of floats*/
.floatleft
{
    float:left;
}
.floatright
{
    float:right;
}
.clear
{
    clear:both;
}

.title
{
    font-weight:bold;
}
/*form stuff*/
input
{
    font-size: 10px;
    font-family:sans;
}
textarea
{
    font-size: 10px;
    font-family:sans;
}

.coffee_fund
{
    color:black;
}
.coffee_project
{
    color:black;
    float:left;

    padding-left:5px;
}
.supports {
    color:black;
    float:left;
   }

.service{
    text-align:center;
    padding:4px 10px;
    padding-bottom:8px;
    margin:10px;
    color:#000;
    background:#fff;
    border: 2px solid #E6E6E6;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.center {
  text-align:center;
}

#nav_title_image {
	margin-right: 40px;
	}
	
.navbar .brand {
	padding:0px;
}
