body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	margin: 0 0 0 0;
	background-image:url(http://www.compatiblelives.com/images/backgrounddots.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
#page {
	margin: 0 0px 0 0px;
	padding: 0 0px 0 0px;
	background-image: url(http://www.compatiblelives.com/images/freecircle.jpg);
	background-repeat: no-repeat;
	background-position: 700px -20;
/*	border: solid 1px red; */
}
#header {
	padding-bottom: 0px;
	background-image: url(http://www.compatiblelives.com/images/titleimage2.gif);
	background-repeat: no-repeat;
	background-position: 50px 10px;
	margin-top: 0px;
/*	border: solid 1px green; */
	height: 177px;	
}
#header a {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 177px;
}
#header a h1
{
    display: none;
	font-size; .2em;
}
#content {
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 25px;
	height: 100%;
	width: 830px;
/*	background-color: yellow;
	border: solid 1px; 
	border-top-color: #f58025;
	border-bottom-color: #EB529D;
	border-left-color: #f58025;
	border-right-color: #EB529D; */
}
#toplinks {
	color: white;
	text-align: center;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 11px; 
	padding-bottom: 11px; 
	font-size: 1.2em;
	background-color: #9B454B;
/*	border: solid 1px green;  */
}
#columnright {
	width: 50%;
	margin: 10px 0 0 0;
	padding: 0 0px 0 0px;
	float: right;
/*	background-color: red;
	border: solid 1px red; */
}
#columnleft {
	width: 50%;
	margin: 0 0 0 0;
	padding: 0 0px 0 0px;
	float: left;
/*	background-color: blue;
	border: solid 1px blue; */
}
#columnfooter {
	width: 100%;
	clear: both;
	border-bottom: solid 1px #9B454B; 
	height: 1px;
}
h1 {
	font-size: 2.1em;
	margin-top: 10px;
	color: #9B454B;
}
h2 {
	font-size: 1.7em;
}
#columnright h1 {
	font-size: 2.1em;
	margin-top: 10px;
	color: #9B454B;
	padding-left: 15px;
}
#columnright h2 {
	font-size: 1.7em;
	padding-left: 15px;
}
#photo {
	padding-left: 15px;
	width: 400px;
	}
img.hmpgrt {
    display: block;
	padding-left: 0px;
	margin-top: 15px;	
	padding-bottom: 0px;
	}
#content p {
	font-size: 1.5em;
	}
#columnleft p {
	padding: 0 15px 0 0px;
}
#columnright p {
	padding: 0 0px 0 15px;
}
#footer {
	text-align: center;
	padding-top: 15px; 
	padding-bottom: 15px;
	font-size: 1em;
}
.note {
	font-size:.9em;
	}
input {
	border: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size; 1em;
}
textarea {
	border: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size; 1em;
}
/* ------- LINKS -------- */
#toplinks a:link {
	color: white;
	text-decoration: none;
}
#toplinks a:visited {
	color: white;
	text-decoration: none;
}
#toplinks a:hover {
	color: #F1B44A;
	text-decoration: underline;
} 
#footer a:link {
	color: black;
	text-decoration: none;
}
#footer a:visited {
	color: black;
	text-decoration: none;
}
#footer a:hover {
	color: #9B454B;
	text-decoration: underline;
} 
a:link, a:visited {
	color: #9B454B;
	text-decoration: underline;
}
a:hover {
	color: #f58025;
	text-decoration: underline;
}
