* 		{
	margin: 0;
	padding:0;
		} 
			
body {font-family: Arial, sans-serif;
		background:lightgrey;
		color: #000;
		/*margin: 5px auto 0;*/
		font-size: medium;   /* for compliant browsers*/
		text-align:center; /* part 1 of 2 centering hack */
		}
#wrapper {width: 760px; margin: 10px auto; /*text-align: left;*/}		
		
* html body{
		font-size: small; /* IE5 Win renders small one step larger*/
		fon\t-size: medium;   /* for other IE versions*/
		}

/*-------------------------------------------------------------------------------------
 Header=topbar  Footer=navbar -- All pages
-------------------------------------------------------------------------------------*/

#topbar, #navbar {background-color:#778899; text-align:left;}

#topbar {width:760px; height:40px; margin:10px 0 0 0;
			 font: Verdana, sans-serif; font-variant:small-caps; font-size:smaller; font-weight:;
			 height:30px; width:760px; padding: 10px 0 0px 0; margin:0;
			}

#navbar {font: Verdana, sans-serif; font-variant:small-caps; font-size:smaller; font-weight:;
			height:30px; width:760px; padding: 10px 0 0px 0; margin:0; text-align:center;
			background-color:#778899;
			}
			
/*-------------------------------------------------
 Link Styles -- ALL pages
-------------------------------------------------*/

a:link, a:visited, a:active {text-decoration:none; color:#fff}
a:hover 					{color:#000;}

/*-------------------------------------------------
Main Content / Home Page - Photo Area
-------------------------------------------------*/	
#photo { background-image:url(../_img/sky2.jpg);
			background-repeat:no-repeat; 
			width:760px; height:231px; 
			border-top:2px solid white; /*needs border to prevent margin collapse*/
			border-bottom:2px solid white;
			}
	
#photo h1 {font:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:200%;
			color:#000;
			text-align:center;
			height: 32px; width:400px;
			margin:20px 0 0 275px;
			}
			
#photo h2 {font:Arial, Helvetica, sans-serif;
			font-weight:bold; 
			font-size:150%; 
			color:#000; 
			text-align:center;
			height: 32px; width:400px;
			margin:0px 0 0 275px;
			}

/*-------------------------------------------------------
Main Content / Contacts Page, Exhibits Page, Press Page
--------------------------------------------------------*/	
#contact, #exhibits, #press {
			background-color:#fff;
			border-top:2px solid white; /*needs border to prevent margin collapse*/
			border-bottom:2px solid white;
			text-align:left;
			}
			
#contact {width: 450px; height:231px;}	
#exhibits {width: 760px;}
#press {width: 470px;}	
						
/*#exhibits, #press {overflow:auto; height:400px}*/

#contact{float:left; background-color:#fff; margin:20px 0 0 0;}
.photo2 {float:left;background-color:#fff; margin:20px 0 0 0;}

#press{float:left; /*height:231px;*/ background-color:#fff; margin:20px 0 0 0;}
.photo3 {
	float:right;
	background-color:#fff;
	margin:30px 80px 0 0;
		}
		
#contact p.parenthesis {font-size:70%}

#contact h1, #exhibits h1, #press h1 {font-size:150%; font-stretch:extra-expanded; 
			font-weight:lighter; font-variant:small-caps;
			margin:10px 0 0 70px; padding: 10px 0;
			}	

#contact h2, #exhibits h2, #press h2 {font-weight:bold; font-size:100%; margin-left:90px;
			}		
			
#contact p, #exhibits p, #press p{
			margin-left:100px;
			text-align:left;
			font-size:75%;
			padding: .25em 0;
			margin-right: 20px;
			}
	
span.normal	{font-size:75%x;} /*on exhibits page*/
				
#contact a, #exhibits a, #press a{color:#000099; text-decoration:none; font-size:100%;} /*sets the link as Blue on these pages*/




/*-------------------------------------------------
Main Content / Studio Page
-------------------------------------------------*/

div#studio {background-color:#999;
			width:760px;
			border-top:2px solid #999; /*needs border to prevent margin collapse*/
			border-bottom:2px solid #999;
			font: Verdana, sans-serif;
		 	font-size:14px; 
			text-align:center; color:#fff; /*text-align affects img as well, don't know why*/
			}
	
div#studio {height:710px;} /*originally was 685*/

div#studio div.left {float:left; width:450px;}
div#studio div.right{float:right; width:300px;} 
div#studio div.left img {padding: 10px 0 2px 0;}
div#studio div.right img {padding: 10px 0 2px 0;}

div#studio div.rightHeader {font-size:120%; font-weight:bold; color:#000; margin:1em 0 0;}			


div#studio div.copyright {
	width: 100%;
	font-size:80%;
	text-align:center;
	padding-top: 10px;
}

div#studio a:link, div#studio a:visited, div#studio a:active {text-decoration:none; color:#fff;} /*insurance against 0 border*/
div#studio a:hover {color:#000;} /*insurance against 0 border*/

div#studio div.thumb, div#studio div.thumbPaint {margin:5px 0 10px 0;}
div#studio div.thumb img {height:110px; width:98px;}


/*-------------------------------------------------
Main Content / Art Gallaries
-------------------------------------------------*/

div#art {height:350px; background-color:#999; width:760px;
			border-top:2px solid white;       /*needs border to prevent margin collapse*/
			border-bottom:2px solid white;
			font: Verdana, sans-serif; font-size:100%; 
			text-align:center; color:#fff; /*text-align affects img as well, don't know why*/}


div#art .seriesinfo, div#art .picinfo {margin-top: 100px; height: 150px;}
div#art .seriesinfo h1, div#art .picinfo h1 {font-style:strong; font-size:100%; color:#fff;}
div#art .seriesinfo p, div#art .picinfo p { font-style:normal; font-size:100%; margin-top:.5em;}


div#art .left, div#art .right {width:240px; height:350px;}
div#art .left {float:left; }
div#art .right {float:right; }


div#art .next {font-size:smaller; color:#fff;}
div#art .next {margin:75px 0 0 0; float:right; padding-right: 55px;}

div#art .center {height: 350px;}
div#art .center img {margin: 15px 5px 0;}

/*-------------------------------------------------
 Main Content / Solo, stand-alone art works
-------------------------------------------------*/

div#soloArt { margin-top:15px;}

/*-------------------------------------------------
 Stops Floats -- ALL pages
-------------------------------------------------*/

.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background-color:#000;
		visibility:hidden;
		}


	
/*-------------------------------------------------
IE  5+6 Fixes  Don't know if this is needed
-------------------------------------------------*/

/** html #sideContent {*/ /*fix for italic text bug in IE5/Win*/
/*	overflow: hidden;*/  /* IE5.0/Win*/
/*	ov\erflow: visible;*/ /* IE5.5/Win*/
/*	heig\ht: 1%;
}

* html #mainContent  {
		margin:0 0 0 6px;
		}*/
		
/*-------------------------------------------------
IE5/MAC Fixes  Don't know if this is needed-Finnegan
-------------------------------------------------*/
/**> html #sideContent img {
		mar\gin:0 0 0 11px;
		}*/




		


		

