/* CSS Document */

#container{
	height: 568px;

}

#logo{
	position: absolute;
	top: 100px;
	left: 60px;
}

#index_nav{
	margin: 258px 0 0 144px;
}

#index_nav a{
	border: 0;
}

#index_nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#index_nav li{
	margin: 8px 0 9px 0;
}

#index_image{
	border: 1px solid #353c3a;
}

#shadowbox{
	position: absolute;
	top: 32px;
	left: 390px;
	
	background-image: url(../images/shadow_right.gif);
	background-repeat:repeat-y;
	background-position:right;
	width: 354px;
	height: 523px;
}

#bottomshadow{
	background-image: url(../images/shadow_bottom.gif);
	width: 354px;
	height: 523px;
	background-repeat:repeat-x;
	background-position:bottom;
}

#shadow_tr{
	position: absolute;
	top: 0;
	right: 0;
}

#shadow_br{
	position: absolute;
	bottom: 0;
	right: 0;
}

#shadow_bl{
	position: absolute;
	bottom: 0;
	left: 0;
}