/* -------------------------------------------------- */

.note        { font-family: Verdana; font-size: 7pt; margin-top: 0; margin-bottom: 0; text-align:left;}
.noteitalic  { font-family: Verdana; font-size: 7pt; margin-top: 0; margin-bottom: 0; text-align:left; font-style:italic;}
.warning     { font-family: Verdana; font-size: 8pt; margin-top: 0; margin-bottom: 0; text-align:left; color: #F00; margin-top: 0; margin-bottom: 0;}
.debug       { font-family: Verdana; font-size: 7pt; margin-top: 0; margin-bottom: 0; text-align:left; color: #800; margin-top: 0; margin-bottom: 0;}

/* ---------- BODY ---------------------------------- */

body {
  color: #333;
  background-color: #888;
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  position: absolute;
  left: 50%;
  top: 10pt;
  margin-left: -400px;
}

/* ---------- debug box ----------------------------- */
#debug_box {
  position: absolute;
  left: 10px;
  top: 600px;
  width: 800px;
  height: 50px;
  font-size: 8pt;
  color: #800;
  text-align:left;
}

#debug_box p {
  margin: 0px 0px 0px 5px;
  padding: 0px;

}

/* ---------- MAIN CONTAINER ------------------------ */

#cont_main {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 600px;
  background-color: #FFF;
  border: solid #333 1px;
}

/* ---------- HEADER -------------------------------- */

#cont_header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 798px;
  height: 74px;
}

/* ---------- MAIN MENU ----------------------------- */

#cont_menu {
  position: absolute;
  left: 0px;
  top: 76px;
  width: 798px;
  height: 22px;
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 8pt;
}

#cont_menu a:link, #cont_menu a:visited, #cont_menu a:active {
  color: #333;
  text-decoration: none;
}

#cont_menu a:hover {
  color: #800;
  text-decoration: none;
}

/* ---------- FOOTER -------------------------------- */

#cont_footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 800px;
  height: 25px;
  text-align: center;
  font-size: 7pt;
}


/* ---------- CANVASES ------------------------------ */

#cont_canvas_0 {
  position: absolute;
  left: 0px;
  top: 100px;
  width: 800px;
  height: 500px;
  text-align: center;
  background-color: #EEE;
}

/* ---------- HOMEPAGE ------------------------------ */

#cont_home_image {
  position: absolute;
  left: 0px;
  top: 25px;
  width: 800px;
  height: 355px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#cont_home_image img{
  border: solid #333 3px;
  /*border-style: none;*/
}

#cont_home_info{
  position: absolute;
  left: 100px;
  top: 385px;
  width: 600px;
  margin: 0px;
  padding: 0px;
  font-size: 7pt;
}

#cont_home_text {
  position: absolute;
  left: 100px;
  top: 410px;
  width: 600px;
  height: 60px;
  text-align: center;
  font-size: 9pt;
}

#cont_home_text p {
  left: 100px;
  width: 600px;
}

/* ---------- NEWS ---------------------------------- */

#cont_nws_title {
  position: absolute;
  left: 50px;
  top: 10px;
  width: 700px;
  height: 20px;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
}

#cont_nws_iframe iframe {
  position: absolute;
  top: 40px;
  left: 50px;
  width: 700px;
  height: 400px;
  margin: 0px;
  padding: 0px;
}

#cont_nws_list {
  position: absolute;
  left: 105px;
  width: 600px;
  font-size: 9pt;
  margin: 0px;
  padding: 0px;
}

#cont_nws_list hr {
  margin: 0px;
  padding: 0px;
  color: #CCC;
  height: 1px;
}

#cont_nws_list img{
  float: right;
  margin: 0px 0px 10px 10px;
  border: solid #000 1px;
}

#cont_nws_headline {
  margin: 10px 0px 5px 0px;
  padding: 0px;
  font-size: 10pt;
  font-weight:bold;
  color: #333;
}

#cont_nws_subheadline {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #333;
}

#cont_nws_content {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  text-align: justify;
}

#cont_nws_lnk {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-size: 8pt;
}


/* ---------- COURSES ------------------------------- */

#cont_crs_title {
  position: absolute;
  left: 50px;
  top: 10px;
  width: 700px;
  height: 20px;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
}

#cont_crs_iframe iframe {
  position: absolute;
  top: 40px;
  left: 50px;
  width: 700px;
  height: 400px;
  margin: 0px;
  padding: 0px;
}

#cont_crs_list {
  position: absolute;
  left: 105px;
  width: 600px;
  font-size: 9pt;
  margin: 0px;
  padding: 0px;
}

#cont_crs_list hr {
  margin: 0px;
  padding: 0px;
  color: #CCC;
  height: 1px;
}

#cont_crs_list img{
  float: right;
  margin: 0px 0px 10px 10px;
  border: solid #000 1px;
}

#cont_crs_headline {
  margin: 10px 0px 5px 0px;
  padding: 0px;
  font-size: 10pt;
  font-weight:bold;
  color: #333;
}

#cont_crs_subheadline {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #333;
}

#cont_crs_content {
  margin: 5px 0px 5px 0px;
  padding: 0px;
  text-align: justify;
}

#cont_crs_no_content {
  margin: 50px 0px 5px 0px;
  padding: 0px;
  text-align: center;
}

#cont_crs_lnk {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}


/* ---------- BIOGRAPHY ----------------------------- */

#cont_bio_title {
  position: absolute;
  left: 25px;
  top: 40px;
  width: 400px;
  height: 23px;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
}

#cont_bio_iframe iframe {
  position: absolute;
  top: 40px;
  left: 50px;
  width: 700px;
  height: 400px;
  margin: 0px;
  padding: 0px;
}

#cont_bio_text {
  position: absolute;
  left: 50px;
  top: 80px;
  width: 350px;
  height: 395px;
  text-align: justify;
  font-size: 8pt;
}

#cont_bio_text p {
  text-align: justify;
}

#cont_bio_link {
  position: absolute;
  left: 25px;
  bottom: 30px;
  width: 400px;
  height: 20px;
  text-align: center;
  font-size: 8pt;
}

#cont_bio_image {
  position: absolute;
  right: 50px;
  top: 20px;
  width: 302px;
  height: 395px;
  text-align: center;
}

#cont_bio_image img{
  border: solid #222 1px
}

/* ---------- CV ------------------------------------ */

#cont_cv_title {
  position: absolute;
  left: 50px;
  top: 10px;
  width: 700px;
  height: 20px;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
}

#cont_cv_iframe iframe {
  position: absolute;
  top: 40px;
  left: 50px;
  width: 700px;
  height: 400px;
  margin: 0px;
  padding: 0px;
}

#cont_cv_list {
  position: absolute;
  left: 105px;
  width: 620px;
  font-size: 9pt;
  margin: 0px;
  padding: 0px;
}

#cont_cv_list hr {
  margin: 0px;
  padding: 0px;
  color: #CCC;
  height: 1px;
}

/* ---------- GALLERIES ----------------------------- */

#cont_galhead {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 190px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
/*border: solid red 1px;*/
}

#cont_galcaption {
  position: absolute;
  left: 20px;
  top: 65px;
  width: 190px;
  margin: 0px;
  padding: 0px;
  text-align: justify;
  font-size: 8pt;
}

#cont_sec_menu {
  position: absolute;
  left: 20px;
  bottom: 45px;
  width: 190px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 8pt;
}

#cont_galtable{
  position: absolute;
  right: 25px;
  top: 20px;
  margin: 0px;
  padding: 0px;
}

#cont_galtable table{
  width:540px;
  height: 420px;
  color: #333;
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#cont_galtable tr{
}

#cont_galtable td{
  width: 180px;
  height: 140px;
  background-color: #FFF;
  text-align; center;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  border: solid #AAA 1px;
}

#cont_galtable img {
  border: solid #888 1px;
}

#cont_galtitle {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 7pt;
}


/* ---------- ARTWORK ------------------------------- */

#cont_artwork_gal{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 245px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 11pt;
  font-weight: bold;
/*border: solid red 1px;*/
}

#cont_artwork_title{
  position: absolute;
  left: 20px;
  top: 50px;
  width: 245px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 8pt;
}

#cont_artwork_data{
  position: absolute;
  left: 20px;
  top: 55px;
  width: 245px;
  margin: 0px;
  padding: 0px;
  font-size: 8pt;
  text-align: left;
}

#cont_artwork_caption p{
  margin: 3px 0px;
  padding: 0px;
}

#cont_arwork_menu {
  position: absolute;
  left: 20px;
  bottom: 25px;
  width: 245px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 8pt;
}

#cont_artwork_img{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 510px;
  height: 457px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  /*background-color: #EEE;*/
  /*border: solid #AAA 1px;*/
}

#cont_artwork_img img{
  margin: 0px;
  padding: 0px;
  border: solid #000 1px;
}

#cont_artwork_index{
  position: absolute;
  right: 19px;
  bottom: 25px;
  width: 502px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

#cont_artwork_index img{
  margin: 0px;
  padding: 0px;
  border: solid #000 1px;
}

/* ---------- EXHIBITIONS --------------------------- */

#cont_exhib_title {
  position: absolute;
  left: 50px;
  top: 10px;
  width: 700px;
  height: 20px;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
}

#cont_exhib_iframe iframe {
  position: absolute;
  top: 40px;
  left: 50px;
  width: 700px;
  height: 400px;
  margin: 0px;
  padding: 0px;
}

#cont_exhib_list {
  position: absolute;
  left: 105px;
  width: 600px;
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
}

#cont_exhib_list hr {
  margin: 0px;
  padding: 0px;
  color: #CCC;
  height: 1px;
}

#cont_exhib_list img{
  float: right;
  margin: 0px 0px 10px 10px;
  border: solid #000 1px;
}

#cont_exhib_headline {
  margin: 10px 0px 5px 0px;
  padding: 0px;
  font-size: 10pt;
  font-weight:bold;
  color: #333;
}


#cont_exhib_content {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  text-align: justify;
}

#cont_exhib_lnk {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-size: 8pt;
}


/* ---------- SALES --------------------------------- */

#cont_sales_title {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 400px;
  height: 23px;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
/*border: solid green 1px;*/
}

#cont_sales_text {
  position: absolute;
  left: 25px;
  top: 50px;
  width: 475px;
  height: 395px;
  text-align: justify;
  font-size: 10pt;
/*border: solid blue 1px;*/
}

#cont_sales_text p {
  text-align: justify;
}

#cont_sales_link {
  position: absolute;
  left: 25px;
  bottom: 15px;
  width: 400px;
  height: 20px;
  text-align: center;
  font-size: 8pt;
/*border: solid red 1px;*/
}

#cont_sales_image {
  position: absolute;
  right: 25px;
  top: 50px;
  width: 250px;
  height: 395px;
  text-align: center;
/*border: solid red 1px;*/
}

#cont_sales_image img{
  /*border-style: none;*/
  border: solid #333 1px
}


/* ---------- LINKS PAGE ---------------------------- */

#cont_lnk_title {
  position: absolute;
  left: 50px;
  top: 10px;
  width: 700px;
  height: 30px;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
/*border: solid green 1px;*/
}

#cont_lnk_text {
  position: absolute;
  left: 50px;
  top: 40px;
  width: 700px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 9pt;
/*border: solid teal 1px;*/
}

#cont_lnk_text p {
  width: 500px;
  text-align: center;
}

#cont_lnk_iframe iframe {
  position: absolute;
  top: 80px;
  left: 50px;
  width: 700px;
  height: 350px;
  margin: 0px;
  padding: 0px;
}

#cont_lnk_list {
  position: absolute;
  left: 105px;
  width: 600px;
  font-size: 9pt;
}

#cont_lnk_list table {
  width: 600px;
}

#cont_lnk_list td {
  margin: 0px;
  padding: 0px 20px 5px 0px;
}

#cont_lnk_list hr {
  margin: 0px;
  padding: 0px;
  color: #CCC;
  height: 1px;
}

#cont_lnk_img {
  position: absolute;
  top: 80px;
  right: 50px;
  width: 200px;
  height: 350px;
  margin: 0px;
  padding: 0px;
/*border: solid black 1px;*/
}

#cont_lnk_img img {
  border: solid #333 1px;
}

/* ---------- CONTACT ------------------------------- */

#cont_cnt_title {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 800px;
  height: 23px;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
}

#cont_contact_area_1 {
  position: absolute;
  left: 100px;
  top: 50px;
  width: 600px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 9pt;
}

#cont_contact_head {
  position: relative;
  height: 50px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: justify;
  font-size: 9pt;
}

#cont_contact_area_1 input {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  font-size: 9pt;
  color: #333;
  background: #FFF;
}

#cont_contact_area_1 textarea {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  font-size: 9pt;
  color: #333;
  background: #FFF;
}

#cont_contact_area_1 hr {
  margin: 0px;
  padding: 0px;
  color: #CCC;
  height: 1px;
}

#cont_ack {
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  font-size:8pt;
  text-align: center;
}

/* ---------- LINKS --------------------------------- */

a:link {
  color: #2970A6;
  text-decoration: none;
}
a:visited {
  color: #2970A6;
  text-decoration: none;
}
a:hover {
  color: #800;
  text-decoration: none;
}
a:active {
  color: #2970A6;
  text-decoration: none;
}

/* -------------------------------------------------- */


