html
	{min-height: 100%; margin-bottom: 1px;}
	/* sets the scrollbar to permanently appear in firefox / safari */

body
	{font: 100% verdana, tahoma, helvetica, arial, sans-serif;
	text-align: center;
	margin: 0px auto;
	padding: 0;
	color: black;
	background: #FAAFBE;}

h1
	{margin: 0;
	padding: 0;
	border-bottom: 1px solid #faa;}

h2
	{font-size: 140%;
	margin: 0;
	padding: 5px 0;}

h2.title
	{border-bottom: 1px solid #f6c;}

a
	{font-weight: bold;
	color: #f09;}

a:hover
	{text-decoration: none;}

#content p
	{margin: 0;
	padding: 7px 0;}
	
	
/* ----- [MAIN CONTAINER DIV] ----- */
	
#container	
	{position: relative;
	margin: 20px auto;
	padding: 0;
	width: 768px;
	font-size: 80%;
	text-align: left;
	background: white;}

#content
	{padding: 10px;
	color: #606;}

#content ul
	{padding: 5px 5px 10px 30px;
	margin: 0;}

ul.checklist li
	{position: relative;
	list-style-type: none;
	font-weight: bold;
	padding: 6px 0 6px 32px;
	background: white url(../images/tick.gif) 0% 50% no-repeat;}

hr
	{height: 1px;
	color: #f6c;
	background: #f6c;
	/* two declarartions, one first for firefox, second for i.e. Why? no idea. but it works */
	margin: 10px 0 !important;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;}

#bubble
	{position: relative;
	float: right;
	width: 370px;
	height: 350px;
	z-index: 0;
	background: white url(../images/girlBubble.jpg) 100% 50% no-repeat;}

#bubble p
	{position: absolute;
	width: 130px;
	left: 198px;
	top: 39px;
	margin: 0;
	padding 0;
	color: #333;
	font-style: italic;
	font-weight: bold;
	text-align: center;}

img.thumbnail
	{float: left;
	clear: left;
	margin: 0 5px 10px 0;
	border: 1px solid #ccc;}

#header
	{clear: both;
	border-top: 1px solid #faa;
	font-size: 85%;
	height: 1%;
	position: relative;
	text-align: center;
	background: #FAAFBE;
	color: #606;}

#header a
	{color: #606;}

#header p
	{margin: 0;
	padding: 5px 0;}

#footer
	{clear: both;
	border-top: 1px solid #faa;
	font-size: 85%;
	height: 1%;
	position: relative;
	text-align: center;
	background: #FAAFBE;
	color: #606;}

#footer a
	{color: #606;}

#footer p
	{margin: 0;
	padding: 5px 0;}