html {
    height : 100%;
}

body {
	background-color: #000;
	color: #e1e1e1;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px;
	margin: 0px;
	height : 100%;
}



P, TABLE, TD
{
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
}


ul 
{
	list-style-type: round;
	list-style-position: outside;
}


HR
{

	border : 0;
	background-color : #25292A;
	height : 1px;
	color : #25292A;

}



A:link
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #fefefe;
	TEXT-DECORATION: underline;
	BACKGROUND: none;
}


A:visited
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #fefefe;
	TEXT-DECORATION: underline;
	BACKGROUND: none;
}

A:hover
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #efefef;
	TEXT-DECORATION: underline;
	BACKGROUND: none;
}


/******************************************************************************/
/* ids, design specific elements */
/******************************************************************************/

#top_graf_logo {
    width : 990px;
    height : 229px;
}

#menu_left {
    width : 201px;
    height : 458px;
}

#page_right {
    width : 69px;
    height : 458px;
}

#slice_above_content {
	height: 32px;
}
#iframe_pages {
	width : 740px;
	height : 435px;
	margin : 0px;
	padding : 0px;
	overflow : auto;
	overflow-y: scroll;
	background-color : #000;
}


#Layer1_mp3_player {
    position:absolute; 
    z-index:100; 
    left: 40%; 
    top: 30%; 
    padding: 10px 15px 15px 15px; 
    border: 2px solid #010101; 
    background-color: #121314;
    visibility:hidden;
    font-family : Verdana;
    text-size : 9px;
    color : #fefefe;
    text-decoration : none; 
    
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;	       
}

#Layer1_mp3_player a:link, #Layer1_mp3_player a:visited
{
    font-family : Verdana;
    text-size : 9px;
    color : #fefefe;
    text-decoration : none;
}

#Layer1_mp3_player a:hover
{
    font-family : Verdana;
    text-size : 9px;
    color : #e3e3e3;
    text-decoration : none;
}

/*** footer ***/



#footer {
    height : 142px;
	background-image: url(../images/bg_bottom.jpg);	
	background-repeat: no-repeat;
	text-align : center;
	vertical-align : middle;
}

.footer_txt {
    font-family : Verdana;
    font-size : 10px;
    font-weight : normal;
    color : #fefefe;
    padding-top : 10px;

}

.footer_txt a:link, .footer_txt a:visited {
    font-family : Verdana;
    font-size : 10px;
    font-weight : normal;
    color : #b5b5b5;
    text-decoration : none;
}

.footer_txt a:hover {
    font-family : Verdana;
    font-size : 10px;
    font-weight : normal;
    color : #9e9e9e;
    text-decoration : underline;
}

/*** menus ***/

/* menu_top_right */

#menu_top_right {
    text-align : right;
    font-family : Verdana;
    font-size : 10px;
    font-weight : bold;
    color : #fefefe;
    padding-right : 20px;
    padding-bottom : 20px;
}

#menu_top_right a:link, #menu_top_right a:visited {
    font-size : 10px;
    font-weight : bold;
    color : #fefefe;
    text-decoration : none;
} 

#menu_top_right a:hover {
    font-size : 10px;
    font-weight : bold;
    color : #dedede;
    text-decoration : underline;
} 

/* menu_top */

#menu_top {
    border-top : 4px solid #353739;
    border-bottom : 4px solid #353739;
}


/* misc */

.img_off
{
	border : 2px solid #101010;
}

.img_over
{
	border : 2px solid #101010;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;	
}
