@import url(http://fonts.googleapis.com/css?family=Raleway);
								
								html, body {
    margin: 0;
    padding: 0;
	
    background: url(http://www.waterloovillecrash.co.uk/s/img/background.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
 
    }
   
   color:white;
   z-index: 1;
  font-family: 'Raleway', sans-serif;
 
    }
  #opening{
	
	
	width:255px;
	margin-left:60px;	
	background: rgba(0,0,0,0.4);
	border: white solid 2px;
	float:left;

	
}

p{

font-family: 'Raleway', sans-serif;
 font-size:12pt;

}


h1{

font-family: 'Raleway', sans-serif;
}


h2{


font-family: 'Raleway', sans-serif;

}

h3{

font-family: 'Raleway', sans-serif;

}




#Logo{
	
	width:1000px;
	margin:auto auto;
	 
}

#Footer{
	
	width:800px;
	border: white solid 2px;
	float:right;
	background: rgba(0,0,0,0.4);
	margin-right:10px;
	font-family: 'Raleway', sans-serif;
 font-size:12pt;

}
	
	
#content{
	
	width:1200px;
	
	border: white solid 2px;
	float:right;
	margin-left:60px;
	margin-top:15px;
	margin-right:10px;
	background: rgba(0,0,0,0.4)
}   

.bmenu{
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
}
.bmenu li{
    font-size: 20pt;
    display: block;
}
.bmenu li a{
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #eeb213;
	color: #eeb213;
	padding: 5px 20px;
	margin: 2px;
	background: rgba(0,0,0,0.7);
	letter-spacing: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.bmenu:hover li a{
	text-shadow: 0px 0px 10px #eeb213;
	color: transparent;
	background: rgba(0,0,0,0.4);
}
.bmenu li a:hover{
	background: rgba(0,0,0,1.6);
	text-shadow: 0px 0px 1px #eeb213;
}

@import url('reset.css');
/* General Demo Style */
body{
	background-color: transparent;
    background-repeat: repeat, no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    background-size: auto, cover;
	color: #fff;
	font-family: 'Josefin Slab', Arial, sans-serif;
	font-size: 13px;
}
.container{
	position:relative;
}
a{
	color: #fff;
	text-decoration: none;
}
.clr{
	clear: both;
}
.content{
	position:relative;
    width:300px;
    margin: 0 auto;
    float:left;
    margin-left:20px;
}
h1{
	margin:0px;
	padding:20px;
	font-size:42px;
	color:#fff;
	text-align:left;
	font-weight:400;
    text-align:left;
}
h1 span{
	font-size:22px;
	color:#ddd;
	padding-top:10px;
}
/* Header Style */
.header{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}

.more ul{
	text-transform:uppercase;
	font-size:11px;
	padding:50px 0px 30px 20px;
	height:30px;
	clear:both;
	font-family: 'Arial Narrow', Arial, sans-serif;
	width:830px;
	margin:0 auto;
    color:#fff;
}
.more ul li{
	float:left;
	margin:0px 2px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	text-shadow:1px 1px 1px #fff;
	color:#555;
	background:#f7f7f7;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	box-shadow:1px 1px 2px rgba(0,0,0,0.6);
}
.more ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}