<style>
/* SurvivingInfidelity.com styles 
------------------------------------------ */
html {
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	font-family:Georgia,serif;
	background-color:#606;
}
#header {
	text-align:center;
	position:relative;
	width:100%;
	height:90px;
	color:#fff;
	background-color:#339;
	margin:0px;
}
#content {
	width:100%;
	background-color:#fff;
	padding:0px;
	margin:0px;
	border:0px solid #fff;
}
.container {
	position:relative;
	max-width:1055px;
	padding:0px;
	margin:auto;
}
#heart {
	z-index:2;
	position:absolute;
	top:5px;
	left:5px;
}
#heartSmall {
	z-index:2;
	position:absolute;
	top:5px;
	left:0px;
	display:none;
}
#domain {
	z-index:2;
	position:absolute;
	top:10px;
	left:105px;
	font-size:2em;
}
#domain a {
	color:#fff;
	text-decoration:none;
	font-family:'PT Serif',serif;
}
#bannerTop {
	text-align:center;
	margin:auto;
}
#bannerBottom {
	text-align:center;
	margin:auto;
}
h1,h2,h3,h4,h5,h6 {
	font-family:'PT Serif',serif;
	line-height:1.6em;
}
h1 {
	font-size:36px;
	color:#606;	// purple
}
h2 {
	font-size:30px;
	color:#c6c;	// pink
}
h3 {
	font-size:24px;
	color:#339;	// dark blue
}
h4 {
	font-size:18px;
	color:#66c;	// light blue
}
p {
	max-width:95%;
	line-height:1.6em;
}
#content a {
	color:#c6c;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover {
	color:#fff;
	background-color:#c6c;
}
#content ol {
	list-style-type:decimal;
	font-weight:normal;
	text-decoration:none;
}
#content ul {
	list-style-type:disc;
}
#content li {
	line-height:1.6em;
	margin-bottom:10px;
}
#content blockquote {
	background-color:#ccc;
	border:1px solid #666;
	padding:10px;
	margin-right:15%;
}
#content input[type='submit'], #content input[type='button'] {
	cursor:pointer;
	color:#fff;
	background-color:#c6c;
	font-weight:bold;
	-moz-border-radius:10px;
	border-radius:10px;
	border:0px;
	padding:5px 10px 5px 10px;
	margin-bottom:5px;
}
#content input[type='submit']:hover, #content input[type='button']:hover {
	opacity:0.7;
}
#content input[type='text'], #content input[type='password'], #content input[type='file'], #content select, #content textarea
{
	font-size:12px;
	color:#333;
	font-weight:bold;
	background: #ddd;
	border-radius:5px;
	border:1px solid #667;
	padding:5px 8px 5px 8px;
}
#footer {
	padding:5px 0px 10px 0px;
}
#footer p {
	color:#939;
	line-height:1.6em;
	letter-spacing:.15em;
}
#footer a {
	color:#c6c;
	font-weight:normal;
	text-decoration:none;
	padding:2px 4px 2px 4px;
}
#footer a:hover {
	color:#fff;
	background-color:#303;
}
#bannerTop {
	max-width:90%;
}
#bannerBottom {
	max-width:90%;
}
</style>
