html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0;
	color:#333333;
	font-size : 11px;
	font-Family : Verdana, Arial, Helvetica, sans-serif;
	font-Weight : normal;
	line-height: 135%;
	}
	
/* divs and elements for painting pages */	

#content {
	position: absolute;
	z-index: 99;
	width: 99%;
}

	
#bkgd {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}

div.pleft {
	position: absolute;
	text-align: right;
	width: 15%;
	float: left;
	background: #ccc;
	padding: 10px 5px 10px 10px;
	margin-top: 100px;
	z-index: 99;
	}

.pleft a {
	color: #fff;
	font-Weight : bold;
	text-decoration: none;
	padding: 0 0 0 10px;
	}


.pleft a:hover {
	color: #333;
	font-Weight : bold;
	background-color: #f9e7c0;
	text-decoration: none;
	padding: 0 0 0 10px;
	}
	
.pleft a.selected {
	color: #333;
	font-Weight : bold;
	background-color: #f9e7c0;
	text-decoration: none;
	padding: 0 0 0 10px;
	}

div.pleft2 {
	//position: absolute;
	text-align: left;
	//width: 90%;
	//float: left;
	//background-image: url("./images/trans2.png");
	background-color: rgba(0,0,0,0.3);
	padding: 10px 5px 10px 10px;
	margin-top: 10px;
	//margin: 100px 0 20px 0;
	z-index: 99;
	}
		
.pleft2 a {
	line-height: 1.6;
	color: #fff;
	font-Weight : bold;
	text-decoration: none;
	padding: 0 0 0 10px;
	}


.pleft2 a:hover {
	color: #333;
	font-Weight : bold;
	background-color: #f9e7c0;
	text-decoration: none;
	padding: 0 0 0 10px;
	}
	
.pleft2 a.selected {
	color: #333;
	font-Weight : bold;
	background-color: #f9e7c0;
	text-decoration: none;
	padding: 0 0 0 10px;
	}
	
.gallery{
	margin: 0 auto;
	text-align: center;
	}

#largeImg {
	border: solid 1px #333;
	width: 550px;
	height: 400px;
	padding: 5px;
}

#largeImg2 {
	border: solid 10px #fff;
	width: 867px;
	height: 400px;
	padding: 5px;
}

#largeImg3 {
	border: solid 1px #333;
	width: 850px;
	height: 400px;
	padding: 5px;
}

.thumbs {
	padding: 4px;
	margin-left: 20px;
}

.thumbs a{
	border: solid 1px #333;
	text-align: center;
	background-color: #999;
	width: 26px;
	height: 20px;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 1px;
	color: #fff;
	text-decoration: none;
}

.thumbs a:hover {
	border: 1px dashed #333;
	background-color: #ededed;
	color: #000;
	text-decoration: none;
}


/* divs and elements for painting pages */	


h1 {
	color:#fff;
	font-size : 36px;
	font-Family : Georgia, Times New Roman, serif;
	font-Weight : bold;
	background-color: #8daaaa;
	padding: 20px 0 20px 0;
	margin: 0 0 20px 0;
	}

h2 {
	color:#333366;
	font-size : 12px;
	font-Family : Verdana, Arial, Helvetica, sans-serif;
	font-Weight : bold;
	}

.container a {
	color:#526d6d;
	font-Weight : bold;
	text-decoration: none;
	background-color: #f9e7c0;
	border: 0px dashed #336699;
	padding: 0 5px 0 5px;
	}
	
.container a:hover {
	color:#fff;
	font-Weight : bold;
	text-decoration:none;
	background-color: #afd1d1;
	border: 0px dashed #333;
	padding: 0 5px 0 5px;
	}
	
a.designcaption {
	color:#526d6d;
	font-Weight : bold;
	text-decoration: none;
	background-color: #f9e7c0;
	border: 0px dashed #336699;
	padding: 0 5px 0 5px;
	}
	
a.designcaption:hover {
	color:#fff;
	font-Weight : bold;
	text-decoration:none;
	background-color: #afd1d1;
	border: 0px dashed #333;
	padding: 0 5px 0 5px;
	}
	
.title {
	font-size : 11px;
	color: #333333;
	font-weight: normal;
	background-color: #cadbe5;
	padding: 0 10px 0 250px;
	}

h3 {
	font-size : 1.6em;
	color: #333;
	font-weight: normal;
	background-color: #cadbe5;
	padding: 5px;
	text-align: center;
	}	

h4 {
	color:#333366;
	font-size : 12px;
	font-Family : Verdana, Arial, Helvetica, sans-serif;
	font-Weight : bold;
	background-color: #cadbe5;
	padding: 0 10px 0 10px;
	text-align: left;
	}
	
.caption {
	font-size : 11px;
	color: #aa4334;
	font-weight: normal;
	background-color: #f9e7c0;
	//padding: 0 10px 0 250px;
	padding: 0 10px;
	}

/* nav elements */	

#nav {
	margin-bottom: 20px;
	background-color: #fff;
	padding: 0 10px 0 20px;
	border-bottom: 1px dashed #666;
}

#nav a{
	font-size: 11px;
	color: #666;
	text-decoration: none;
	margin-right: 30px;
	padding: 0 10px 0 10px;
}

#nav a:hover{
	color: #333;
	background-color: #f9e7c0;
	text-decoration: none;
}

#nav  .selected{
	color: #333;
	background-color: #f9e7c0;
	text-decoration: none;
}

/* nav elements */	


/* divs and elements for non-painting pages */	
div.container {
	border: 0px solid #000000;
	overflow: hidden;
	width: 80%
	}

div.containerdesign {
	border: 0px solid #000000;
	overflow: hidden;
	width: 60%
	}
	
div.left {
	text-align: right;
	width: 45%;
	float: left;
	background-image: url(./images/trans.png);
	padding: 0 10px 10px 10px;
	}

div.right {
	text-align: left;
	width: 47%;
	float: right;
	}

div.eleft {
	text-align: right;
	width: 40%;
	float: left;
	}

div.eright {
	text-align: left;
	width: 55%;
	float: right;
	padding-right: 20px;
	background-color: #fff;
	}
	
div.eright-wh {
	text-align: left;
	width: 55%;
	float: right;
	padding-right: 20px;
	background-color: #fff;
	}
	
.images	{
	background-color: #fff;
	border: 1px dashed #666;
	padding: 0 40px 0 20px;
	margin: 0 10px 0 0;
	}

.eimages	{
	background-color: #fff;
	border: 1px dashed #666;
	padding: 0 20px 0 40px;
	margin: 0 10px 0 0;
	}

div.logo {
	float: right;
	background-image: url(./images/logo_4website.gif);
	background-repeat: no-repeat;
	z-index: 50;
	width:65px;
	height: 75px;
	padding: 0 0 0 20px;
}

/* divs and elements for non-painting pages */	



/* this is to make the footer image stay on the bottom right of homepage */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 75px; /* .push must be the same height as .footer */
}
/* this is to make the footer image stay on the bottom right of the screen */

@media all and (min-width: 921px)  {
	div.pleft2 {
	position: fixed;
	text-align: right;
	width: 15%;
	float: left;
	//background-image: url("./images/trans2.png");
	background-color: rgba(0,0,0,0.2);
	padding: 10px 5px 10px 10px;
	margin-top: 60px;
	z-index: 99;
	}
}