/* CSS Document */

body {
	font-family: Garamond, Times, serif;
	font-size: 16px;
	margin: 0;
	background-color: #fffbf0;
}
.homepage {
	background-image: url(images/home-back.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.by {
	width: 300px;
	margin: 40px auto 200px auto;
}		
.banner {
	width: 702px;
	margin: 150px auto 20px auto;
}
.home_nav {
	text-align: center;
	font-variant: small-caps;
	line-height: 200%;
	color: #fcf0d0;
}
.home_nav a {	
	color: #fcf0d0;

}	 	
.nav {
	text-align: center;
	font-variant: small-caps;
	line-height: 200%;
	color: #666;
}	
.nav a {
	color: #666;
}	
.page_banner {
	background-image: url(images/top.jpg);
	height: 100px;
	background-repeat: no-repeat;
}
.page_bottom { 
	margin-top: 15px;
	border-top: 1px #666 solid;
}
.page_nora {
	width: 702px;
	height: 40px;
	margin: 5px auto 50px auto;
}	
p {
	font-size: 90%;
	line-height: 140%;
	letter-spacing: 0.25em;
	color: #666;
	margin: 20px 20px 20px 30px;
}
h1 {
	font-size: 130%;
	margin-left: 30px;
	font-variant: small-caps;
	color: #666;
	letter-spacing: 0.25em;
}
.right {
	float: right;
	margin: 0 30px;
	border: 1px	solid #666;
}
.right_caption {
	float: right;
	margin-right: 30px;
	border: 1px	solid #666;
	font-size: 80%;
	color: #009;
	text-align: center;
	line-height: 100%
}	


/*Styles for gallery pages*/
.pagetitle {
  font-family: Garamond, Times, serif;
  font-size: 18pt;
  color: #808080;
  font-weight: bold;
  font-style: normal;
  font-variant: small-caps
}
.thumbtitle {
  font-family: Garamond, Times New Roman, Times, serif;
  font-size: 10pt;
  color: #A0A0A4;
}
.imagetitle {
  font-family: Garamond, Times New Roman, Times, serif;
  font-size: 14pt;
  color: #A0A0A4;
}
.navigation {
  font-family: Garamond, Times New Roman, Times, serif;
  font-size: 10pt;
  color: #A0A0A4;
  font-weight: bold;
}
/*styling for the Landscape Painting lessons pages*/

.lessons {
width: 	850px;
background-color: /*#ffdf97*/ white;
margin: 0 auto;
text-align: center;
font-size: 90%;

}
.lessons p {
color: #5e2f00;
text-align: justify;
}
.container {
background-image: url(images/lessons-bg.jpg);
background-repeat: repeat-y;
background-position: center;
text-align: left;
}
.lessons-leftcol {
width: 250px;
float: left;
text-align: left;
padding-top: 10px;

}
.lessons-leftcol p{
margin-left: 15px;
margin-right: 15px;
letter-spacing: normal;
line-height: 135%;
}
.lessons-centercol {
width: 350px;
float: left;
background-color: #ffdf97;
text-align: left;
}
.lessons-centercol p {
margin: 10px 30px;
letter-spacing: normal;
line-height: 135%;
}
.lessons-rtcol {
padding-top: 10px;
width: 250px;
float: right;
text-align: left;
}
.lessons-rtcol p {
margin-left: 15px;
margin-right: 15px;
letter-spacing: normal;	
line-height: 135%;
}
.centercol {
width: 350px;
background-color: white;
font-style: italic;
text-align: center;
margin: 0 auto;
padding-top: 25px;
/*padding-bottom: 20px;*/


}
.centercol p {
width: 90%;
padding-top: 40px;
padding-bottom: 0;
border-top: 1px solid #5e2f00;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
}
.lessons navbar {
background-color: #8d5f38;
height: 25px;
width: 100%;
}
.clr {
clear: both;
}