BODY {
	background-color: rgb(8, 119, 163);
	color: white;
	font-family: Charter;
	font-size: 12px;
	background-image: url('/~scb/Chaos.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 130px 50px;
}

A { text-decoration: none; }
A:link, A:visited { color: rgb(220, 220, 220); }
A:active, A:hover { background-color: rgb(239, 139, 23); }

P { text-align: justify; }
H2, H3 {
	font-family: verdana;
	text-transform: uppercase;
	border-bottom: 1px solid rgb(239, 139, 23);
	color: black;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 18px;
	letter-spacing: .2em;
	width: 50%;
	text-align: right;
	margin-left: 50%;
}

H3 {
	font-size: 11px;
}

HR {
	color: rgb(239, 139, 23);
	background-color: rgb(239, 139, 23);
	border: 0;
	height: 1px;
}

DIV#TITLE {
	color: black;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;

	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 1;
	width: 90%;
	height: 22px;

	border-bottom: 1px solid rgb(160, 160, 160);
	text-align: left;
}

DIV#TITLE SPAN.separator { font-weight: normal; color: rgb(9, 137, 188); }

SPAN#MajTitle {
	padding-left: 5px;
	padding-right: 5px;
}

SPAN#MinTitle {
	padding-left: 5px;
	letter-spacing: 10px;
	font-style: oblique;
}

DIV#CONTAINER {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 40px;
	z-index: 0;
}

DIV#PANEL-1 {
	background-color: rgb(9, 137, 188);
	border: 1px solid rgb(6, 91, 124);

	position: fixed;
	left: 5px;
	top: 40px;
	width: 100px;
	height: auto;
	z-index: 2;

	line-height: 170%;
	font-size: 10px;
	letter-spacing: .1em;
	font-family: Verdana;

	padding: 10px 5px 400px 5px;
}

DIV#PANEL-1 H3 {
	text-align: left;
	margin-left: 0px;
	width: 100%;
}

DIV#PANEL-1 UL {
	margin: 0px;
	padding: 0px;
}

DIV#PANEL-1 LI { list-style-type: none; }

DIV#PANEL-2 {
	/*
	position: absolute;
	*/
	float: right;
	top: 0px;
	right: 15px;
	width: 250px;
	height: auto;
	padding: 5px;
	z-index: 20;
	background-color: rgb(9, 137, 188);
	border: 1px solid rgb(6, 91, 124);

	font-family: Verdana;
	text-align: right;
	font-size: 11px;
}

DIV#CONTENTS {
	position: relative;
	top: 15px;
	left: 125px;
	width: 50%;
	z-index: 3;
	padding: 5px 10px 20px 5px;
	margin: 0px;

	border-right: 2px solid rgb(6, 91, 124);
	letter-spacing: 2px;
}

DIV#CONTENTS HR {
	width: 60%;
	margin-top: 15px;
	margin-bottom: 15px;
}

DIV#CONTENTS P {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	line-height: 14px;
	text-indent: 35px;
}

DIV#CONTENTS DIV {
	margin-bottom: 14px;
	line-height: 14px;
	text-align: justify;
}

DIV#FOOT {
	clear: both;
	position: relative;
	top: 70px;
	left: 120px;
	width: 70%;

	text-align: right;
	border-top: 1px solid rgb(239, 139, 23);
}

DIV#FOOT P {
	font-family: helvetica, arial;
	font-size: 7px;
	font-style: oblique;
	letter-spacing: .4em;
	line-height: 6px;
	text-align: right;

	padding-left: 35%;
	width: 65%;
}

DIV.gallery {
	background-color: rgb(240, 240, 240);
	background-color: rgb(9, 137, 188);
	padding: 10px;
	border: 2px solid rgb(6, 91, 124);
	width: auto;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}

.insert {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: rgb(9, 137, 188);
	background-color: rgba(9, 137, 188, 0.6);
	border-right: 1px solid rgb(6, 91, 124);
	border-right: 1px solid white;
}

DIV#webThumbNails A { display: block; }
DIV#webThumbNails A:link, DIV#webThumbNails A:visited, DIV#webThumbNails A:active, DIV#webThumbNails A:hover { background: 0; color: white; }

DIV#webThumbNails P { margin: 0px 0px 20px 0px; padding: 0px; text-align: center; }
