/* <title>Portfolio - Style</title> */

/* ///// MAIN ///// */
body, html {
	font-family: Trebuchet MS, Helvetica, Arial;
	color: #FFFFFF;
	background: #080808 ;
}
a {
	color: #bbb;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}


/* ///// LOGO ///// */

#logo {
	width: 887px;
	margin: 0 auto;
	font-size: 18pt;
	color: #fff;
	line-height: 1.4em;
}


/* ///// HEADER ///// */

#header {
	width: 887px;
	margin: 0 auto;
}
#main-navi {
	float: left;
}
#photo-navi {
	text-align: left;
	/* without movies: */
	/*margin-left: 650px;*/
	margin-left: 265px;
}


/* ///// INFOS ///// */
#main_infos {
	width: 887px;
	height: 500px;
	margin: 0 auto;
	background: #222;
	font-size: 11pt;
}
#main_text {
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}


/* ///// MOVIE ///// */

#movie_desc {
	font-size: 12pt;
}
#movie_descname {
	font-size: 10pt;
}


/* ///// VIEWER ///// */

#main {
	width: 887px;
	margin: 0 auto;
}
#main_image {
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	width: 667px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#description {
	margin-top: 441px;
	background-color: #222;
	height: 40px;
	vertical-align: bottom;
}
#description_text {
	font-family: Trebuchet MS, Helvetica, Arial;
	font-size: 13pt;
	color: #fff;
	margin-left: 20px;
	line-height: 0.8em;
	text-align: center;
}
#viewer {
	float: left;
	background: #222;
	width: 667px;
	height: 500px;
}
#thumbs {
	margin-left: auto;
	margin-right: auto;
	float: right;
	background: #222;
	height: 500px;
	width: 220px;
	overflow: auto;
}
#thumb {
	background: #222;
}
#thumb_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}


/* ///// FOOTER ///// */

#footer {
	font-size: 8pt;
	font-family: Myriad Pro, Trebuchet MS, Helvetica, Arial;
	font-style: italic;
	text-align: center;
}
