/* INTRO DIV */
#intro {
	background: #EEEEEE url(../images/intro_bg.jpg) repeat-x top left;
	border: 1px solid #CCCCCC;
	margin: 0 0 0 5px;
	float: left;
	width: 640px;
	margin-bottom: 20px;
	border: 5px solid #CCCCCC;	
	padding: 10px;
}
#intro p {
	font-size: 10pt;
}
/* STRESS DIV */
#stress {
	background: #760A0B url(../images/stress_bg.jpg) repeat-x top left;
	margin: 0 0 0 5px;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	border: 5px solid #990000;	
}
#right #stress h1 {
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
	margin: 0;

}
#stress img {
	float: right;
	border-left: 5px solid #990000;	
	display: inline;
}
#stress p {
	clear: left;
	position: absolute;
	bottom: 5px;
	left: 10px;
}
#stress a {
	color: #FFFFFF;
	font-weight: bold;
}
/* RELATIONSHIPS DIV */
#relationships {
	background: #AA840F url(../images/relationships_bg.jpg) repeat-x top left;
	margin: 0 0 0 5px;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	border: 5px solid #91700D;	
}
#right #relationships h1 {
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;	
	margin: 0;
}
#relationships img {
	float: right;
	border-left: 5px solid #91700D;	
	display: inline;
}
#relationships p {
	clear: left;
	position: absolute;
	bottom: 5px;
	left: 10px;
}
#relationships a {
	color: #FFFFFF;
	font-weight: bold;
}
/* HAPPINESS DIV */
#happiness {
	background: #CC3300 url(../images/happiness_bg.jpg) repeat-x top left;
	margin: 0 0 0 5px;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	border: 5px solid #B02D00;	
}
#right #happiness h1 {
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
	margin: 0;
}
#happiness img {
	float: right;
	border-left: 5px solid #B02D00;	
	display: inline;
}
#happiness p {
	clear: left;
	position: absolute;
	bottom: 5px;
	left: 10px;
}
#happiness a {
	color: #FFFFFF;
	font-weight: bold;
}
