body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 18px;

	overflow: auto;

	color: black;

	min-height: 800px;

}



/***** general properties ****************/

a {

	text-decoration: none;

}



a:visited {

	text-decoration:none;

}



a:hover {

	text-decoration: none;

}



div,  img, h1, p {

	border:0;

	margin:0;

	padding:0;

}



h1, p {

	padding:6px;

}



h1 {

	display:block;

	font-size: 18px;

	line-height: 18px;

	text-transform: uppercase;

	font-weight: bold;

}



b {

	font-weight: bold;

}



/***** Layout SIZE & POSITION ********************************/



/***** LOGO & HEADER ****************/



.logo {

	display: block;

	position: absolute;

	bottom: 30px;

	right: 10%;

	width:365px;

	height:578px;

	z-index: 700;

	background-repeat: no-repeat;

}



.contentnav, .header {

	position:absolute;

	left:5%;

}

.header {

	display: block;

	position: absolute;

	top: 3px;

	margin-left: 6px;

	width: 509px;

	height: 383px;

	z-index: 500;

	background-repeat: no-repeat;

	cursor: pointer;

}



.header a {

	display: block;

	width:509px;

	height:383px;

	z-index:500;

	background-repeat: no-repeat;

}



.header a, .header a:visted, .header a:hover {

}







.content, .navigation {

	display: block;

	position: absolute;

	top: 402px;

	z-index:800;

}



.navigation {

	left: 18px;

	width: 108px;

}



.navigation h1  {

	display: block;

	height: 30px;

	margin: 0;

	margin-bottom: 12px;

	overflow: hidden;

	cursor: pointer;

}



.navigation a, .navigation a:visited, .navigation a:hover  {

	display:block;

	border:0;

}



.navigation a:hover h1 {

}



.content {

	left: 140px;

	width: 365px;

}



.content p {

	margin-bottom:18px;

}



.content h1 {

	

}



.showbox {

	padding:12px;

	margin-bottom:18px;

}



.showbox p, .showbox h1 {

	margin:0;

}



.showbox p {

	font-size:14px;

	line-height:18px;

	font-weight:bold;

}



.container {

	position:absolute;

}



.credits {

	display:block;

	position:absolute;

	bottom:-30px;

	right:12px;

	z-index:1000;

	margin-bottom:12px;

}

.strike {
	text-decoration: line-through;
}



