
  body {
    text-align: center;
    background-color: #a6a6b2;
    font-family: Verdana;
    font-size: 15px;
    font-weight: normal;
	font-style: normal;
    color: #a6a6b2;
  }
  
  .wrapper {
    border: 1px solid #505050;
  	background-image:url('../images/background.jpg');
	margin-right: auto;
	margin-left: auto;
    margin-top:10px;
  	width: 800px;
  	height: 600px;
	padding:0px;
	text-align:left;
  }

  .main_leftcol {
    float: left;
  	width: 343px;
  	height: 600px;
  }

  .main_rightcol {
    float: left;
  	width: 457px;
  	height: 600px;
  }

  .main_logo {
  	float: left;
  	background:url('../images/logo_main.jpg') no-repeat;
  	width: 152px;
  	height: 245px;
	margin: 0;
	margin-left: 191px;
  	margin-top: 244px;
	padding: 0;
  }

  .main_enter {
  	width: 152px;
  	height: 25px;
	margin: 0;
  	margin-top: 2px;
	margin-left: 191px;
	padding: 0;
    color: #888888;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }

  .main_enter a {
  	text-align: center;
    text-decoration: none;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
	font-style: normal;
    color: #555555;
  }

  .main_text {
  	float: left;
	margin: 0;
  	margin-top: 255px;
	margin-left: 10px;
	padding: 0;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
	font-style: normal;
    color: #555555;
  }

  .leftcol {
    float: left;
  	width: 160px;
  	height: 600px;
  }

  .rightcol {
    float: left;
  	width: 640px;
  	height: 600px;
  }

  .main {
  	width: 608px;
  	height: 565px;
	margin-top: 9px;
	margin-left: 11px;
	padding: 0;
  }

  .main_top {
  	background-image:url('../images/main_top.jpg');
  	width: 608px;
  	height: 468px;
    margin: 0;
	padding: 0;
  }

  .main_bot {
	text-align: center;
  	background-image:url('../images/main_bot.jpg');
  	width: 608px;
  	height: 86px;
    margin: 0;
    margin-top: 8px;
	padding: 0;
  }

  .footer {
	text-align: right;
	margin-top: 6px;
  	width: 620px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
	font-style: italic;
    color: #898989;
  }

  .footer a{
    text-decoration: none;
    font-weight: bold;
    color: #767676;
  }
  
  .logo { 
  	background-image:url('../images/logo.jpg');
  	width: 152px;
  	height: 245px;
	margin: 0;
	padding: 0;
  	margin-left: 8px;
  	margin-top: 8px;
  }
  
  .menu {
  	width: 160px;
	margin: 0;
	padding: 0;
  	margin-left: 4px;
  	margin-top: 4px;
  	padding-top: 9px;
  }
  
  .menu1 {
    margin-left:20px;
    margin-top:15px;
    display:block;
    text-decoration: none;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #545454;
    height: 20px;
  }

  .menu1-sel {
    margin-left:20px;
    margin-top:15px;
    display:block;
    text-decoration: none;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #D7D1D1;
    height: 20px;
  }
  
  .submenu {
    display: block;
    height: 20px;
    margin-left:40px;
    margin-top:15px;
    text-decoration: none;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #878181;
  }

  .submenu-sel {
    display: block;
    height: 20px;
    margin-left:40px;
    margin-top:15px;
    text-decoration: none;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #D7D1D1;
  }

  .hide {
    display: none;
  }

  .show {
    display: block;
  }

  .table_col {
  	float: left;
  	width: 190px;
    height: 460px;
    margin: 0;
    margin-top: 10px;
    margin-left: 10px;
	padding: 0;
  }

  #table_cell {
    display: block;
    height: 20px;
    width: 180px;
    margin-left: 4px;
    margin-top: 1px;
    padding-top: 4px;
    padding-left: 4px;
    text-decoration: none;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #555555;
  }
  
  #table_cell:hover {
	background-image: url('../images/selected.jpg');
    text-decoration: none;
    color: white;
  }
  
  .artist_name {
	text-align: center;
    padding-top: 14px;
    text-decoration: none;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #555555;
	width: 608px;
  }
  
  #artist_description {
	text-align: center;
	white-space: pre;
	overflow: auto;
    font-family: Verdana;
	font-size: 12px;
    color: #555555;
	font-style: italic;
	margin-top: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 405px;
	width: 597px;
  }
  
  .artist_image {
    border: 1px solid white;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .normal_title {
    padding: 0;
    margin: 0;
	text-align: right;
	position: absolute;
	width: 200px;
	height: 30px;
    font-family: Verdana;
	font-size: 24px;
    color: #bfbfbf;
    margin-top: 25px;
    margin-left: 380px;
  }
  
  .contact_left {
	position: absolute;
  	float: left;
    font-family: Verdana;
	font-size: 11px;
    color: #555555;
    margin-top: 75px;
    margin-left: 70px;
	width: 190px;
	height: 80px;
  }

  .contact_right {
	position: absolute;
  	float: left;
    font-family: Verdana;
	font-size: 11px;
    color: #555555;
    margin-top: 115px;
    margin-left: 300px;
	width: 300px;
	height: 40px;
  }

  .contact_center {
	position: absolute;
  	text-align: center;
  	width: 610px;
    margin-top: 160px;
  }

  .profil_center {
	position: absolute;
  	text-align: center;
  	width: 610px;
    font-family: Verdana;
	font-size: 15px;
    color: #555555;
    margin-top: 100px;
  }

  #image_list1 {
	text-align: center;
	overflow: auto;
    font-family: Verdana;
	font-size: 12px;
    color: #555555;
	font-style: italic;
	margin: 0;
	margin-top: 11px;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 385px;
	width: 597px;
  }

  #image_list2 {
	text-align: center;
	overflow: auto;
    font-family: Verdana;
	font-size: 12px;
    color: #555555;
	font-style: italic;
	margin: 0;
	margin-top: 11px;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 415px;
	width: 597px;
  }

  .image_list_view {
    float: left;
    margin: 0;
    padding: 0;
    margin: 10px;
	height: 205px;
	width: 169px;
    border: 1px solid blue;
  }
  
  .clearboth { 
	clear: both; 
  }

#map { margin-left: 68px; }
