/* GENERAL */
body {
	color: #063653;
	background: url(../images/bg_main.gif) top repeat-x;
	margin: 0;
}
.spacer {
	white-space: nowrap;
}
p {margin:0 0 0.75em;}
hr {height: 1px;}
h1, h2, h3, h4, h5, h6 {color: #063653;}
h2 {font-size:1.75em;}
h4 {
	font-size:1.25em;
	margin-bottom:0.75em;
}

/* CONTENT */
.main {
	background-color: #ffffff;
	height: auto;
	min-height: 500px;

}
/* for Internet Explorer */
* html .main {
	height: 500px;
}
.main a {
	color: #063653;
}
.patient-video {
	background: url(../images/bg_patient_video.gif) top no-repeat;
	width: 234px;
	height: 200px;
}
#lightwindow_contents {
	background-color:#9EBECD;
	border:10px solid #9EBECD;
}

/* FOOTER */
.footer {
	font-size: 90%;
	text-align: center;
	line-height: 220%;
	margin: 20px 0;
}
.footer, .footer a {
	color: #838383;
}