@charset "UTF-8";
/* CSS Document */

.top_bar {
	background-image: url(images/title_block.png);
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 36px;
	font-weight: normal;
	text-transform: lowercase;
	color: #F0F;
	text-align: left;
	background-attachment: fixed;
	background-position: left top;
	clip: rect(auto,auto,auto,auto);
}

.menu_bar {
	background-image: url(images/menu_block.png);
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 30px;
	font-weight: normal;
	text-transform: lowercase;
	color: #F0F;
	background-attachment: fixed;
	background-position: right bottom;
	z-index: 2;
	text-align: right;
}

.menu_bar_loaded {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 30px;
	font-weight: normal;
	text-transform: lowercase;
	color: #90F;
	z-index: 2;
	text-align: right;
}

.logo_bar {
	background-image: url(images/logos_bg.png);
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 8px;
	font-weight: normal;
	text-transform: lowercase;
	color: #F0F;
	background-attachment: fixed;
	background-position: right top;
	z-index: 3;
	text-align: center;
	background-repeat: repeat;
	vertical-align: bottom;
}

.content_text {
	background-image: url(images/title_block.png);
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
	color: #F0F;
	text-align: right;
	background-attachment: fixed;
	background-position: right bottom;
	z-index: 4;
	background-repeat: repeat-y;
}

.content_text_left{
	background-image: url(images/title_block.png);
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
	color: #F0F;
	text-align: left;
	z-index: 5;
	background-repeat: repeat;
}

.awards_logo {
	z-index: 6;
}

.main_page {
	background-image: url(images/bg_02.jpg);
}
