@charset "utf-8";
/* CSS Document */

<title>ArkNoir</title>

.NavBar_Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;	
}
body {
	overflow: hidden;
	background-color:#E4E4E4;
}
body,td,th {
	color: #000000;
}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.image {
border:1px; border-thickness: 1px; border-color: #999999; border-style: solid;
}
a:hover.image {
border:1px; border-thickness: 1px; border-color: #999999; border-style: solid
}
a:active.image {
border:1px; border-thickness: 1px; border-color: #999999; border-style: solid
}

.NavBar_Text {
	position: fixed;
	height: auto;
	width: 127px;
	overflow: hidden;
	top: 20px;
	bottom: 20px;
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: url(pix/nav_bg.gif);
	background-color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: normal;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	white-space: normal;
	line-height: 30px;
	color: #DDDDDD;
	z-index:0;
}
.Main_Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
	background-image: none;
	letter-spacing: 1px;
	text-align: left;
	white-space: normal;
	padding: 0px;
	word-spacing: normal;
	line-height: 17px;
	margin: 0px;
}
.Main_TextArtistsPics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
	background-image: url(pix/bg_big.jpg);
	letter-spacing: 1px;
	text-align: center;
	white-space: normal;
	padding: 20px;
	word-spacing: normal;
	line-height: 17px;
	margin: 0px;
}
.Main_Head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	font-weight: bold;
	font-variant: normal;
	font-size: 12px;
	background-image: none;
	letter-spacing: 1px;
	text-align: left;
	white-space: normal;
	padding: 0px;
	word-spacing: normal;
	line-height: normal;
	vertical-align: text-top;
	margin: 0px;
}
.Main_HeadGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	font-weight: bold;
	font-variant: normal;
	font-size: 12px;
	background-image: none;
	letter-spacing: 1px;
	text-align: left;
	white-space: normal;
	padding: 0px;
	word-spacing: normal;
	line-height: 20px;
	vertical-align: text-top;
	margin: 0px;
	color: #888888;
}
.Main_locator {
	font-family: "Times New Roman", Times, serif;
	cursor: default;
	font-weight: bold;
	font-variant: normal;
	font-size: 12px;
	background-image: url(pix/loc_bg.gif);
	letter-spacing: 1px;
	text-align: right;
	white-space: normal;
	padding:5px;
	word-spacing: normal;
	line-height: normal;
	vertical-align: middle;
	margin: 0px;
	color: #FFFFFF;
}
.Main_Artists_BU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
	background-image: none;
	letter-spacing: 1px;
	text-align: center;
	white-space: normal;
	padding: 0px;
	word-spacing: normal;
	line-height: 17px;
	margin: 0px;
	color: #FFFFFF;
}
.Main_Artists_Head {
	font-family: "Times New Roman", Times, serif;
	cursor: default;
	font-weight: bold;
	font-variant: normal;
	font-size: 12px;
	background-image: url(pix/css_horz_01.gif);
	letter-spacing: 1px;
	white-space: normal;
	padding:5px;
	word-spacing: normal;
	line-height: normal;
	vertical-align: middle;
	margin: 0px;
	color: #000000;
}
#Window {
	position: fixed;
	height: auto;
	width: 700px;
	overflow: auto;
	overflow-x: hidden;
    overflow-y: auto;
	background-color: #F3F3F3;
	left: 215px;
	top: 20px;
	bottom: 20px;
	padding: 20px;
}
#navfloat {
	position: fixed;
    overflow: hidden;
	height: 50px;
	width: 127px;
	bottom: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
	z-index:3;
}
