body {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #362012;
}

h1 {
	margin-top: 10px;
	margin-bottom: 7px;
	text-transform: uppercase;
}

img {
	border: 0px;
}

#arrows {
	width: 50px;
	height: 25px;
	overflow: hidden;
}

#arrows #left {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

#arrows #right {
	display: block;
	position: absolute;
	left: 25px;
	top: 0px;
}

h2 {
	font-weight: normal;
	font-size: 14pt;
	text-transform: uppercase;
}

ul {
	list-style-type: none;
}

a:link, a:active, a:visited {
	color: #362012;
}

#nav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 780px;
	height: 24px;
}

#nav a {
	display: block;
	position: absolute;
	top: 0px;
	height: 24px;
}

#nav a img {
	border: 0px;
}

#banner {
	position: absolute;
	left: 0px;
	top: 24px;
	width: 780px;
	height: 112px;
}

#banner img {
	display: block;
	position: absolute;
	top: 0px;
	height: 112px;
}

#left_side {
	position: absolute;
	left: 0px;
	top: 136px;
	width: 124px;
	height: 447px;
}

#right_side {
	position: absolute;
	left: 533px;
	top: 136px;
	width: 247px;
	height: 447px;
}

#right_side img {
	margin: 0px;
	padding: 0px;
}

#left_side img, #right_side img {
	position: absolute;
	display: block;
}

#container {
	position: absolute;
	left: 124px;
	top: 136px;
	width: 385px;
	height: 449px;
	padding-left: 5px;
}

.left_side_img {
	left: 0px;
}

.right_side_img {
	right: 0px;
}