/* START TAG STYLES */

body {
	background-color: #E6E6E6;
	color: black;
	font-family: "Arial Narrow", "Arial Black", Gadget, sans-serif;
	font-size: 0.95em;	
}

a {
color: #333;
text-decoration: none;
}

a:hover {
color: black;
text-decoration: none;
}

/* START HOME POSITIONING STYLES */

#home {
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#home_banner {
	width: 800px;
	height: 122px;
	position: relative;
	left: 0px;
	top: 0px;
}
#home_left {
	width: 568px;
	height: 478px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
#home_right {
	width: 232px;
	height: 339px;
	position: relative;
	left: 0px;
	top: 0px;
	float: right;
}
#home_nav {
	width: 228px;
	height: 139px;
	position: relative;
	left: 0px;
	top: 0px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

/* START GALLERY POSITIONING STYLES */

#gallery {
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#gallery_banner {
	width: 800px;
	height: 122px;
	position: relative;
	left: 0px;
	top: 0px;
}
#gallery_image {
	width: 498px;
	height: 429px;
	float: left;
	margin-left: 100px;
	text-align: center;
}
.image_display {
	vertical-align: bottom;
	/* border: solid; */
}
#gallery_name {
	/* background-color: yellow; */
	width: 200px;
	height: 85px;
	float: right;
	margin-top: 50px;
	font-size: 2.0em;
	font-weight: bold;
}
#gallery_image_info {
	/* background-color: red; */
	width: 200px;
	height: 197px;
	float: right;
	margin-top: 40px;	
}
.artist_name{
	font-weight: bold;	
}
.title{
	font-style: italic;
}
.dimensions{
	
}
.medium{
	
}
.year{
	
}
#gallery_nav {
	/* background-color: green; */
	width: 298px;
	height: 49px;
	clear: both;
	margin-left: 200px;	
	text-align: center;
	font-size: 0.85em;
	color: #999;
}

#gallery_nav.a {
	
}




