/* CSS Document */

/* Body & Page (set to achieve centering on page in all browsers) */

body {
	text-align: center;
	margin-top: 0;
	background-image: url(imgs/bg2.jpg);
}
#page {
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 100px;
	border: none;
	position: relative;
	background-image: url(imgs/pageBG.jpg);
	background-repeat: repeat-y;
}

/* Header */

#header {
	text-align: center;
	height: 216px;
	margin: 0;
	background-image: url(imgs/header.jpg);
	background-repeat: no-repeat;
}
#header h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #F6EDE0;
	line-height: 125%;
	letter-spacing: 10.5px;
}

/* Content */

#content {	
	position: relative;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #333333;
	line-height: 150%;	
}
#content p {
	margin: 0 0 10px 0;
}

/* Frames */

#columnFrame1 {
	float: left;
	margin: 0;
	padding: 0;
}

/* Columns */

#columnLeft {
	float: left;
	width: 190px;
	margin: 12px 0 0 0;
	
}
#navMenu {
	margin: 12px 0px 0px 31px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0;
	border-top: 1px solid #C1A06A;
	border-bottom: 3px solid #C1A06A;
	z-index: 10000;
}

/* For more CSS applicable to Nav Menu - see p7tmbasic.css style sheet */

#silhouette {
	position: absolute;
	background-image: url(imgs/silhouette.png);
	width: 238px;
	height: 335px;
	left: 0px;
	bottom: 30px;
}

#columnMain {
	float: left;
	width: 410px;
	margin: 0 0 50px 0;
	padding: 12px 31px 0 31px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B1835A;
}
#columnMain img {
	margin-left: 10px;
}
#map {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;

}

#columnRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 150%;
	float: right;
	width: 180px;
	margin-top: 12px;
	padding: 0 31px 0 23px;
	display: inline;
}
#columnRight img {
	margin: 0 0 10px 0;
}
#workshopBG {
	padding: 70px 15px 0px 15px;
	width: 150px;
	border-bottom: 3px solid #c1a06a;
	margin-bottom: 10px;
	background-image:url(imgs/workshopsBG.gif);
	background-repeat: no-repeat;
}
#scroller {
	border: 1px solid #B1835A;
	width: 158px; 
	height: 266px; 
	overflow: auto; 
	padding: 10px;
}
#quote {
	margin: 10px 0 0 0;
	padding: 0px;
	border-top: 1px solid #B1835A;
	border-bottom: 1px solid #B1835A;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 120%;
}

/* Footer */

#footer {
	clear: both;
	padding: 0 35px;
	height: 26px;
	background-color: #7F2945;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #F6EDE0;
	line-height: 180%;
}
#copywrite {
	float: left;
	width: 500px;
	text-align: left;
}
#disclaimer {
	margin: 10px;
	padding: 10px;
	border: 1px solid #996600;
	background-color:#F6EDE0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
}
#closeWindow {
	text-align: center;
}
#artisan {
	float: right;
	width: 300px;
	text-align: right;
}
#footer a {
	text-decoration: none;
	color: #F6EDE0;
}
#footer a:hover {
	color: #CC9933;
}
	

/* Misc */

h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	line-height: 80%;
	margin: 0 0 15px 0;
	padding: 0;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	color: #000000;
	line-height: 125%;
	margin: 0;
	padding: 0;
}
h3 {
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: lighter;
	line-height: 120%;
	margin: 0 0 6px 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: lighter;
	line-height: 120%;
	margin: 0 0 6px 0;
}
h4 img {
	margin-left: 10px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: lighter;
	line-height: 120%;
	letter-spacing: 0px;
	margin: 0 0 0 0;
}
ul {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
}
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

/* Index Page */

#indexWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #F6EDE0;
	font-weight: lighter;
	text-align: center;
	letter-spacing: 1px;
}

#indexWrapper a {
	text-decoration: none;
	color: #FFFFFF;
}
#indexWrapper a:hover {
	color: #CC9933;
}
#index1 {
	height: 35px;
	padding-top: 7px;
	background-image: url(imgs/index/index1nav.jpg);
	background-repeat: no-repeat;
	font-size: 82%;
	line-height: 200%;
	font-weight: lighter;
	letter-spacing: 0px;
}
#index2 {
}
#index3 {
}
#index4 {
	height: 127px;
	padding-left: 98px;
	padding-right: 400px;
	background-image: url(imgs/index/index4intro.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #333333;
	line-height: 130%;
	font-style: italic;
	letter-spacing: 0px;
	text-align: left;
}
#index4 a {
	text-decoration: none;
	color: #802945;
}
#index4 a:hover {
	color: #FFFFFF;
}
#index5 {
	border: none;
	height: 109px;
}
#index6 {
	height: 161px;
	padding-left: 118px;
	padding-right: 420px;
	background-image: url(imgs/index/index6.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	color: #333333;
	line-height: 130%;
	letter-spacing: 0px;
	text-align: center;
}
#index7 {
	height: 95px;
	background-image: url(imgs/index/index7footer.jpg);
	background-repeat: no-repeat;
	}
#index7 h6 {
	padding: 8px 0 12px 0;
	font-size: 12px;
	line-height: normal;
	font-weight: lighter;
	letter-spacing: normal;
}
#index7 p {
	padding: 0;
	font-size: 14px;
	color: #C1A06B;
	letter-spacing: normal;
}
#index8 {
	height: 148px;
	padding-top: 20px;
	background-color: #354C4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #C1A06B;
}
#index8 img {
	margin: 0 10px 0 10px;
}
#index8 a {
	text-decoration: none;
	color: #C1A06B;
}
#index8 a:hover {
	color: #FFFFFF;
}