@charset "UTF-8";
/* CSS Document */
body {
	background-color:#000;
	background-image:url(images/background.jpg);
 	background-repeat:no-repeat;
	margin: 0px;
}

A:link {text-decoration: none; color:#FFF; font-family:Tahoma; font-size:12px;}
A:visited {text-decoration: none; color:#FFF; font-family:Tahoma; font-size:12px;}
A:active {text-decoration: none; color:#FFF; font-family:Tahoma; font-size:12px;}
A:hover {text-decoration: none; font-family:Tahoma; font-size:12px; color:#ffcc00;}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner {
  width: 100%;
  height: 600px;
  position:absolute;
  top: -300px;          /***  height / 2   ***/
  background-image:url(images/background.jpg);
  background-repeat:no-repeat;
}

#illus {
	position:absolute;
	background-image:url(images/illus.png);
	right:0px;
	bottom:0px;
	width:572px;
	height:600px;
	z-index:2;
	
}

#topbar {
	position:absolute;
	background-image:url(images/topbar_02.jpg);
	vertical-align:top;
	width:100%;
	height:7px;
	z-index:3;
}

#topbar_l {
	position:absolute;
	left:0px;
	vertical-align:top;
}

#topbar_r {
	position:absolute;
	right:0px;
	vertical-align:top;
}


#content {
	position:absolute;
	margin-top:23px;
	margin-bottom:23px;
	margin-left:90px;
	width:950px;
	z-index:20;
	
}

#menu {
	position:absolute;
	/*background-color:#00F;*/
	/*height:555px;*/
	width:165px;
	/*opacity:0.5;*/
	/*filter:alpha(opacity=50);*/
	
}

#changable {
	position:absolute;
	/*background-color:#F00;*/
	/*height:555px;*/
	text-align:left;
	left:165px;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	/*opacity:0.5;*/
	/*filter:alpha(opacity=50);*/
	
}

#bottombar {
	position:absolute;
	background-color:#FFFFFF;
	bottom:0px;
	width:100%;
	height:20px;
	z-index:4;
	opacity:0.1;
	filter:alpha(opacity=10);
	
}

#copyright {
	position:absolute;
	bottom:3px;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	margin-left:90px;
	z-index:5;
	
}

#menu_but {
	position:absolute;
	left:90px;
	bottom:25px;
	width:300px;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
}

#menu_top {
	position:absolute;
	top:12px;
	font-family:Tahoma;
	font-size:10px;
	color:#FFFFFF;
}

#email {
	position:absolute;
	bottom:3px;
	font-family:Tahoma;
	font-size:10px;
	color:#FFFFFF;
	right:0px;
	margin-right:40px;
	z-index:6;
	
}

.menuline_off {
	border-bottom-color:#FFF; 
	border-bottom-style:solid; 
	border-bottom-width:1px;
	font-size:12px;
}

.menuline_on {
	/*border-bottom-color:#ffcc00;*/
	color:#ffcc00;
	background-color:#666666;
	border-bottom-style:solid; 
	border-bottom-width:1px;
	font-size:12px;
	cursor:pointer;
	/*opacity:0.5;*/
	/*filter:alpha(opacity=50);*/
}

h1 {
	font-family:Tahoma;
	font-size:14px;
	color:#FFFFFF;
}
