@charset "utf-8";
/* CSS Document */

#container {
	width: 700px;
	margin: 6px auto 6px 6px;
	text-align: left;
}

#top {
	height: 80px;
}

#navi {
	width: 230px;
	float: left;
	background-color: #fff;
	font-weight: bold;
	background-image: url(images/corner_righttop.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navi ul {
	margin: 0;
	margin-left: 23px;
	padding: 6px;
	list-style: none;
}

#navi ul li {
	margin-left: 0;
	padding: 6px;
}

#navi ul li a {
	color: #000;
	text-decoration: none;
}

#content {
	margin: 0;
	margin-top: 23px;
	margin-left: 240px;
	line-height: 160%;
	padding: 12px;
	color: #fff;
	background-color: #000;
}

#content a {
	color: #fff;
	text-decoration: none;
}

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

#content ul li {
	margin-left: 23px;
	padding: 2px;
}

#download {
	font-size: small;
	margin: 0;
	margin-left: 23px;
	padding: 0;
	list-style: none;

}

#download li {
	width: 300px;
	margin: 6px 0;
	padding: 6px;
}

#download li a {
	color: #fff;
	text-decoration: none;
}

#footer {
	clear: both;
	padding: 6px;
	color: #fff;
}

body {
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 100%;
	background-image: url(images/spot_backg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}

h2 {
	font-weight: lighter;
}

h4 {
	letter-spacing: .022em;
}

img {
	border: 0;
}

/* fix for mozilla's center-position-changes-when-scrollbar-appears behaviour */
html {
	overflow:-moz-scrollbars-vertical;
}