@CHARSET "UTF-8";

@IMPORT url("./text.css");

body {
	margin:0px;
	background: black url('./images/bg_body.gif') center repeat-y;
	color:#CCC;
}

#top_table {
	width: 959px;
	height: 208px;
}

#top_blur {
	width: 128px;
	height: 208px;
	background: url('./images/top_blur.jpg') no-repeat;
	vertical-align: bottom;
	text-align: right;
}

#top_logo {
	width: 234px;
	background: url('./images/spiral_logo.gif') top right no-repeat;
}

#top_menu {
	vertical-align: top;
	padding-top:92px;
	padding-left:1ex;
	font:11pt 'Times New Roman', serif;
	text-transform: lowercase;
}

#top_menu span {
	padding: 1ex;
}

#top_menu a {
	color:white;
	text-decoration: underline;
}

#top_menu a:hover {
	text-decoration: none;
}

#horizont {
	min-height:300px;
	background: url('./images/bg_goriz.gif') top repeat-x;
}

#main_table {
	width:959px;
	background: url('./images/bg_hover.gif') top left no-repeat;
}

#main_img {
	width: 128px !important;
	vertical-align:top;
	text-align:right;
}

#main_block{
	width: 745px !important;
	vertical-align:top;
}

#main_div {
  width: 745px !important;
  overflow: hidden;
  position: relative;
}

#page_name {
  text-align:right;
  padding:0 280px 3px 0;
  position: absolute;
  right:0;
  top:-15pt;
  width: 465px !important;
  background: url('./images/bg_title.gif') right repeat-y;
  font:bold 12pt 'Times new roman', serif;
  color:white;
}

#content_padding {
  padding: 10px 60px 10px 60px;
} 

td#cblock_right {
	position:relative;
}

#main_right{
	width: 86px !important;
	vertical-align:top;
	text-align:left;
}

div#subsections_top {
  position:relative;
  right:-40px;
}

div.subsection_link {
	white-space: nowrap;
	color:white;
	text-align: right;	
	font:12pt 'Times new roman', serif;	
	line-height: 18pt;
}

div.subsection_link a {
	color: white;
}

div.subsection_link a:hover {
	text-decoration: none;
}
