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

html, body {
vertical-align: baseline;
background-color:#ffc000;
background-image:url(../images/yellowcardboard2.jpg);
}

body {
font-family: "museo-sans-1","museo-sans-2",sans-serif;
margin: 0;
padding: 0;
}

h1 {
color:#423500;
font-size:16px;	
}

h1#name {
/*font-family: "league-gothic-1","league-gothic-2",sans-serif;*/
font-size:50px;
letter-spacing:-4px;
margin:0 0 20px 0;
overflow:visible;
}

h2 {
color:#6e5704;
font-size:15px;	
}

p {
color:#6e5704;
font-size:12px;	
}

ul, li {
list-style-position: inside;
margin:0;
list-style-image: none;
list-style-type: none;
}

a:link, a:visited {
color:#6e5704;
text-decoration:none;
}

a:hover, a:active {
color:#6e5704;
text-decoration:none;
}

.clear {
clear: both;
float: none;	
}

.italic {
font-style: italic;
}
	
.strong {
font-weight: bold;
}

#masthead {
/*background-image:url(../images/toptype.png);*/
background-image:url(../images/toplandscape3.jpg);
width:100%;
height:175px;
background-repeat: repeat-x;
background-position: -150px -30px;
}

#main {
height:425px;
margin-left:auto;
width:100%;
background-color:#ffc000;
}

#container {
height:100%;
width:810px;
margin-left:auto;
margin-right:125px;
}

#mainnav {
float:left;
width:400px;
margin-top:6px;
}

#mainnav li {
float:right;
padding-right:25px;
margin-right:25px;
display:block;
font-size:18px;
}

li#musiclink {
border-right:1px dotted #6e5704 ;
}

#content {
height:260px;
text-align:left;
width:800px;
float:left;
margin-top:150px;
}

#columnone {
width:230px;
float:left;
}

/*#smallcol {
width:225px;
}*/

#imgband {
background-image:url(../images/cdimgband.jpg);
background-repeat:repeat-x;
width:100%;
height:139px;
clear:both;
}

