/* basic elements */

body { 
	font: 9px/12px georgia; 
	color: #000000; 
	margin: 0px; 
	}
p { 
	font: 9px/12px georgia; 
	margin-top: 0px; 
	text-align: left;
	}
h3 { 
	font: normal 9px/12px georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	}
a:link { 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	text-decoration: none; 
	color: #000000;
	}
a:hover {
	color: #B7D9E7;
	background-color: #000000;
	text-decoration: none;
	}
a:active {
	color: #B7D9E7;
	background-color: #000000;
	}
iframe{
			margin:0px 0px 0px 0px;
			border:none;}


/* center divs */

#horizon        
	{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	}

#centerbox   
	{
	margin-left: -290px;
	position: absolute;
	top: -295px;
	left: 50%;
	width: 580px;
	height: 590px;
	visibility: visible
	}


/* specific elements */

#header {
	background:  url(../shared/minami.gif) no-repeat left top;
	position: absolute;
	left: 415px;
	height: 20px;
	width: 200px;
	}

#header h1 {
	display:none;
	}

#nav {
	background:  url(../shared/nav.gif) no-repeat left top;
	position: absolute;
	top: 68px;
	left: 415px;
	height: 7px;
	width: 19px;
	}

#nav h1 {
	display:none;
	}

#sub {
	background:  url(../shared/sub.gif) no-repeat left top;
	position: absolute;
	top: 68px;	
	left: 460px;
	height: 7px;
	width: 19px;
	}

#sub h1 {
	display:none;
	}

#navigation{
	position: absolute;
	width: 120px;
	top: 100px;
	left: 415px;
	}

#info{
	position: absolute;
	width: 120px;
	top: 100px;
	left: 460px;
	visibility: visible;
	}

#audec{
	position: absolute;
	width: 120px;
	top: 112px;
	left: 460px;
	visibility: hidden;
	}

#videc{
	position: absolute;
	width: 120px;
	top: 124px;
	left: 460px;
	visibility: hidden;
	}

#content{
	position: absolute;
	width: 400px;
	top: 100px;
	left: 0px;
	height: 400px;
	}

#action{
	position: absolute;
	width: 120px;
	top: 570px;
	left: 415px;
	}

