	/* General styles of page */
html, body {
	font: 1em Arial,non-serif;
	padding: 0;
	margin: 0;
	width: 100%;
}

p, .testimonial {
	line-height: 1.6em;
}

p:first-letter {
	font-size: 1.2em;
}

.justify {
	line-height: 1.4em;
	text-align: justify;
}

h1 {
	font: bold 1.6em Times,serif;
}

h2 {
	font: bold 1.4em Times,serif;
}

h3 {
	font: bold 1.2em Times,serif;
}

a {
	/* text-decoration:none; */
} 

a img {
	-webkit-box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, .3);
	box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, .3);
}


ul {
	list-style-type: circle;
}

hr {
	width: 90%;
	text-align: center;
}

a:link, a:visited {
	color:#000000;
}
a:hover {
	color:#d2232a;
	text-decoration: underline;
}
a:active {
	color:#d2232a;
}

	/* Container area */
#container {
	margin: 0 auto;
	max-width: 1005px;
	min-width: 330px;
}



	/* Header area */
header {
	height: auto;
	max-width: 1005px;
}




	/* Navigation pane  */
nav {
    background-color: rgba(233, 199, 165, 0.5);
    height: 2.5em;
    padding: 0 1% 0 1.5%;
}

nav a:active {
	text-decoration: none;
}

#home, #painting, #decorating, #specialfeature, #extraskills, #testimonials, #sitemap, #contact {
    background-color: rgba(233, 199, 165, 0.5);
    float: left;
    margin: 0 0.5%;
    padding: 1% 2%;
}

#sitemap, #contact {
    float: right;
}

.selected {
    background-color: rgba(233, 199, 165, 0.7);
	color: #d2232a;
	font-weight: bold;
}



	/* Article area */
article {
	clear: both;
}

.testimonial {
	font-style: italic;
}

.adjustRight {
    float: right;
    margin: -10px 10px 40px;
    text-align: right;
    width: 100%;
}

#articleHeader, #articleContent , #articleBottom  {
	padding: 1% 3%;
}

.articleSection {
	clear: both;
}

.contentLeft {
    float: left;
	padding: 1% 2%;
    width: 46%;
}

.imageDesc {
    float: left;
	padding: 2%;
    width: 50%;
	min-width: 300px;
}

.imageLeft {
	margin: 20px 0;
	text-align: center;
	vertical-align: top;
}


.contentRight {
	float: left;
	padding: 2%;
}

.imageRight {
	margin: 20px 0 0;
	text-align: center;
	vertical-align: top;
}


cap {
    float: right;
    font-size: 0.8em;
    font-style: italic;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
}

.clear1em {
	clear: both;
	height: 1em;
}


#copyLink {
    float: right;
    padding: 2%;
}
#copyright {
    font-size: 0.7em;
}
#itcst {
    font-size: 0.7em;
}



	/* Footer formating  */
footer {
	clear: both;
    background-color: rgba(233, 199, 165, 0.5);
    height: 2.5em;
    padding: 0 3%;
	color: #000000;	
}

#footerNav {
    float: left;
    font-size: 0.7em;
    margin: 0 0 0 20%;
    padding: 1% 0;
}
#footerNav a:link, #footerNav a:visited {
	color: #000000;
	text-decoration: underline;		/* or none  */
}

#footerNav a:hover {
	color: #d2232a;
	text-decoration: none;		/* or underline  */
}

#footerSitemap {
	/* float: right; */
}

#breadcrums {
    float: left;
	color: #d2232a;
    font-size: 0.8em;
    margin: 1% 2%;
}