body {
	background: top left repeat-x;
	background-image:url(img/background.jpg);
	background-color:#090;
	text-align:center;
	font-family:Garamond, Arial;
	font-size:22px;
	margin:0px;
	
}

h1 {
	font-size:35px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:40px;
	color: #060;
	margin-bottom:20px;
	/*width: 700px;*/
	border-bottom: #630 solid 2px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:20px;
	border-bottom:1px dashed grey;
	
}
h3 {
	margin-top:-20px;
	margin-bottom:20px;
	margin-left:40px;
}
p {
	margin-top:0px;
	font-size:16px;
	font-weight:100;
}
.lined{
	
}
.banner{
	border:dotted thin #630;
	background-color: #630;
	color:white;
}
.right {	float:right; padding:10px;}
.left{	float:left; padding:10px;}
.sample{
/*	border-top: grey solid thin;
	border-left:  grey solid thin;*/
	border-bottom:  grey solid thin;
	height:150px;
	padding: 5px;
	padding-bottom: 20px;
	margin:30px;
	vertical-align:middle;
}
.sample img { 	padding: 5px; }
#content {
	background-color:white;
	border: 2px solid #630;
	width:766px;
	position: relative;
	/*height:670px;*/
	text-align:left;
	margin:0px auto 10px auto;
	padding-top:230px;
	padding-left:15px;
	padding-right:15px;
	/*overflow:auto;*/
}
#logo {
	position:absolute;
	top:-2px;
	left:-2px;
	/*float:left;
	margin-left:-4px;
	margin-top:-4px;
	/*position: relative;*/
	width: 339px;
	height: 229px;
	background-image:url(img/logo.jpg);
}
a #logo{
	width: 339px;
	height: 229px;
}
#iconcollection {
	position:absolute;
	top:-2px;
	right:-2px; 
	margin-top:0px;
	/*float:right;
	margin-right:-4px;
	margin-top:-4px;
	/*position:relative;*/
	width:463px; /*463*/
	height:278px;
	background-image:url(img/headerimg.jpg);
}
#samples {
	position: absolute;
	/*height:350px;
	width:350px;*/
	height:500px;
	width:350px;
	top:450px;
	left:0px;
	padding:0px;
	padding-left:20px;

}
img #samples{
	float:left;
}
#samplehelper{
	float:right;
	height:360px;
	width:360px;
}
#description {
	position: absolute;
	left:0px;
	top: 250px;
	/*float:left;*/
	width:350px;
	padding:20px;
	padding-top:0px;
}
#titlebox {
	position: absolute;
	left:0px;
	top: 238px;
	/*float:left;*/
	width:350px;
	padding:20px;
	padding-top:0px;
}

#consulting {
	width:180px;
	position: absolute;
	height:200px;
	left: 375px;
	top: 300px;
	padding:10px;
	padding-top:0px;
}
#pricing {
	width:180px;
	position: absolute;
	height:200px;
	left: 575px;
	top: 300px;
	padding:10px;
	padding-top:0px;
}
#contact {
	width:180px;
	position: absolute;
	height:200px;
	left: 575px;
	top: 520px;
	padding:10px;
	padding-top:0px;
}
#coaching {
	width:180px;
	position: absolute;
	height:200px;
	left: 375px;
	top: 520px;
	padding:10px;
	padding-top:0px;
}
#socialjustice {
	position: absolute;
	height:200px;
	width:380px;
	top:760px;
	left:373px;
	padding:10px;
	padding-top:0px;
}
#footer {
	background-color:blue;
	width:800px;
	position: relative;
	/*height:300px;*/
	margin:0px auto 10px auto;
	color: #060;
}
.sample a { 
	color: #040;
	text-decoration:none;
	border-bottom:dotted thin;
}
.sample a:visited {
	color: #040;
	text-decoration:none;
	border-bottom:dotted thin;
}
.sample a:hover {
	text-decoration:none;
	border-bottom:solid thin;
	color: #090;
}
.organization { 
	font-size:large; 
	color: #063; 
	font-weight:bold; 
	text-decoration:none; 
	border-bottom:none;
}
