@charset "utf-8";
/* On Sukhjit's monitor, 1 inch = 83.8 pixels */
a:link {
	text-decoration:none; /*links have no underline */
}
a:hover {
	color:#00d7d7;          /* hovered links are light gold colored */
	text-decoration:none;   /* hovered links have no underline */
}
body {
	margin: 0;     /* zero the margin and padding to account for differing browser defaults */
	text-align: left; /* this centers the container in IE 5* browsers.  */
	background-color:#777777;
	padding-top:60px; /* was 20, increased to 50 so distance from top to rule line is 1.25 inches */
	padding-bottom:10px;
	color: #ffffff;                         
}
#container {
	width: 960px;  /* The container will fit in an 800px browser window with room for scrollbar */
	padding-bottom:10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color:#ffffff; /*text*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	clear: both;
}
#header { /* grey header with Angela's name and menu options */
	background-color:#777777;
	width: 960px;
	height:49px;
}
#angela {
	color:#008484;
	padding-top:5px;
	width:290px;
	float: left;
	padding-bottom:4px;
}
#menu {
	width: 450px;
	float:left;
	padding-top:21px;
}



#whitebar {
	width:960px;
	clear:both;
	height:1px;
	background-color:#FFFFFF;
}
#grey-bar {
	width:865px;
	clear:both;
	height:30px;
}


#portfolio {
	width: 110px;
	float:left;
	color:#00d7d7;
	letter-spacing:2px;
}
#artiststatement {
	width: 165px;
	float:left;
	color:#00d7d7;
	letter-spacing:2px;
}
#contact {
	width: 110px;
	float:left;
	color:#00d7d7;
	letter-spacing:2px;
}

#gallery_item {
float:left;
margin-right:27px;
}
#gallery_item_rightmost {
float:left;
margin-right:0px;
}
#mainmenu {
 float:left;
 }

#email a {
	color:#00d7d7;
	text-decoration:none;
	letter-spacing:1px;
}
#gallery-bar {
clear:both;
	width:960px;
	font-size: 13px;
	text-align:left;
	height:35px;
	padding-top:15px;
}
#gallery-space {
clear:both;
	background-color:#F5F5F5;
	width:960px;
	padding-top:42px;
	height:482px;  /*494 px 5.25 inches on Sukhjit's screen, we are making thinner for now */ /*440 plus 42 for 1/2" buffer */
	float:left;
}

#tile-space {
padding-left:42px;
	width:230px;
	height:440px;
	float:left;
/*	vertical-align:middle;*/
}
#gallery-tile {
	background-color:#FFFFFF;
	width:70px;
	height:70px;
	border-bottom: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	/*margin-top: 12px;*/
	margin-right: 15px;
	margin-bottom: 5px;
	text-align:center;
	float:left;
	overflow:hidden;   /*added this 12-10-09 so vspace works */
}

#gallery-painting {
/* position:relative;*/
	padding-left: 15px;
	width:630px;
	height:440px; /*was 440 and may have to enlarge again */
	float:left;
	color:#555555;
	overflow:hidden;	 
}
.painting {
float:left;
width:455px;
height:440px;
}
.gallery-information {
	width:165px;
	height:340px;
	float:right;
	margin-right:10px;
	vertical-align:top;
	color:#666666;
	/*letter-spacing:1px;  removed per angela*/

}
#border {
	border-bottom: 4px groove #aaaaaa;
/*	border-bottom-style:outset;*/
	border-right: 4px inset #aaaaaa;
}
#next {
	height:30px;
	clear:both;
	padding-left:740px;
}

#footer {              /* used only for the text in the footer of the page. Really small size. */
	font-size: 10px;
	color:#FFFFFF;
	clear:both;
	text-align:right;
	padding-top:10px;
	width:960px;
	float:left;
}
#sub_footer {              /* used only for the text in the footer of the page. Really small size. */
	font-size: 9px;
	color:#FFFFFF;
	clear:both;
	text-align:right;
	padding-top:5px;
	width:960px;
	float:left;
}

