@charset "UTF-8";

@font-face {
    font-family: 'nexa_lightregular';
    src: url('fonts/Nexa_Free_Light-webfont.eot');
    src: url('fonts/Nexa_Free_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Nexa_Free_Light-webfont.woff') format('woff'),
         url('fonts/Nexa_Free_Light-webfont.ttf') format('truetype'),
         url('fonts/Nexa_Free_Light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'nexa_lightregular';
 	margin:0;
	padding:0;
	text-align: center;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
}

#MainDiv1 {
	position: relative;
	width: 640px;
	background-color: rgba(0,0,0,0.60);
	overflow: visible;
	display:block;
	margin:0 auto;
}
#HeadDiv {
	position: relative;
	width: 640px;
	height: 375px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	background-image: url(images/Beatles-In-Canada-header.png);
}
.box { 
	display:block; 
	position:absolute; 
	width:100%; 
	height:100%; 
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
h1 {
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	margin:20px 20px 20px 20px;
}
h2 {
	font-size: 25px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	margin:20px 20px 20px 20px;
}
.bodytext {
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	margin: 10px 20px 10px 20px;
}
.bodytext2 {
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	text-align: left;
	margin: 10px 20px 10px 20px;
}
.maintext {
	font-size: 18px;
	color: #ffffff;
	line-height: 20px;
	text-align: left;
	margin: 10px 20px 10px 20px;
}
.smalltext {
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	text-align: left;
	margin: 0px 20px 10px 20px;
}
.addresstext {
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	text-align: center;
	margin:10px 0px 10px 0px;
}
hr.noshade {
	height:1px;
	color:#ffffff;
	margin:0 20px;
}
