document, html, window {
	width:100%;

	height:100%;

	

	padding:0px;

	margin:0px;

}

td, tr, div, span, body {

	padding:0px;

	margin:0px;

	

	font-family:Verdana;

	font-size:9pt;

	color:#111;

}



body {

	overflow:auto;

	

	background-color:#000;

	background-image:url('nora.jpg');

	background-repeat:no-repeat;

	background-size:100%;

	background-width:100%;
	background-position:0px 80px;

}


body.bright {

	overflow:auto;

	

	background-color:#f8f8f8;

	background-image:url('nora2.jpg');

	background-repeat:no-repeat;

	background-size:100%;

	background-position:0px 80px;

}

div.top {

	position:fixed;

	width:100%;

	height:65px;

	top:0px;
	padding:18px 0px 0px 15px;

	

	background-color:#fff;

	

/*	font-family: 'Pathway Gothic One', sans-serif;

	font-family: 'Yanone Kaffeesatz', sans-serif; 
*/

}

span.homebutton {
	font-size:28pt;

	line-height:25px;


	font-family: 'Fjalla One', sans-serif;

	cursor:pointer;
}



span.wirl {

	font-family: 'Fjalla One', sans-serif;

	font-size:18pt;

}



div.albumspace {
	position:fixed;
	top:100px;
	left:15px;
}

div.albumbp {
	width:450px;
	height:150px;

	text-align:right;

	background-image:url(BP.png);

	cursor:pointer;
}

div.albumlp {
	width:450px;
	height:150px;

	text-align:right;

	background-image:url(LP.png);

	cursor:pointer;
}

div.albumpl {
	width:450px;
	height:150px;

	text-align:right;

	background-image:url(PL.png);

	cursor:pointer;
}

span.albumtext {
	padding:30px;
	line-height:150px;

	font-family: 'Fjalla One', sans-serif;

	font-size:22pt;
}

div.albumbp:hover span.albumtext {
	color:#f33;
}

div.albumlp:hover span.albumtext {
	color:#f33;
}

div.albumpl:hover span.albumtext {
	color:#f33;
}


div.bottom {

	position:fixed;

	width:100%;

	height:80px;

	bottom:0px;
	

	background-color:#fff;

}



div.menu {

	position:absolute;
	width:50%;

	min-width:400px;
	height:80px;


	top:0px;
	right:0px;
}



div.main {

	position:absolute;

	width:100%;

	max-height:100%;
	

	
padding:0px;

	margin:0px;

	

	top:0px;
	margin-top:80px;

	margin-bottom:80px;

/*	overflow:auto;

*/

}



div.content {

	position:relative;

	width:35%;

	

	margin-top:20px;

	margin-left:40px;

	padding-top:20px;

	padding-bottom:100px;
}



div.contentjustify {

	position:relative;

	width:35%;

	

	margin-top:20px;

	margin-left:40px;

	padding-top:20px;

	padding-bottom:100px;

	text-align:justify;
}



div.photos {
	width:80%;
	margin:auto;
	margin-top:10px;
}

div.fb {
	position:absolute;
	right:13px;
	top:13px;

	width:57px;
	height:57px;

	background-image:url(fb.png);

	cursor:pointer;
}

div.img {
	float:left;
	margin:4px;
	width:240px;
	height:240px;
	background-color:#666;
	color:#fff;

	font-family: 'Fjalla One', sans-serif;

	font-size:48pt;


	line-height:428px;
	text-align:right;
}

div.photos img {
	margin:4px;
	cursor:pointer;
	vertical-align:middle;
}

div.xControl {
	font-family: 'Fjalla One', sans-serif;

	font-size:14pt;
	line-height:28px;
}

table.center {

	width:70%;

	margin:auto;

	

	margin-top:30px;

	table-layout:fixed;

}



table.center td {
	text-align:center;

	color:#999;

	

	font-size:14pt;

	font-family: 'Yanone Kaffeesatz', sans-serif;

	line-height:75%;
	padding:0px;
}


table.center td.darky {
	text-align:center;

	color:#666;

	

	font-size:20pt;

	font-family: 'Yanone Kaffeesatz', sans-serif;

	line-height:75%;
	padding:0px;
}


table.center td:hover{

	text-align:center;

	color:#fff;

	background-color:#999;

	cursor:pointer;

	

	font-size:14pt;

	font-family: 'Yanone Kaffeesatz', sans-serif;


	line-height:75%;
	padding:0px;
}

table.center td.darky:hover{

	text-align:center;

	color:#fff;

	background-color:#666;

	cursor:pointer;

	

	font-size:20pt;

	font-family: 'Yanone Kaffeesatz', sans-serif;


	line-height:75%;
	padding: 0px;
}

table.center td.spacer, table.center td.spacer:hover {
	width:20px;
	background-color:#fff;
	cursor:default;
}



h1 {

	padding:8px 4px 8px 4px;

	margin:0px;
	margin-left:-16px;

	

	font-family: 'Fjalla One', sans-serif;

}