html, body {
    font-family: 'Roboto', sans-serif;
    width: 960px;
    text-align: center;
    margin: 15px auto;
    font-weight: 300;
}
a {
    text-decoration: none;
}
hr {
    clear:both;
	margin: 0;
	padding: 0;
	height: 0px;
	border: none;
}
footer {
    clear:both;    
}
#cap {
    position:absolute;
    right:300px;
    top:50px;
}

#tshirt {
    position:absolute;
    left:300px;
    top:50px;
}

#menu {
    background-color:green;
    margin: 20px 0;
    padding: 0;
}
#menu li {
	padding: 0 0.5em;
	list-style-type: none;
	display: inline;
    font-size:2em;
}
#menu li a {
    color:white;
    text-decoration: none;
}
#menu li a.active {
    color:yellow;
    text-decoration: none;
}

#music {
    background-color: rgb(251, 133, 33);
    color: white;
    font-weight: 100;
    font-size: 1.6em;
    margin: 30px 0;
    padding: 10px;
}
#music img {
    margin: 0 10px -5px 10px;
}
#music a {
    color: white;    
}
#itunes {
    background-color: rgb(48, 131, 251);
    color: white;
    font-weight: 100;
    font-size: 1.6em;
    margin: 30px 0;
    padding: 10px;
}
#itunes img {
    margin: 0 10px -5px 10px;
}
#itunes a {
    color: white;    
}
#main {
    float: left;
	width: 600px;
	margin: 0;
	padding: 15px;
    text-align: left;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main p,
#side p {
	margin-left: 30px;
}
#side {
	float: left;
	width: 300px;
	margin: 0;
	padding: 15px;
}
select, input, textarea, input[type=submit] {
    font-size:1.5em;
    width: 310px;
}
