body {
	border: 0;
	background-color: #999999;
	text-align: center;
}

/* format for <div class="page"> */
div.mypage {
	margin: 0 auto;
	width: 800px;
	background-color: white;
}


/* format for <div class="header"> */
div.header {
	width: 100%;
	height: 166px;
	background-color: white;
	border: 2px;
	margin-bottom: 20px;
}

/* format for <div class="content"> */
div.content {
	background-color: white;
	height: 70%;
	width: 82%;
	float:left;
}

/* format for <div class="slideshow"> */
div.slideshow {
	background-color: white;
	height: 480px;
	width: 600px;
	margin-left: 50px;
}

div.slideshow p {
	margin-top: 5px;
	float: right;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

/* format for <div class="pictures"> */
div.picview {
	background-color: white;
	height: 400px;
	width: 600px;
	cursor: pointer;
}

div.picview canvas {
	float:left;
	margin: 0 auto;
	position:relative;

}

/* format for <div class="picctrl"> */
div.picctrl {
	background-color: white;
	height: 30px;
	width: 100%;
	cursor: pointer;
}

div.picctrl canvas {
	width:600px;
	height: 26px;
	margin:2px auto 0;
	position:relative;
	background-color:white;
	
}

/* format for <div class="meny"> */
div.meny {
	background-color: #F5F5F3;
	height: 70%;
	width: 15%;
	float:left;
	margin-bottom: 10px;
	margin-left: 4px;
	text-align: left;
}

div.meny p {
	padding: 0;
	margin: 0;
}

div.meny a {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding: 5px;
}

div.poster img {
	width: 580px;
/*	height: 160px; */
}

.small_gray_italic {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}
div.poster p {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

div.poster a {
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

div.poster {
	width: 580px;
/*	height: 245px; */
	margin-left: 50px;
	text-align: left;
	background-color: white;
}

div.spacer {
	width: 580px;
	margin-top: 19px;
	margin-bottom: 15px;
	background-color: white;

}

div.spacer img {
	width: 580px;
	height: 1px;
}
	
div.fotter {
	clear: both;
	height: 30px;
	width: 100%;
}

div.fotter a {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding: 5px;
}
