/* site general style */

html {
	margin: 0px;
	padding: 0px;
	}
body {
	font: 8pt/16pt georgia; 
	color: #555753; 
	margin: 0px; 
	background: #fff url(../images/track0_index_bg.png) fixed no-repeat top left;
	}
p { 
	font: 8pt/16pt georgia; 
	text-align: left;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #c0c0c0;
	}
h3 { 
	font: 12pt georgia; 
	color: #000;
	text-align: left;
	font-weight: bold;
	}
h4 { 
	font: 10pt georgia; 
	text-align: left;
	font-weight: bold;
	}

/* index specific style */

#container {
	background: url(../images/container_bg.png) repeat;
	font: 8pt/16pt georgia; 
	color: #555753; 
	margin: 0% 18%;
	clear: both;
	}
#header_menu {
	background: url(../images/container_bg.png) repeat;
	text-align: center;
	margin: 0% 2%;
	}
#footer_menu {
	background: none;
	text-align: center;
	margin: 0% 2%;
	clear: both;
	}
#visual_box {
	background: none;
	margin: 15px;
	border: 0px;
	width: 425px;
	float: left;
	}
#audio_box {
	background: none;
	margin: 15px;
	border: 0px;
	width: 125px;
	float: left;
	}
#textual_box {
	background: none;
	margin: 15px;
	border: 0px;
	width: 125px;
	float: left;
	}
#news_box {
	background: none;
	margin: 15px;
	padding: 5px;
	border: 0px;
	width: 275px;
	float: left;
	}
#about_box {
	background: none;
	margin: 15px;
	border: 0px;
	width: 125px;
	float: left;
	}
#visual_content {
	background: #fff;
	font: 8pt/16pt georgia; 
	color: #555753; 
	border: 1px black solid;
	width: 425px;
	float: left;
	padding: 5px;
	margin: 5px;
	}
#audio_content {
	background: #fff;
	font: 8pt/16pt georgia; 
	color: #555753; 
	border: 1px black solid;
	width: 120px;
	float: left;
	padding: 5px;
	margin: 5px;
	}
#textual_content {
	background: #fff;
	font: 8pt/16pt georgia; 
	color: #555753; 
	border: 1px black solid;
	width: 125px;
	float: left;
	padding: 5px;
	margin: 5px;
	}
#news_content {
	background: #fff;
	font: 8pt/16pt georgia; 
	color: #555753; 
	border: 1px black solid;
	width: 250px;
	float: left;
	padding: 5px;
	margin: 5px;
	}
#visual_index_content {
	background: #fff;
	font: 8pt/16pt georgia; 
	color: #555753; 
	border: 1px black solid;
	width: 600px;
	padding: 5px;
	margin: 5px;
	}
#audio_index_content {
	background: #fff;
	font: 8pt/16pt georgia; 
	color: #555753; 
	border: 1px black solid;
	width: 600px;
	padding: 5px;
	margin: 5px;
	}
#textual_index_content {
	background: #fff;
	font: 8pt/16pt georgia; 
	color: #555753; 
	border: 1px black solid;
	width: 600px;
	padding: 5px;
	margin: 5px;
	}
#about_index_content {
	background: #fff;
	font: 8pt/16pt georgia; 
	color: #555753; 
	border: 1px black solid;
	width: 600px;
	padding: 5px;
	margin: 5px;
	}


