a img {
	border: 0px;
}

body {
    background-color: #cdcc00;
    text-align: center;
}

.bold {
    font-weight: bold;
}

#wrapper {
    text-align: left;
    margin: 0px auto;
    width: 780px;
    font-family: arial;
}

#header {
    width: 780px;
    height: 200px;
    background-image: url(/images/header.jpg);
}

#content {
    font-size: 10pt;
}

#center-column {
    width: 600px;
    text-align: left;
    float: left;
}

#center-column form {
    text-align: center;
}

#sub-header {
    width: 500px;
    height: 70px;
    margin: 0px auto;
    background-image: url(/images/subheader.jpg);
}

#paypal-submit {
    position: relative;
    top: 10px;
}

#octopus {
    float: right;
    width: 280px;
    height: 309px;
    background-image: url(/images/octopus.jpg);
    margin: 0px 0px .5em .5em;
}

p.bigger {
    font-size: 18px;
    font-weight: bold;
}

#footer {
    font-size: 8pt;
    clear: both;
}

#sidebar {
    width: 180px;
    float: right;
    text-align: center;
    margin-top: 18px;
}

#sidebar table {
	float: none;
	margin-top: 0px;
}

#costs {
    width: 150px;
    height: 500px;
    margin: 0px auto;
    background-image: url(/images/sidebar.jpg);
}

#sidebar .names {
    text-align: left;
    padding-left: 1.5em;
    padding-top: 1.5em;
}

#sidebar .names ul {
    padding-left: 1.5em;
    margin: 0px;
}

div.video {
    display:block;
    float: left;
    margin-right:40px;
    text-align: center;
    width: 130px;
}

div.video .title {
    font-weight: bold;
}

div.video a img {
    border: 0px;
    width: 130px;
    height: 97px;
}

#center-column {
    text-align: left;
}

#music-header {
  width: 700px;
  height: 100px;
  background-image: url(/images/music-banner.jpg);
  margin: 0px auto;
}

#singer {
  float: right;
  width: 280px;
  height: 309px;
  background-image: url(/images/singer.jpg);
}

.spacer {
  height: 1em;
}

div#marketing {
    
    width: 800px;
	position: relative;
	left: -10px;
    background-repeat: none;
	text-align: center;
}

div#extra-marketing {
	width: 800px;
	position: relative;
	left: -10px;
}

div#navbar {
    height: 36px;
    width: 780px;
    background-image: url(/images/mbm_nav.jpg);
    background-repeat: none;
}

div#themebar {
	display: none;
    height: 64px;
    width: 779px;
    /* background-image: url(/images/theme_zombies.jpg); */
    background-repeat: none;
}

img#gear {
    border: 0px;
    margin: 0px 15px;
} 

.flickr {
    float: left;
    width: 240px;
    text-align: center;
}

.flickr a {
    font-weight: bold;
}

.flickr a img {
    border: 0px;
}


.youtube {
    width: 360px;
    float: right;
}

.clickable {
    cursor: pointer;
}