@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-image: url(images/web_bkgrnd.gif);
}
#container {
	width: 936px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 690px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/container_bkg.png);
	background-repeat: no-repeat;
}
#header {
	padding: 0px;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 489px;
}
#thumbContainer {
	position:relative;
	width:280px;
	height:195px;
	z-index:1;
	left: 5px;
	top: 0px;
	visibility: visible;
}
#thumbContainer_msu {
	position:relative;
	width:250px;
	height:195px;
	z-index:1;
	padding-left: 10px;
	top: 0px;
	visibility: visible;
}
#artContainer {
	position:relative;
	width:506px;
	height:415px;
	z-index:2;
	left: 0px;
	top: 0px;
	visibility: visible;
}
.artdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #B85E1F;
	text-align: center;	
}
.artdesc2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #653b38;
	text-align: left;
	padding-left:10px;
	padding-top:10px;	
}
.artdesc2 p a:link, a:visited {
	color: #653b38;
	text-decoration: none;
	font-weight:bold;
}
.artdesc2 p a:hover {
	color: #653b38;
	text-decoration: underline;
}
.bio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #B85E1F;
	text-align: left;
	padding-left: 160px;
	padding-top: 12px;
	width: 367px;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #5E3417;
	text-align: center;
	margin-top: 10px;
	margin-left: 148px;
}
.contact p a:link {
	color: #5E3417;
	text-decoration: none;
}
.contact p a:hover, a:visited {
	color: #B35419;
	text-decoration: none;
}
.galleryinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #B85E1F;
	text-align: left;
	padding-left: 8px;
}
.galleryinfo_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #B85E1F;
	text-align: left;
	padding-left: 15px;
}
.nav_gallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	list-style-type: none;
	margin-top: 70px;
	padding-left: 15px;
}
ul.nav_gallery li a:link {
	color: #5E3417;
	text-decoration: none;
}
ul.nav_gallery li a:visited {
	color: #5E3417;
	text-decoration: none;
}
ul.nav_gallery li a:hover {
	color: #BF5E1F;
	text-decoration: none;
}
ul.nav_gallery li a:active {
	color: #BF5E1F;
	text-decoration: underline;
}
.value {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #B85E1F;
	text-align: left;
	padding-left: 35px;
}
#footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}
.foot1 {
	color: #5E3417;
	padding-top: 26px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.foot1 p a:link {
	color: #5E3417;
	text-decoration: none;
}
.foot1 p a:hover, a:visited {
	color: #BF500B;
	text-decoration: none;
}
.csd {
	color: #79796b;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.csd p a:link, a:visited {
	color: #79796b;
	text-decoration: none;
}
.csd p a:hover {
	color: #79796b;
	text-decoration: underline;
}		

