html {
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #262626;
	scrollbar-darkshadow-color: #262626;
	scrollbar-face-color: #191919;
	scrollbar-highlight-color: #262626;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #191919;
	overflow-y: scroll;
	overflow-x: auto;
	}

body {
	margin: 0;
	padding: 0;
	background: #000 url(gfx/back.gif) fixed;
	color: #E6E2CC;
	font-family: 'Trebuchet MS', trebuchet, verdana, arial;
	line-height: 145%;
	font-size: small;
	}

* {
	outline: none;
	margin: 0;
	padding: 0;
	}

.expanded {
	display: block;
	}

.collapsed {
	display: none;
	}

#dummy_wrapper {
	position: absolute;
	width: 100%;
	min-height: 100%;
	background: transparent url(gfx/cheep.gif) 0 0 no-repeat fixed;
	}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #E6E2CC;
	}

a:hover {
	text-decoration: none;
	color: #9B9783;
	}

p {
	margin: 10px 30px;
	text-indent: 20px;
	}

ol {
	margin: 10px 50px;
	}

strong {
	font-weight: bold;
	color: #9B9783;
	}

h1	{
	position: relative;
	margin: 10px 30px 50px 30px;
	font-weight: normal;
	font-size: 200%;
	}

h2	{
	position: relative;
	top: 43px;
	font-weight: normal;
	font-size: 200%;
	font-style: italic;
	color: #262626;
	text-indent: 50px;
	}

.note {
	font-size: 90%;
	}

.details {
	margin: -20px 30px 20px 30px;
	text-align: right;
	color: #9B9783;
	}

.date, .intro {
	font-style: italic;
	}

img {
	border: 0;
	}

table {
	margin: 10px 30px;
	}

td {
	padding: 0 5px 0 0;
	}

td.bar {
	padding: 0;
	background: transparent url(gfx/bar.gif) right center no-repeat;
	}

#container {
	margin: 45px 0 50px 10%;
	width: 80%;
	text-align: justify;
	}

#container_2 {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	background: transparent url(gfx/box_04.png) bottom right;
	}

#top_left {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 10px;
	height: 10px;
	background: transparent url(gfx/box_01.png) 0 0 no-repeat;
	}

#left {
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 10px;
	height: 100%;
	background: transparent url(gfx/box_03.png) bottom left no-repeat;
	}

#top_right {
	position: absolute;
	top: -10px;
	right: 0;
	width: 100%;
	height: 10px;
	background: transparent url(gfx/box_02.png) top right no-repeat;
	}

#nav {
	position: absolute;
	top: 0;
	right: 18%;
	width: 200px;
	padding: 0;
	background: transparent url(gfx/panel.png) bottom left no-repeat;
	}

#nav span {
	display: block;
	height: 15px;
	cursor: pointer;
	}

#nav ul {
	list-style: none;
	margin: 0 15px 5px 15px;
	}

#nav a:link, #nav a:visited, #nav a:active {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #9B9783;
	text-indent: 13px;
	background: transparent url(gfx/bullet.gif) 0 5px no-repeat;
	}

#nav a:hover {
	color: #005265;
	background-position: 0 -20px;
	}

#home_link a:link, #home_link a:visited, #home_link a:active {
	position: absolute;
	top: 13px;
	right: 16.5%;
	width: 34px;
	height: 38px;
	margin-right: -36px;
	background: transparent url(gfx/home.gif) 0 0 no-repeat;
	text-indent: -5000px;
	}

#home_link a:hover {
	background-position: 0 -38px;
	}

#toggle {
	position: absolute;
	top: 20px;
	right: 16.5%;
	width: 30px;
	height: 36px;
	background: transparent url(gfx/bubble.gif) 0 0 no-repeat;
	text-indent: -5000px;
	cursor: pointer;
	}

#toggle:hover {
	background-position: 0 -36px;
	}

#dummy_1 {
	position: fixed;
	top: 30px;
	right: 4%;
	width: 110px;
	height: 118px;
	background: transparent url(gfx/camera.gif);
	}

	
