#nav
{
width: 200px;
height: 665px;
display: block;
position: absolute;
top: 0px;
left: 0px;
}


#content
{
position: relative;
left: 200px;
top: 0px;
width: 800px;
height: 665px;
display: inline;
position: relative;
}

#sub 
{
position: absolute;
top: 0px;
left: 200px;
height: 133px;
width: 800px;
display:inline;
float:left;
}

#photo 
{
width: 800px;
height: 532px;
display: inline;
position: absolute;
top: 133px;
left: 200px;
background-image: url(images/nav/background1.jpg)
}

img
{  
	border-style: none;
	margin: 0px;
	float: left;
}

#backgroud intro
{
	background-image: url(images/intro/key_intro.jpg);
}
#white_content
{
display:none;
}

.hidden{ display: none; }