@charset "utf-8";
.page {
	background: #000000;
}
/* CSS Document */
body {
	background: #000000;
}
#outer_container {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background: #000000;
}
#header_left_and_right {
	height: 70px;
	width: 800px;
}
#header_left {
	float: left;
	height: 70px;
	width: 262px;
}
#header_right {
	float: right;
	height: 40px;
	width: 538px;
	background: #000000;
	font: bold normal 14px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: right;
	padding-top: 30px;
}
#nav_bar_top_holder {
	height: 20px;
	width: 800px;
}
#nav_bar_top_left_spacer {
	float: left;
	height: 20px;
	width: 185px;
	background: #33CCFF;
}
#nav_bar_top {
	float: right;
	height: 20px;
	width: 615px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #33CCFF;
	z-index: 200;
}
#title {
	height: 25px;
	width: 800px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background: #000000;
	padding-top: 5px;
}
#text_and_flash {
	height: 400px;
	width: 800px;
	background: #FFFFFF;
}
#text_and_flash_black {
	height: 400px;
	width: 800px;
	background: #000000;
	color: #FFFFFF;
}
#text_and_flash_index_only {
	height: 400px;
	width: 800px;
	background: #000000;
}

#text {
	float: left;
	height: 380px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-right: 10px;
}
#text_index_only {
	float: left;
	height: 360px;
	width: 180px;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 10px;
	color: #CCCCCC;
}
#flash {
	float: right;
	height: 395px;
	width: 585px;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	z-index: -20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}
#flash_contact {
	float: right;
	height: 395px;
	width: 585px;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	z-index: -20;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#under_text_and_flash {
	height: 30px;
	width: 800px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
}
#nav_bar_bottom {
	height: 17px;
	width: 800px;
	font: normal 10px Arial, Helvetica, sans-serif;
	background: #33CCFF;
	padding-top: 3px;
	color: #000000;
}
#bottom_bar {
	height: 27px;
	width: 800px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background: #000000;
	padding-top: 3px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
a.collection:link {
	color: #FFFFFF;
}
a.collection:visited {
	color: #FFFFFF;
}
a.collection:hover {
	color: #33ccff;
}
a.collection:active {
	color: #FFFFFF;
}
#combined_text_flash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 400px;
	width: 800px;
}
