/* CSS Document for second site */
body {
  background-color: white;
  font-family: Geneva, Helvetice, sans-serif;
  }
  
#wrapper  {
  background-color:  white;
  min-width: 600px;
  max-width: 800px;
   margin: auto;
  width: expression (document.body.clientWidth < 599px ? "598px" : "100%" );
  width: expression (document.body.clientWidth > 810px ? "805px" : "100%" );
  
  }
  
 	#wrapper h1{
		font-family: Arial, Helvetica, sans-serif;
	font-size:larger;
	
         color: black;
	
		
		
	}
	
	#wrapper img{
	 	border: 0px solid white;
			 }
  
 

#sidebar {
    background-color: silver;
	width: 120px;
	float: right;
	padding: 15px 2px 0 6px;
	
	
	}
#sidebar h1 {
    font-family: Veranda, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #ddefef;
	text-decoration: underline;
	letter-spacing: px;
	}
	#sidebar p{ 
	font-family: Veranda, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	color: black;
	text-decoration: none;
	}	
	#sidebar a {
	font-family: Veranda, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.85em;
	color: blue;
	text-decoration: none;
	}
	
	#sidebar a:hover {
	font-family: Veranda, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.85em;
	color: purple;
	text-decoration: underline;
	}
	
	 
	
	#main {
	 
	background-color: white;
	 height: 40px;
	 line-height: 24px;
	 width: 600px;
	 font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.05em;
	

	 
	 }
	  #main img{
	 	border: 50px solid white;
			 }
	
	

     #main h1{
      	 font-family: monospace;
		 
	font-weight: normal;
	font-size: 1.05em;
		
      }
	
	  #main h2{
      	 font-family: monospace;
	font-weight: normal;
	font-size: 1.05em;
		
      }
	  #main h5{
      	 font-family: monospace;
	font-weight: normal;
	font-size: .85em;
		
      }
#maintwo {
	 background-color: aqua
	background-color: white;
	 height: 200px;
	 line-height: 24px;
	 width: 600px;
	 font-family: monospace;
	font-weight: normal;
	font-size: 0.85em;
	 
	 }

     #maintwo h1{
      	 font-family: monospace;
	font-weight: normal;
	font-size: 0.70em;
		
      }
	
	  #maintwo h2{
      	 font-family: monospace;
	font-weight: normal;
	font-size: 1.35em;
		
      }

#name {
	background-color: ddefef;
	color: 8ef5f6;
	 height: 40px;
	 line-height: 24px;
	 width: 600px;
	 font-family: monospace;
	font-weight: normal;
	font-size: 0.85em;
	
	
}

#name h1 {
	padding: 0 0 0 100px;
	font-size: 1.25em;
	
}


 #navigation {
     background-color: white;
	 height: 40px;
	 line-height: 24px;
	 width: 600px;
	 font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.85em;
	 }
	 
	 .ult-nav {
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
	 width: 600px;
	 float: left;
	 }
	 .ult-nav li  {
	  margin: 0;
	  padding: 0;
	  float: left;
	  }
	  a.navigation {
	  color: black;
	  float: left;
	  width: 90px;
	  text-align: center;
	  text-decoration: none;
	  }
	  a.navigation:hover {
	  color: blue;
	  text-decoration: underline;
	  }
	  #body-home #nav-home a,
	  #body-paintings #nav-paintings a,
	  #body-exhibitions #nav-exhibitions a, 
	  #body-cv #nav-cv a,
	  #body-contact #nav-contact a,
	  #body-contactus #nav-contactus a
	 {
	  color: blue;
	  text-decoration: none;
	  }
	  
	  /* SLIMBOX CSS START */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* SLIMBOX CSS END */




	  