/* Clearing browser style */
* {
	margin: 0px;
	padding: 0px;
}

/* Main style */
body {
	background: #DDDAC9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
}

/* Wrapper */
div#wrapper {
	margin: 0px 0px 0px auto; /* positions wrapper at right side */
	width: 1050px;
}

/* Page background */
div#background {
	width: 1050px;
	height: 476px;
	background: url(bg.jpg);
}

/* Container */
div#container {
	position: absolute;
	top: 0px;
}

/* Site navigation */
div#navigation {
	position: absolute;
	top: 78px;
	left: 585px;
	width: 450px;
}

	div#navigation li {
		float: left;
		list-style: none;
		margin-left: 2px;
		padding-right: 16px;
		background: url(or.gif) no-repeat center right;
	}
	
	div#navigation li.first {
		margin-left: 0px;
	}
	
	div#navigation li.last {
		background: none;
	}
	
	div#navigation li.info {
		background: none;
		padding-left: 0px;
		margin-left: 165px;
	}

/* (ala) Imagemaps */
div#imagemap {
	position: absolute;
	top: 80px;
	left: 1020px;
}

	div#imagemap div#mail {
		position: relative;
		top: 17px;
		left: -37px;
	}

	a img {
		border: 0px;
	}

/* Rollover (info) image place */
div#iplacer {
	position: absolute;
	top: 280px;
	left: 715px;
}

/* Trailer image place */
div#tplacer {
	position: absolute;
	top: 318px;
	left: 715px;
}

/* Random image place */
div#rplacer {
	position: absolute;
	top: 280px;
	left: 355px;
}
	
/* Content */
div#content {
	float: right;
	width: 790px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
}

/* JavaScript notice */
div#notice {
	margin-top: 50px;
	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;
	}