@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #BCBDBE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #262632;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
 #header {
	text-align: left;
	background-image: url(images/pamfront.jpg);
	background-repeat: no-repeat;
	height: 128px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 8px;
}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
	font-size: 150%;
}
#mainContent #catetory {
	margin-top: 30px;
	font-size: 120%;
}
	#navcontainer ul  {
	list-style-type: none;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
}
#navcontainer ul li {
	display: inline;
	color: #95131B;
}
#navcontainer li a
{
	text-decoration: none;
	color: #BCBDBE;
	padding-top: 0.1em;
	padding-right: 1em;
	padding-bottom: 0.1em;
	padding-left: 1em;
}

#navcontainer li a:hover
{
	background-color: #666;
	color: #FFF;
	background-image: url(images/flyouts4/buttonbkgrd_hoover.jpg);
}
.paintings #paintings a, .paintings1 #paintings1 a, .paintings2 #paintings2 a, .paintings3 #paintings3 a, .paintings4 #paintings4 a, .paintings5 #paintings5 a, .home #home a, .info #info a, .about #about a, .contact #contact a
{
	color: #C91521;	
	}

	#thumbNav ul
 {
	list-style-type: none;
	width: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0px;
	float: left;
}
#thumbNav li {
	display: inline;
	color: #AC1826;
	padding-right: 1em;
	padding-left: 1em;
}
#thumbNav li a
{
	text-decoration: none;
	color: #BCBDBE;
	
}

#thumbNav li a:hover
{
	background-color: #666;
	color: #FFF;
	background-image: url(images/flyouts4/buttonbkgrd_hoover.jpg);
}
#mainContent {
	font-size: 90%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
}
#footer {
	background-color: #3E3F52;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 90%;
}
#mainContent table tr td {
	text-align: center;
}
a {
	color: #BCBDBE;
}
#mainContent #thumb   {
	float: left;
	width: auto;
	text-align: left;
	margin-bottom: 20px;
}
#container #mainContent #enlarge  {
	text-align: right;
	float: right;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.enlargments #container #mainContent  img {
	margin-top: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#title {
	margin-top: 20px;
}
#enlarNavContainer {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#enlargementImage {
	margin-top: 30px;
}
.tinyText {
	font-size: 90%;
	color: #BCBDBE;
}
.about #mainContent {
	text-align: left;
	padding-top: 60px;
	padding-right: 50px;
	padding-left: 50px;
	height: 500px;
}
.about #container #mainContent img {
	float: left;
	padding-right: 15px;
	
}
.info #mainContent {
	text-align: left;
	padding-top: 60px;
	padding-right: 50px;
	padding-left: 50px;
	height: 400px;
}
.contact #mainContent {
	text-align: left;
	padding-top: 60px;
	padding-right: 50px;
	padding-left: 50px;
	height: 400px;
	}
.home #mainContent {
	text-align: center;
	padding-top: 20px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 60px;
	
	}.home #container #mainContent #darkerText {
	color: #9A9B9D;
}
.home #container #mainContent h2 em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}
#floatLeft {
	float: left;
	margin-right: 40px;
}

.contact #container #mainContent ul {
	
	padding-left: 50px;
	list-style-position: inside;
}
.contact #container #mainContent li {
	list-style-type: none;
	
}
#morePaintings {
	align:right;
	vertical-align:top;
	margin-left: 600px;
	
	}
#morePaintings a:link {
	color:#C91521;
	
	}

