html, body { height: 100%; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: url(../img/background.jpg) no-repeat;
	background-color: #FFF;
	color: #333;
	margin: 0; padding: 0;
	text-align: left;
}

/* <HEADERS> */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; }
h1 { display: none; }
h2 { font-size: 150%; font-weight: bold; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }
/* </HEADERS> */

a { color: #900; text-decoration: none; }
a:hover { text-decoration: underline; }

p { margin: 10px 0; padding: 0; }

b.contacts { font-size: 110%; color: #900; }

/* <FIELDSET> */
fieldset { border: 1px solid; margin: 0; padding: 0; }
fieldset legend { font-weight: bold; }
fieldset label { float: left; width: 200px; margin: 0; }
fieldset input, select, textarea { font-family: Verdana; border: 1px solid ; }
fieldset .blockize { width: 300px; }
fieldset .noborder { border: none; }
fieldset .row { clear: both; margin: 3px 10px; }

fieldset .group { float: left; width: 40px; }
fieldset .group label { float: right; width: 10px; margin: 0; }
fieldset .group .row { margin: 0; }

fieldset.submit { text-align: center; border: none; }
fieldset.submit input { border: none; font-weight: bold; height: 25px; }
/* </FIELDSET> */

ul.links { margin: 15px; padding: 0; }

.listbox    { text-align: left; position: absolute; border: 1px solid #888; margin: 0; padding: 0; width: 202px; background-color: #EEE;}
.listbox ul { list-style-type: none; margin: 0; padding: 0; width: 198px !important; width: 202px; }
.listbox li { cursor: default; margin: 0; padding: 1px 2px 1px 8px; width: 192px; white-space: nowrap; overflow: hidden; }
.listbox li.selected { background-color: #FFF; color: #666; }

div.fix_floats { clear: both; }

#skipNav { display: none; }

#header { height: 200px; color: #FFF; }
#header a { color: #FFF; }

#response div { margin: 10px 0; padding: 5px }
#response ul { margin: 0 10px; padding: 0 10px; }
#response .success { color: #000; background-color: #0F0; border: 1px solid #000; }
#response .error   { color: #FFF; background-color: #F00; border: 1px solid #000; }
#response .info    { color: #FFF; background-color: #00F; border: 1px solid #000; }

#container { width: 809px; margin: 0 auto; position:relative; height: auto !important; /* real browsers */	height: 100%; /* IE6: treaded as min-height */ min-height:100%; /* real browsers */ padding-left: 5px; background: url(../img/bg_container.gif) repeat-y; }

#header { width: 799px; height: auto; background: url(../img/bg_header.jpg) no-repeat; overflow: hidden; }
#header.home { height: 175px; text-align: center; }

#intro { height: 244px; }
#flash_movie { height: 130px; }

#enter { width: 799px; text-align: center; margin-top: 65px; }
#enter img { border: none; }

#nav ul { list-style-type: none; margin: 5px 8px; padding: 0; }
#nav li { float: left; margin: 0 5px 0 0; padding: 0; }
#nav a { color: #444; }
#nav span.divisor { color: #D00; }

#content { width: 799px; margin: 20px 0; }
#content .inner_content { padding: 20px; }

#footer { font-family: Arial; position: absolute; width: 795px; bottom: 0; /* stick to bottom */  padding: 2px; background-color: #000; color: #FFF; font-size: 10px; }
#footer .left { float: left; margin-top: 7px; margin-left: 7px; }
#footer .right { float: right; margin-right: 7px; }
#footer a { color: #FFF; }

#form_search { margin: 20px 0; overflow: hidden; }
#form_search label.big { color: #C00; font-weight: bold; margin: 3px 10px 0 0; }
#form_search input { float: left; }
#form_search hr { color: #CCC; }
#form_search button { margin: 0 0 0 10px; }

#list_artists { width: 100%; overflow: hidden; margin: 10px 0; }
#list_artists .column { float: left; margin: 0 15px 0 0; width: 48%; }
#list_artists .row { clear: both; height: 55px; margin: 10px 0; overflow: hidden; border-bottom: 1px dashed #CCC; }
#list_artists .row img { float: left; width: 50px; height: 50px; }
#list_artists .row p { float: left; font-size: 120%; margin: 17px 0 0 10px; }

#artist_detail {  }
#artist_detail span.year { color: #666; }
#artist_detail .categories { font-size: 110%; font-weight: bold; color: #888; }
#artist_detail .pdf_export { float: right; }
#artist_detail .pdf_export a { background: url(../img/icon_pdf.gif) no-repeat center left; padding-left: 20px; padding-top: 5px; display: block !important; display: inline; height: 18px; }
#artist_detail .jumper { margin: 3px 0; padding-bottom: 5px; border-bottom: 1px dashed #CCC; }
#artist_detail .list_photos { margin: 10px 0; float: left; }
#artist_detail .list_media { margin: 12px; float: left; }
#artist_detail .list_media ul { margin: 0; padding: 0; list-style-type: none; }
#artist_detail .list_media li { padding: 0 0 0 20px; margin-bottom: 5px; height: 16px; background: url(../img/icon_quicktime.gif) no-repeat center left; }
#artist_detail .list_media li.gallery { background: url(../img/icon_gallery.gif) no-repeat center left; }
#artist_detail .list_works { clear: both; margin: 10px 0; }
#artist_detail .list_works p { margin: 0 0 10px 0; padding: 0; }
#artist_detail .list_works h3 { font-size: 120%; font-weight: bold; color: #C00; margin: 20px 0 5px 0; border-bottom: 1px dashed #CCC; }
#artist_detail .list_works h3 span { font-size: 90%; font-weight: normal; color: #555; }
#artist_detail .agent_name { margin: 0 0 5px 0; padding: 0 0 5px 0; border-bottom: 1px dotted #DDD; }
#artist_detail .agent_name strong { font-size: 110%; }
#artist_detail .agent_name strong a { background: url(../img/action_sendmail.png) right no-repeat; padding: 0 22px 0 0; }

#list_news { margin-top: 10px; }
#list_news img { float: left; margin: 0 10px 0 0; }
#list_news p { float: left; margin: 0; padding: 0px; }
#list_news .row { overflow: hidden; height: 1%; clear: both; border-bottom: 1px dashed #CCC; margin-bottom: 10px; padding-bottom: 3px; }
#list_news h3 { font-size: 90%; color: #C00; font-weight: bold; margin-bottom: 5px; }

#agents_list { float: left; margin: 5px 0 0 0; padding: 0; list-style-type: none; }
#agents_list li.item { clear: both; margin: 5px 0 10px 0; white-space: nowrap; }
#agents_list li.item > a { font-size: 110%; color: #333; padding: 0 0 0 20px; font-weight: bold; background: url(../img/action_expand.png) no-repeat; }
#agents_list li.item > a.expanded { background: url(../img/action_collapse.png) no-repeat; }
#agents_list li ul { list-style-type: none; margin: 0 0 0 23px; padding: 0; width: 200px; }
#agents_list li ul li { margin: 3px 0; padding: 3px 0; border-bottom: 1px dotted #CCC; }
#agents_list li ul li a {  }
#agents_list span { margin: 0 0 0 21px; color: #555; }
#agents_list div.container { overflow: hidden; margin: 0 0 20px 0; padding: 5px 0 0 0; }
#agents_list div.col_left { width: 45%; float: left; margin: 0 5px 0 0; }
#agents_list div.col_right { width: 45%; float: left; margin: 0 0 0 5px; }