/* IE6 css fix */

* html #header img,
* html #right-col,
* html #right-col li,
* html #dvd,
* html #dvd li,
* html #main-content,
* html #main-content li {display:inline;}

* html #right-col,
* html #main-content {zoom:1;}

/* CSS Document */
* {
	padding: 0;
	margin: 0; }

body {
	background-color:#1C1C1C;
	padding: 0;
	margin: 0;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	text-align: center; }

#wrap {
	width: 800px;
	background-color: #000000;
	margin: auto;
	border:1px solid #666666;  }

#header {
	width: 800px; }

#header img {
	float: left; }

#right-col {
	width: 472px;
	height: 442px;
	background: #000000 url(images/index_03.jpg) no-repeat; 
	float: left; }

#right-col ul {
	list-style: none; }
	
#right-col li {
	float: left;
	margin: 0.9em 0 0 1em; }

#right-col li img {
 	border:1px dashed #FFFFFF; }

#dvd {
	width: 800px;
	float: left;
	background:#000000 url(images/index_04.jpg) no-repeat; }

#dvd ul {
	list-style: none;
	margin: 0 0 0 0.2em;
	}

#dvd li {
	display: inline;
	float: left;
	margin: 0.8em 0 0.8em 0.8em;  }

#main-content { 
	width: 800px;
	float: left;
	margin-bottom: 1em; }

#main-content ul {
	list-style: none;
	margin: 0 0 0 1.2em; }
	
#main-content li {
	float: left;
	margin: 0.9em 0 0 1.2em; }
	
#main-content li img {
 	border:1px dashed #FFFFFF; }
	

/* class */
h1 {
	font:normal 64px Geneva, Arial, Helvetica, sans-serif ;
	color: #CCCCCC;
	letter-spacing: -0.8pt;
	text-align: center; }
	
h2 {
	font:normal 39px Geneva, Arial, Helvetica, sans-serif ;
	color: #CCCCCC;
	letter-spacing: -0.4pt;
	text-align: center; }

h3 {
	font:normal 24px Geneva, Arial, Helvetica, sans-serif ;
	color: #CCCCCC;
	letter-spacing: -0.2pt;
	text-align: center; }

a:link {
	color: #FCEB1B; 
	text-decoration: underline; } 

a:hover {
	color: #FCEB1B; 
	text-decoration: none; }

