﻿/* CSS layout */
body {
	width: 960px;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 180%;
/*	background-color: #FFFFFF;*/
	color: #330066;
}
img {
	border-style: none;
}
#container {
/*	background-color: #F7DE8E;*/
	background-image: url('../images/main_col_back.gif'); 
	background-repeat: repeat-y;
	float: left;
}
#left_col {
	float: left;
	width: 160px;
	background-color: #F0AA0A;
}
#logo {
	float: left;
}
#main_nav {
	float: left;
}
#main_col {
	float: left;
	width: 800px;
}
#header {
	float: left;
	background-color: #F0AA0A;
}
#page_content {
	float: left;
	margin: 20px 0px 0px 20px;
	font-size: 1.4em;
	display: inline;
}
p {
	margin: 20px;
}
p.updated {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
p.clickhere {
	margin: 0;
	padding: 0;
	text-align: right;
}
table.newsitem {
	margin: 10px auto 10px auto;
	width: 80%;
}
table.tbl_links {
	margin: 20px auto 20px auto;
	border-collapse: collapse;
}
table.email {
	margin: 10px auto 10px auto;
}
a:link {
	color: #330066;
	text-decoration: none;
}
a:visited {
	color: #330066;
	text-decoration: none;
}
a:hover {
	color: #F0AA0A;
}
a:active {
	color: #330066;
}
#preface {
	padding: 0px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#preface p {
	margin: 10px;
	padding: 0px;
	text-align: center;
}
#home_graphic {
	padding: 20px 0px 0px 20px;
	margin: 5px 20px 10px 5px;
	float: left;
	background-image: url('../images/graphic_back_land.gif');
	background-repeat: no-repeat;
}
#about_graphic {
	padding: 20px 0px 0px 20px;
	margin: 5px 20px 20px 5px;
	float: left;
	background-image: url('../images/graphic_back.gif');
	background-repeat: no-repeat;
}
#workshops_graphic {
	padding: 20px 0px 0px 20px;
	margin: 5px 20px 20px 5px;
	float: left;
	background-image: url('../images/graphic_back.gif');
	background-repeat: no-repeat;
}
#retreats_graphic {
	padding: 20px 0px 0px 20px;
	margin: 5px 20px 20px 5px;
	float: left;
	background-image: url('../images/graphic_back.gif');
	background-repeat: no-repeat;
}
.prev_retreat {
	padding: 20px 0px 0px 20px;
	margin: 5px 20px 20px 5px;
	clear: both;
	background-image: url('../images/retreat_back.jpg');
	background-repeat: no-repeat;
/*	width: 800px;*/
}
#schedule {
	margin: 20px;
	width: 730px;
	border: 2px #330066 solid;
}
#schedule td {
	width: 146px;
	text-align: center;
	border-style: none solid none solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #330066;
	border-left-color: #330066;
	font-size: 0.9em;
	height: 20px;
}
#schedule td.toprow {
	border-style: none solid solid solid;
	border-bottom-width: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #330066;
	border-left-color: #330066;
	height: 40px;
}
#schedule td.midrow {
	border-style: none solid solid solid;
	border-bottom-width: 2px;
	border-bottom-color: #330066;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #330066;
	border-left-color: #330066;
}
#footer {
	clear: both;
	background-image: url('../images/newfooter.jpg');
	background-repeat: no-repeat;
	height: 120px;
	position: relative;
}
#footer img {
	position: relative;
	left: 34px;
	top: 10px;
}
/* Misc Layout */
.centre {
	text-align: center;
}
.bullets {
	list-style-type: circle;
	text-indent: 40px;
}
.just_right {
	text-align: right;
}
h2 {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	text-align: center;
	font-size: 1.6em;
}
h3 {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 1em;
}
table.workshopitem {
	width: 740px;
	padding: 0px;
	margin: 10px auto 10px 0px;
}
p.updatedright {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: right;
}
p.desc {
	margin: 10px;
	padding: 0px;
}
p.clickhere1 {
	margin: 0px 0px 0px 10px;
	padding: 0;
}
