/* CSS Document */
/*********************/
/* BASIC */
/*********************/
html, body {height:100%;}
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #797E01;
	padding: 0;
	margin:0;
	text-align:center;
}

#container {width:900px;
	margin-left: 30px;
	margin-right: auto;
	padding-bottom:0px;
	min-height:100%;
	text-align:left;
}

h1,h2,h3,h4,h5,h5,ol {
	margin: 0px;
	padding-left: 205px;
}
p {
	margin-top:10px;
	padding-left: 205px;
}
ul {margin-left:205px;}
li {margin-left:205px;}
/*********************/
/* BANNER STYLES */
/*********************/

#banner { width:900px; height: 45px;
background-image:url(../images/logo1.jpg);
background-repeat:no-repeat;
text-align:left;
margin-top:10px;}

.logotag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #797E01;
	padding-left:210px;
	padding-top:62px;
}
/*********************/
/* MAIN NAV */
/*********************/
#mainnav { width:900px; height: 25px;
border-bottom-color:#000000;
border-bottom-style:solid;
border-bottom-width:1px;
border-top-color:#000000;
border-top-style:solid;
border-top-width:1px;}

.navtext {
text-align:center;
text-decoration:none;
text-shadow:Olive;
font-size:16px;
padding-top:5px;
color:#5A1E03;
}

.navtext a {
	text-decoration: none;
	color:#5A1E03;
}
.navtext a:hover {
	color:#797E01;
}

body#home a#homelink {
color: #797E01;}
body#choosing a#choosinglink {
color: #797E01;}
body#howcounselling a#howcounsellinglink {
color: #797E01;}
body#howtherapy a#howtherapylink {
color: #797E01;}
body#costs a#costslink {
color: #797E01;}
body#contact a#contactlink {
color: #797E01;}
body#practical a#practicallink {
color: #797E01;}
body#about a#aboutlink {
color: #797E01;}

#wrapper {width:900px;
	margin-left: auto;
	margin-right: auto;
	min-height:100%;
}

#main {
	width:900px;
	float:left;
	margin-top:10px;
	padding-bottom:2px;
	background-image:url(../images/photo-workshops.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	display:inline;
}
#main a {text-decoration:none;
	border-bottom:1px;
	border-bottom-style:dotted;
color:#797E01
}
#main a:hover {color: #5A1E03;
text-decoration:none;
	border-bottom:1px;
	border-bottom-style:dotted;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #797E01;
	margin-bottom:20px;
}

.subheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #797E01;
	}


#address {
	margin-top: 0px;
	padding: 0px;
	width:900px;
	text-align:right;
	float:left;
	clear:both;
	color:#797E01;
	font-size:14px;
}
#address a {
	text-decoration: none;
	color:#797E01;
}
#address a:hover {
	color:#5A1E03;
}

#footer {
	margin-top: 0px;
	padding: 0px;
	width:900px;
	text-align:left;
	float:left;
	clear:both;
	color:#797E01;
	font-size:9px;
}
#footer a {
	text-decoration: none;
	color:#797E01;
}
#footer a:hover {
	color:#5A1E03;
}
.bullet {
	list-style-type: disc;
	text-indent: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	list-style-position: inside;
	color: #797E01;
}

