/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #C1D0D7;
}

body, a, td, tr, th {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #41525A;
}
textarea, input {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #41525A;
}
#div_bottom_menu {
	position:fixed;
	left:0px;
	height:70px;
	z-index:2;
	padding-left: 210px;
	background-color: #61798B;
	overflow: visible;
}


.artist_bottom_menu {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #dedede;
	padding-right: 3px;
	padding-left: 3px;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor:pointer;
}
.artist_bottom_menu:hover {
	background-color: #425764;
	color: #FFCC00;
}
.artist_bottom_menu_hilite {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor:pointer;
	background-color: #4E6170;
	color: #FFCC00;
}
#div_bottom_menu img {
	cursor:pointer;
}
#div_bottom_logo {
	position:fixed;
	left:0px;
	width:260px;
	height:110px;
	z-index:3;
	overflow: visible;
	text-align: center;
	vertical-align: top;
	padding: 0px;
}

.bottom_color_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #BDBFBD;
}
#div_body_box {
	width:100%;
	font-size: 14px;
	color: #F7FCFD;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma;
	z-index:1;
	
}
#div_body_box p {
	line-height: 125%;
	text-align: justify;
}

#div_body_box a {
	color: #0066FF;
	text-decoration: underline;
}

#div_body_box a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.lang_linker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b7c9d8;
	text-align: right;
}
.lang_linker a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #b7c9d8;
	text-decoration: none;
}

.lang_linker a:hover {	
	color: #FAF9F1;	
}
.lang_linker_hilite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E4ECF1;
	font-weight: bold;
}

.page_sub_titles {
	font-family: "Century Gothic", Arial;
	color: #396693;
	font-size: 12pt;
	text-decoration: none;
	padding-left: 35px;
	height: 22px;
	width: auto;
	background-image: url(../images/arrow_css3.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}
#logo_img {
	width:211px;
	height:70px;
	background-image: url(../images/artist_logo_css3.gif);
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}
#logo_img_fr {
	width:211px;
	height:70px;
	background-image: url(../images/artist_logo_css3_fr.gif);
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}

