/* CSS Document */

body {
	background-color: #fff;
	text-align:center;
	color: #999;
	font: 9px Arial, Helvetica, sans-serif;
	margin: 0;
}

/* ----------- Vertical Centering ----------- */

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 100%;
}

#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 100%;
	height: 580px;
	margin: 0px auto;
	}
	
/* ----------- Layout ----------- */

#header {
	margin-top: 20px;
	height: 90px;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}

#header_frame {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding-top: 0;
	margin-top: 0;	
	text-align: left;	
}

#content_frame {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding-top: 0;
	margin-top: 25px;
	text-align: left;	
}

#iframe_container {
	float: left;
	width: 570px;
	margin-bottom: 35px;
}

#iframe_container_info {
	float: left;
	width: 470px;
	margin-bottom: 35px;
}

#thumbs_container {
	float: right;
	width: 320;
}

#info_container {
	float: right;
}

#info_content {
    width: 372px; 
    height: 336px; 
    margin: 0; 
	padding: 0;
	margin-top: 10px;
}

#footer {
	border-top: solid 1px #e1e1e1;
	clear: both;
}

#footer_frame {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding-top: 35px;	
	text-align: right;	
}


/* ----------- Header  ----------- */

#logo {
	float: left;
	margin-top: 18px;
}

#nav {
	float: right;
	width: 373;
	height: 54;
	margin-top: 18px;
}

/* ----------- Navigation  ----------- */

#navig {
	margin: 0;
	padding: 0;
	height: 54;
	width: 373;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#navig li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#navig a {
	float: left;
	padding: 54px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:54px; /* for IE5 only */
}

#navig a:hover {
	background-position: 0 -54px;
}

#navig a:active, {
	background-position: 0 -40px;
}

#nav1 a {
	width: 81px;
	background: url(images/nav1-css.gif) top left no-repeat; 
	margin-right: 15px;
}

#nav2 a {
	width: 81px;
	background: url(images/nav2-css.gif) top left no-repeat;
	margin-right: 11px; 
}

#nav3 a {
	width: 81px;
	background: url(images/nav3-css.gif) top left no-repeat;
	margin-right: 15px; 
}

#nav4 a {
	width: 51px;
	background: url(images/nav4-css.gif) top left no-repeat;
	margin-right: 23px; 
}

#nav5 a {
	width: 51px;
	background: url(images/nav5-css.gif) top left no-repeat;
}

/* ----------- Footer  ----------- */

#footer a {
	text-decoration: underline;
	color: #999;
}

#footer a.spdlink {
	text-decoration: underline;
	color: #ccc;
}

/* ----------- iframe Painting Display  ----------- */

#painting_container {
	width: 570px;
	height: 340px;
	margin: 0;
	padding: 0;
	border: thin solid #fff;
	text-align: left;
}

#painting {
	float: left;
	margin: 0;
	padding: 0;
	width: 444px;
}

#painting_text {
	list-style: none;
	margin-left: 455px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #999;
	line-height: 18px;
	padding: 250px 12px 0 2px;
}

#painting_text_note {
	list-style: none;
	margin-left: 455px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #999;
	line-height: 18px;
	padding: 232px 12px 0 2px;
}

#painting_text_note2 {
	list-style: none;
	margin-left: 455px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #999;
	line-height: 18px;
	padding: 214px 12px 0 2px;
}

#painting_text li {
	margin: 0;
	padding: 0;
}

/* ----------- Thumbnails Display ----------- */ 

/* The right column - containing box for thumbnails */
#thumbs_content {
    width:320px; 
    height:336px; 
    margin: 0; 
	padding: 0;
	margin-top: 10px;
}
	
/* Removing the list bullets and indentation */
#thumbs_content ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }

/* set the size of the unordered list to neatly house the thumbnails */
#thumbs_content ul {
    width:320px; 
    height:386px;
    }
	
#thumbs_content li {
    float:left;
    }

/* ----------- index ----------- */ 

p.index {
padding-top: 130px;
}

.quote {
	font: 10px bold;
}

/* ----------- SPD ----------- */ 
.spd {
	color:#ccc;
}

/* ----------- h1 ----------- */ 

h1 {
	font-size: 9px;
}
