/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #BFCCBF;
}

body, a, td, tr, th {
	font-family: "Century Gothic", Arial;
	font-size: 12pt;
	text-decoration: none;
	font-weight: normal;
	color: #343434;
}
textarea, input {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	color: #61543A;
}
#div_bottom_menu {
	position:fixed;
	left:0px;
	height:70px;
	z-index:2;
	padding-left: 210px;
	background-color: #556C58;
	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: #355536;
	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: #3D613E;
	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: #B1C7B5;
}
#div_body_box {
	width:100%;	
	text-decoration: none;	
	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: #29860F;
	font-size: 13pt;
	text-decoration: none;
	height: 22px;
	width: auto;	
}
#logo_img {
	width:211px;
	height:70px;
	background-image: url(../images/artist_logo_css1.gif);
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}
#logo_img_fr {
	width:211px;
	height:70px;
	background-image: url(../images/artist_logo_css1_fr.gif);
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}
