/* My hentai FHG*/
body {
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:center;
	font-family:Helvetica, sans-serif;
	color:#000;
	background:#161616 url(img/bg_body.jpg);
}
/* misc */

h1, h2, h3,{
	padding:0;
	margin:0;
	font-weight:normal;
}

p {
	font-size:16px;
	text-align:center;
	font-family: Helvetica, sans-serif;
	color:#666;
	margin:0;
	padding:5px 15px;
	line-height:140%;
	display:block;
	clear:both;
	font-weight:bold;
	
}
a {
	color:#000;
	text-decoration:underline;
	outline:none;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}
img {
	border:none;
	padding:0;
	margin:0;
	display:block;
}
.clear {
	clear:both;
}

ul{
	list-style:none;
	display:block;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:100%;

}

/* = HEADER
---------------------------------------------------------------------------------------------------*/
.header {
	width:813px;
	height:400px;
	position:relative;
	margin:0 auto;
	background:url(img/head.jpg) top center no-repeat;
	text-align:center;
	clear:both;
}
/* = CONTENT
---------------------------------------------------------------------------------------------------*/
.content {
	width:778px;
	position:relative;
	padding:12px 25px 0 10px;
	margin:0 auto;
	background:#e7e7e7;
	overflow:hidden;
}
/* = PROFIL BOX
-------------------------------------------------------------------------------------------------*/
.profil-box {
	width:800px;
	padding:0 0 5px 0;
	display:block;
	clear:both;
}
.profil-box .left {
	width:400px;
	float:left;
	margin:7px;
	background:#CCC;
	padding:3px;
}

.left img{
	margin:0;
	padding:0;
	background:#CCC;
	float:left;
}
.profil-box .right {
	width:350px;
	float:left;
	margin:10px 0 10px 5px;
}

.profil-box .right img {
	float:left;
	margin:10px 0px 2px 25px;
	padding:0;
	background:#CCC;
	text-align:center;
}
* html .profil-box .right img {
	display:inline;
}
.profil-box .right ul{
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	}
.profil-box .right li{
	padding:2px 3px;
	margin:0;
	display:block;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	list-style:none;
	text-align:left;
	
	}
.profil-box .right a{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CeCeCe;
	text-decoration:none;
	}
.profil-box .right a:hover{
	color:#ef286d;
	}
.profil-box .right h1{
	padding:2px 3px;
	margin:0;
	font-family:Helvetica, sans-serif;
	font-size:24px;
	color:#666;
	text-align:left;
	}

/* = GALLERY BOX
-------------------------------------------------------------------------------------------------*/
.gallery-box {
	width:800px;
}
.gallery-box .left-gallery {
	width:367px;
	height:644px;
	background:url(img/gallery1.jpg) top center no-repeat;
	overflow:hidden;
	float:left;
}
.gallery-box .left-gallery .button-gallery {
	width:337px;
	height:90px;
	padding:0;
	margin:0;
	position:absolute;
	top:728px;
	left:25px;

}
.gallery-box .left-gallery .button-gallery a{
	width:337px;
	height:90px;
	padding:0;
	margin:0;
	float:left;
	display:block;
	text-decoration:none;
}
.gallery-box .left-gallery .button-gallery img{
	margin:0 auto;
	
}
.gallery-box .right-gallery {
	width:358px;
	float:left;
	vertical-align:middle;
}
.gallery-box .right-gallery img {
	margin:0 auto;
	vertical-align:middle;
	width:400px;
}

* html .gallery-box .right-gallery img {
	/*display:inline;*/
}
.video_items{
	position:relative;
	float:left;
	width:400px;
	margin:0 0 1px 14px;
	padding:3px;
	background:#CCC;
}
.gallery-box .gallery-bottom {
	width:340px;
	height:172px;
	padding:5px 0 0 27px;
}
.gallery-box .gallery-bottom li {
	width:330px;
	font-size:19px;
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	padding:0;
	margin:3px 5px;
	float:left;
}
/* = FOOTER TOP
-------------------------------------------------------------------------------------------------*/
.footer-up {
	width:813px;
	height:5px;
	height:auto;
	position:relative;
	margin:0 auto;
	padding:0;
	text-align:center;
	display:block;
}
.footer-up img{
	float:none;
	margin:0;
	border:0px;
	}
.footer-top {
	width:760px;
	height:auto;
	position:relative;
	margin:0 auto;
	padding:5px 0;
	text-align:center;
}
.footer-top img{
	float:none;
	margin:0 auto;
	border:0px;
	}
.footer {
	width:760px;
	position:relative;
	margin:0 auto;
	padding:5px 0;
	text-align:center;
	color:#CCC;
}
.footer a{
	color:#F9F;
	font-weight:bold;
}

/******************/

a.myPlayer { 
    display:block; 
    width: 400px; 
    height:226px;  
    text-align:center; 
    margin:0 15px 0 0; 
    float:left; 
    border:1px solid #999; 
} 
 
a.myPlayer img { 
    float:left;
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}

.play_btn{
	position:absolute;
	width:83px;
	height:83px;
	top:70px;
	left:158px;
	background:url(img/play_large.png) top left no-repeat;
	}