html, body{
	
	background-color: #fff;
	margin: 0;
	padding: 0;
}

body{
	background: #fff url(../img/8mmm_head.jpg) no-repeat 20px 0px;
	font: 0.625em Arial, Helvetica, sans-serif;
	padding: 0px 0px 20px 30px;
}

a{
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active, a:focus{
	color: #e30000;
}

a:hover, a:active, a:focus{
	text-decoration: underline;
}

address{
	font-style: normal;
}

br{
	clear: both;
}

img{
	border: 0 none red;
}

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* Hidden content for screenrader */
.aural {
    position: absolute;
    left: -1000em;
    width: 100em;
    height: 1em;
    overflow: hidden;
}

.left{
	float: left;
}

.right{
	float: right;
}

/* header */

#header{
	padding-top: 240px;
	position: relative;
}

/* navigation */

#navigation{
	margin: 0;
	padding: 0;
}

#navigation li{
	display: inline;
}

#navigation li a{
	display: block;
	margin-right: 1px;
	float: left;
	width: 5em;
	padding: 0.25em 0.4em;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	background-color: #000;
}

#navigation li a:hover,
#navigation li a:focus,
#navigation li a.current{
	background-color: #e30000;
}

/* home link */
#homelink {
	display: block;
	position: absolute;
	top: 100px;
	border: 1px none transparent;
	width: 300px;
	height: 100px;
}

#content{
	clear: both;
	width: 75em;
	max-width: 100%;
	padding-top: 0.8em;
}

#content h2{
	margin: 1em 0 0.7em 0;
	font-style: italic;
	font-size: 1.8em;
	text-transform: uppercase;
}

#content h3{
	margin: 1.8em 0 .8em;
	font-size: 1.4em;
	text-transform: uppercase;
}
#content p,
#content ul,
#content ol,
#content dl,
#content address{
	font-size: 1.4em;
	margin: 0 0 1em 0;
}

#content .colmedium{
	width: 33%;
	padding-right: 2%;
}

#content .colbig{
	width: 50%;
}

#news .colmedium{
	width: 29%;
}

#news .colbig{
	width: 67%;
}

#news .colmedium h2{
	text-transform: none;
}

ul.bands{
	list-style-type: none;
	margin: 0;
	padding:0;
}

ul.bands li{
	float: left;
	width: 200px;
}

ul.bands li img{
	display: block;
	margin-bottom: 1em;
}

#content .info{
	font-size: 1.2em;
}

.teaser{
	padding-left: 95px;
	margin-bottom: 1em;

}


.teaser .image{
	float: left;
	width: 95px;
	margin-left: -95px;
}

#content .teaser p,
#content .teaser h3{
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* footer */

#footer{
	clear: both;
	padding: 1em 0em;
	margin-top: 2em;
	border-top: 1px solid #000;
	text-transform: uppercase;
}

#footer address{
	float: left;
	width: 50%;
}

#footer .copyright{
	float:right;
	width: 30%;
	margin: 0;
	text-align: right;
}

#footer .credits{
	font-size: 80%;
}

/* clear floats */

.clear:after,
.teaser:after,
.bands:after,
#footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}