﻿	/* #96b4d7 = r(150) g(180) b(215) = light blue*/
	/* #8296b4 = r(150) g(180) b(215) = mid blue */
	/* #17375e = r (23) g (55) b (94) = dark blue */
	/* #274f81 = r (55) g (95) b(145) = lighter dark blue */
	
body {
	background-color:#8296b4; 
	color:#ffffff;
	font-family:Calibri,Arial,Helvetica,sans-serif;
	font-size:small;
	font-weight:bold;
}
a {
	color:#274f81;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	color:#17375e;
	font-size:x-large;
	font-weight:bold;
}
h2 {
	color:#17375e;
	font-size:large;
	font-weight:bold;
	margin-bottom:0px;
}

/**********************************************************************************************/
/** SITE NAVIGATION & FRAME *******************************************************************/
/**********************************************************************************************/


/**********************************************************************************************/
/** ABOUT PAGE STYLES *************************************************************************/
/**********************************************************************************************/

#pageHeader {
	height:50px;
	margin-left:25%;
	max-width:600px;
	padding:10px;
	width:50%;
}
#logoImgAbout {
	border:0px;
	float:left;
}
#galleryBtn {
	border:0px;
	float:right;
	margin-top:0px;
}
#SillyPiggyBox 
{
	border:2px #96b4d7 solid; 
	margin-left:25%;
	padding:10px;
	max-width:600px;
	text-align:center;
	width:50%;
}
#contact
{
	text-align:center;
	width:100%;
	color:#17375e;
	font-weight:900;
}


/**********************************************************************************************/
/** GALLERY PAGE STYLES ***********************************************************************/
/**********************************************************************************************/
#phLogoImg {
	border-bottom:1px #96b4d7 solid;
	border-left:1px #96b4d7 solid;
	height:50px;
	margin-bottom:25px;
}
#logoImgGallery {
	border:0px;
	margin-left:10px;
}
#thumbSpot {
	background-color:#8296b4;
	border:2px #96b4d7 solid;
	height:410px;
	margin:75px 25px 0px 25px;
	float:left;
	overflow:scroll;
	padding:10px 0px 10px 0px;
	width:137px;
}
.thumb {
	left:25px;
}
.thumbnail {
	border:0px;
	height:75px;
	margin:10px 20px; 
	width:75px;
}
#pageArea {
	background-color:#8296b4;
	float:left;
	height:550px;
	margin-top:25px;
	width:510px;
}
#paintingArea {
	height:400px;
	width:500px;
}
#paintingImg {
	border:1px black solid;
	height:350px;
	width:500px;
}
#paintingFooter {
	height:40px;
	width:510px;
}
#backBtn {
	display:none;
	float:left;
	height:70px;
	width:50px;
}
#paintingNav {
	float:left;
	font-size:small;
	margin-bottom:15px;
	text-align:center;
	width:400px;
}
#paintingCaption{
	font-style:italic;
}
#placeInGallery{
	color:#17375e;
	font-weight:normal;
}
#nextBtn {
	display:inline;
	height:70px;
	float:right;
	width:50px;
}
#btnSpacer {
	display:inline;
	height:70px;
	float:left;
	width:50px;
}
#footer {
	color:#ffffff;
	font-size:x-small;
	margin-left:186px;
	text-align:center;
	width:127px;
}
#aboutImg {
	border:0px;
}