#Top
{
	height: 50px; /* 17.25em; */
	width: 100%;
	position: fixed;
	background-color: #00000c;
}

#listen
{
	padding: 0 10px 0 30px;
	margin: 7px 0 14px 20px;
	width: 116px;
	color: white;
	font-weight: bold;
	text-align: center;
	background: #DB4034 url(Bitmaps/Headphone.gif) no-repeat scroll 36px 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	-moz-box-shadow: 5px 5px 15px #000;
	-webkit-box-shadow: 5px 5px 15px #000;
	box-shadow: 15px;*/
}

A.listen
{
	color: white;
	text-decoration: none;
}
A.listen:hover
{
	color: black;
}

#leftPane
{
	background-image: url(Bitmaps/Tiger.jpg);
	background-repeat: no-repeat;

	margin-top: 50px;
	width: 221px; /*17.25em;*/						/* 207px   - left column width plus 7px border between left and middle column */
	position: fixed;				/* position: relative causes rendering bug in IE Win */
}

#rightPane
{
	padding-left: 231px;
	padding-top: 50px;
	margin-right: 40px;
}

BODY
{
	margin: 0px;
	background-color: #00000c;

	scrollbar-face-color: #00113C;
	scrollbar-highlight-color: #00113C;
	scrollbar-shadow-color: #8892AF;
	scrollbar-arrow-color: #8892AF;
	scrollbar-track-color: #113043;
	scrollbar-base-color: #8892AF;
}

A
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: white;
}

A:hover
{
	color: #DB4034;
}

A.naked
{
	text-decoration: none;
}

A.language
{
	display: block;
	margin-left: 20px;
	margin-top: 40px;
}

A.languageStart
{
	text-decoration: none;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 40px;
}

A.navigatelink
{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

A.mainLink
{
	display: block;
	text-decoration: none;
	font-size: 24px;
	color: #8c96b1;
	padding-left: 20px;
	margin-top: 6px;
}
A.mainLink:hover
{
	color: #DB4034;
}

A.subLink
{
	display: block;
	text-decoration: none;
	color: white;
	font-size: 16px;
}
A.subLink:hover
{
	text-decoration: underline;
}

A.arilyn
{
	text-decoration: none;
	color: #DB4034;
}

A.home
{
	text-decoration: none;
	color: white;
	font-size: 24px;
}

.navigate
{
	font-size: 14px;
	float: right;
}

.absolute
{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

H1, H2, H3, H4
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

H1
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 28px;
}

H2
{
	color: #DB4034;
	color: #8c96b1;
	clear: both;
	font-size: 24px;
}

H3
{
	font-size: 20px;
}

DT
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #DB4034;
}

BODY, DIV, P, TD, DL, UL, LI, MENU, BLOCKQUOTE, INPUT, TEXTAREA, SELECT, OPTION
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 16px;
}

SPAN
{
	color: white;
}

IMG
{
	border: none;
}

INPUT, TEXTAREA, SELECT, OPTION
{
	background-color: black;
}

.ruler
{
	background-color: #DB4034;
}

.indentInfo
{
	margin-left: 13%;
	margin-bottom: 0px;
}

.comment
{
	margin-left: 10%;
	color: #008000;
}

.giginfo
{
	margin-left: 30px;
	font-weight: bold;
}

.news
{
	margin-bottom: 40px;
}

.date
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px
}

.iconImage
{
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 12px;
}

.fximage
{
	border-top: 2px solid white;
	border-bottom:2px solid white;
}

.logo
{
	font-size: 24px;
	color: white;
	float: right;
	margin-top: 12px;
	margin-right: 40px;
	margin-bottom: 40px
}

.year
{
	font-size: 24px;
	padding-right: 10px
}

TD.spacing
{
	padding-right: 14px;
}

IMG.whiteBorder
{
	border: 1px solid white;
}

IMG.gallery
{
	margin: 6px;
	border: none;
}

IFRAME
{
	border: none;
	width: 100%;
}

.small
{
	font-size: 12px;
}