/* Clearing browser style */
* {
	margin: 0px;
	padding: 0px;
}

/* Main style */
body {
	background:#9a9d85 url(05.gif) no-repeat 794px 202px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
}

/* Wrapper */
div#wrapper {
}

/* Page background */
div#background {
	width: 932px;
	height: 223px;
	background: url(bg.jpg);
}

/* Container */
div#container {
	position: absolute;
	top: 0px;
}

/* Site navigation */
div#navigation {
	position: absolute;
	top: 23px;
	left: 272px;
	width: 225px;
}

	div#navigation li {
		float: left;
		list-style: none;
		margin-left: 4px;
		padding-right: 16px;
		background: url(or.gif) no-repeat center right;
	}
	
	div#navigation li.first {
		margin-left: 0px;
	}
	
	div#navigation li.last {
		background: none;
		padding-right: 0px;
	}

/* (ala) Imagemaps */
div#imagemap {
	position: absolute;
	top: 79px;
	left: 747px;
}

	div#imagemap div#back span {
		display: none;
	}

	div#imagemap div#back a {
		float: left; /* for IE */
		width: 7px;
		height: 7px;
		background: #56170b; /* for IE */
	}

	a img {
		border: 0px;
	}

/* Rollover (info) image place */
div#iplacer {
	position: absolute;
	top: 80px;
	left: 145px;
}

/* Trailer image place */
div#tplacer {
	position: absolute;
	top: 54px;
	left: 145px;
}

/* Random image place */
div#rplacer {
	position: absolute;
	top: 169px;
	left: 522px;
}

/* Subnavigation */
div#subnav {
	position: absolute;
	top: 285px;
	left: 150px;
	width: 210px;
	text-align: right;
}

	div#subnav select {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

	
/* Content */
div#content {
	position: absolute;
	top: 202px;
	left: 444px;
	width: 340px;
	padding: 5px 15px 20px 5px;
	text-align: right;
}

/* Link style */
a {
	color: #e0d7b4;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background: #1f284b;
}

/* JavaScript notice */
div#notice {
	margin-top: 120px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 400px;
	background-color: #b37f6b;
	padding: 10px 10px 1px 10px;
}

	div#notice h1 {
		color: #821700;
		text-align: center;
		font-size: 16px;
	}

	div#notice dt {
		display: inline;
		padding: 1px 5px 1px 5px;
		font-weight: bold;
		background-color: #43444f;
		color: #dddac9;
	}

	div#notice dd {
		margin-right: 10px;
		margin-left: 20px;
		margin-top: 5px;
		margin-bottom: 20px;
		text-align: justify;
	}
