/* Generic Selectors */

body 
{
background-image:
url('/images/imagebar1.jpg');
background-repeat: no-repeat;
background-color: #FBECCF;
margin: 0px;
padding: 0px;
}

p { 
	color: #344444;
	margin 0 0 15px 0;
	font-family: Helvetica, sans-serif;
    font-size: 12px; 
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 19px; 

	}
	
a, a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
	
h1.logo {position: absolute; top: 34px; left: 43px; padding: 0; margin: 0; height: 55px; width: 480px; text-indent: -10001px; background: url(../images/logo.gif) no-repeat;}
h1.logo a {display: block; height: 55px; width: 480px; background-color: transparent; text-decoration: none;}
h1.logo a:hover {background-color: transparent; text-decoration: none;}

h1.coaching {padding: 0; margin: 0 0 0 5px; height: 28px; width: 206px; text-indent: -10001px; background: url(../images/lifeskillscoaching.gif) no-repeat;}
h1.coaching a {display: block; background-color: transparent; text-decoration: none;}
h1.coaching a:hover {background-color: transparent; text-decoration: none;}

h1.retreats {padding: 0; margin: 0 0 0 -4px; height: 28px; width: 228px; text-indent: -10001px; background: url(../images/retreats.gif) no-repeat;}
h1.retreats a {display: block; background-color: transparent; text-decoration: none;}
h1.retreats a:hover {background-color: transparent; text-decoration: none;}

h1.daily {padding: 0; margin: 0 0 0 25px; height: 28px; width: 153px; text-indent: -10001px; background: url(../images/dailycourage.gif) no-repeat;}
h1.daily a {display: block; background-color: transparent; text-decoration: none;}
h1.daily a:hover {background-color: transparent; text-decoration: none;}

h1.ecourse {padding: 0; margin: 0 0 0 0; height: 28px; width: 218px; text-indent: -10001px; background: url(../images/ecourses.gif) no-repeat;}
h1.ecourse a {display: block; background-color: transparent; text-decoration: none;}
h1.ecourse a:hover {background-color: transparent; text-decoration: none;}


h1 {
font-family: Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
color: #FFFFFF;
margin-bottom: 3px;
text-decoration: none;
padding: 0px;
margin-top: 0px;
}

h2 {
	color: #003333;
	margin 0 0 15px 0;
	font-family: Helvetica, sans-serif;
    font-size: 12px; 
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 19px;
}

h2 a {
	font-weight: normal;
}



img { 
border: none
}

/*******************psuedo classes*****************************/

.tit { font-family: Georgia, Times New Roman, Times, serif; font-size: 30px; font-weight: normal; color: #D7506F; }
.largelink { font-family: Georgia, Times New Roman, Times, serif; font-size: 24px; font-weight: normal; color: #D7506F; }
.header { font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; font-weight: bold; color: #525253; }
.highlight { font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; font-weight: bold; color: #FFFFFF; }
.regular { font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; font-weight: normal; color: #525253; letter-spacing: 1 px; line-height: 25px;}
.noline { font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; font-weight: normal; color: #525253; letter-spacing: 1 px; line-height: 20px;}



/************************* ID's *************************/

#wrapper {
	position: relative;
	width: 1200px;
	height: auto;
	margin: 0;
	padding: 0;
	}


#maincontent {
position: relative;
float: left;
margin: 220px 0px 0px 175px;
width: 590px;
height: auto;
padding: 10px 10px 10px 10px;
background-color: none;
}


#navigation {
position: relative;
margin: 242px 0px 0px 0px;
float: right;
width: 200px;
height: auto;
background-color: #none;
}

#individual {
position: relative;
margin: 300px 0px 0px 0px;
float: left;
width: 228px;
height: 460px;
background-color: #FFD481;
padding: 20px 10px 10px 17px;
}

#retreats {
position: relative;
margin: 300px 0px 0px 0px;
float: left;
width: 221px;
height: 460px;
background-color: #99CCCC;
padding: 20px 10px 10px 17px;
}

#blog {
position: relative;
margin: 300px 0px 0px 0px;
float: left;
width: 220px;
height: 460px;
background-color: #996666;
padding: 20px 10px 10px 17px;
}



#ecourse {
position: relative;
margin: 300px 0px 0px 0px;
float: left;
width: 222px;
height: 460px;
background-color: #FF977D;
padding: 20px 10px 10px 17px;
}


#footer {
	height: auto;
	position: relative;
	float: bottom;
	margin: 0px 0px 25px 50px;
	padding: 20px 0 0 0;
	font-size: 12px;
	color: #71718b;
	clear: both;
	}
	
#footer a {
	text-decoration: none;
	color: #71718b;
	}

#footer a:hover {
	text-decoration: underline;
	color: #71718b;
	}


