* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

html {
	height: 100%;
}
html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-position: center;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;

}

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	
	margin-left: -385px;
	margin-top: -205px;
	color: #888888;
	text-align: left;
	width: 770px;
	height: 410px; 
	
}

.clear {
	clear: both;
}

.column {
	float: left;
}
/* Header Begin **********************************************************/
#header {
	position: absolute;
	width: 792px;
	height: 81px;
	z-index: 10;
}

#asahi_logo, #vmc_logo { z-index: 10; }

#asahi_logo a {
	position: absolute;
	top: 10px; 
	left: 8px;
	display: block;
	width: 163px;
	height: 102px;
	background-repeat: no-repeat;
}

#asahi_logo a span { display: none;; }

#vmc_logo { 
	position: absolute;
	top: 0px; 
	right: 0px; 
	width: 138px; 
	height: 33px; 
	clear: both;
	
	z-index: 10;
}

/* Header End ************************************************************/

/* Left Nav Begin ********************************************************/
#leftColumn {
	position: absolute;
	top: 105px; 
	left:14px;
	width: 140px;
	display: block;	
}

.menu_nav { 
	position: relative; 
	width:160px; 
}

.menu_nav ul {
	position: relative;
	display: block;
}

.menu_nav ul li a:link, .menu_nav ul li a:visited { 
	top: 12px;
}

.menu_nav ul li a.current, .menu_nav ul li a:hover {
	top: 12px;
}

#appendix_nav { 
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
/* Left Nav End **********************************************************/

/* Main Section Begin ****************************************************/
/* Main Section End ******************************************************/

/* Sidebar Begin *********************************************************/
/* Sidebar End ***********************************************************/

/* Content Begin *********************************************************/
#page, #page-intro, #page-media {
	padding-left: 20px;
	text-align: left;
	color: #656565;
	top: 0px; 
	width: 602px; 
	height: 400px;

	position: absolute;	
	left: 170px;
	display: block;
}

#page #page_background, #page-media #page_background {
	position: absolute;
	top: 0;
	left: 0;
}

#page_text {
	position: absolute;
	display: block;
	top: 40px;
	width: 240px;
}

#page-media #page_text {
	overflow: auto;
	height: 280px;
}

#page_image {
	position: absolute;
	top: 55px;
	right: 21px;
	text-align: right;
}

#page_image img {
	border: 1px solid #ffffff;
}

#pdf {
	position: relative;
	height: 16px;
	line-height: 16px;
}

#pdf span {
	background: url(../images/pdf_icon.gif) no-repeat;
	padding: 0 0 0 20px;
	position: relative;
}

/* Content End ***********************************************************/

/* Footer Begin **********************************************************/
#footer {	
	position: absolute;
	top: 427px;
	right: 4px;
	height: 20px;
	width: 792px;
	display: block;
}

/* Footer End ************************************************************/

