/* CSS Document */

 
body {
	background:#789;
	color: #666;
	width: 810px;
	font: 1em/1.6;
	margin:0 auto;
}
h1 {
 text-align:right;
   color: #fff;
	font-size:10px;
}

#wrapper {

   margin: 30px auto 10px;
	padding:0;
	width: 810px;
  text-align:center;
  background:#fff;

}
#iwrapper {

   margin: 0 auto;
	padding:0;
	width: 810px;
	height:auto;
  text-align:center;
  background:#fff;

}
#header{

	margin:0;
	padding: 0;
	height:60px;
	background: url("../images/logo.gif") 5px 0 no-repeat;


}
/* safari only \*/
html:\66irst-child #header{
    margin:10px 0;
	padding:0; 
	height:70px;
	background: url("../images/logo.gif") 5px 0 no-repeat;


}
#logo{
	float:left;
	margin:0;
	padding: 0;
	width:380px;
	text-indent:-9999px;

}

#player{
float:left;
  position:absolute;
  left:540px;
	margin: 0;
	padding:0;
	width:260px;
	height:50px;
	
	
}
/* safari only \*/
html:\66irst-child #player{
  float: left;
	position:relative;
	left:160px;
	margin: 0 ;
	padding:0;
	width:260px;
	height:50px;
	
	
}
#navi{
	float: left;
	position:relative;
	margin:0 1px;
	padding: 0;
  z-index:3;
width:100%;
background:#789;

}
#imgs{
float:left;
position:relative;
	margin: 0;
	padding:10px 0 10px;
	width:810px;
	background:#fff;
	}
	/* safari only \*/
html:\66irst-child #imgs{
float:left;
position:relative;
	margin: 0;
	padding:0 0 10px 0;
	width:810px;
	background:#fff;
}
#photo{
float: left;
position:relative;
	margin:0 0 10px 10px;
    width: 440px;
    height: 330px;
  }

#pv {
float: right;
position:relative;
margin: 0 5px 0 5px;
width:340px;
height: 285px;

}
#update {
position:relative;
margin: 0 ;
padding:5px;width:308px;
	    height: auto;
		text-align:left;
		font-size:.8em;
		font-weight:bold;
		border:1px #666 dotted;

}

.clear {
	clear: both;
	margin: 0G
	padding: 0G
	font-size: 0G
	line-height: 0G
	height: 0G
	border: 0G
}
p#footer {
  float: left;
  position:static;

	margin: 0;
	padding:10px 0 ;
	font-size:75%;
	color:#999;
	text-align:center;
	width:810px;
	height:30px;
	border-top:1px #333 solid ;
		background:#fff;
}
