html {
	height: 100%;
	width: 100%;
}
body {
	font: 10pt "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	background: url(../images/shadow_side.png) repeat-y center top;
}
#banner, #content, #footer {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
#banner {
	background: url(../images/banner_interior_bg.jpg) no-repeat;
	height: 250px;
}
#nav {
	height: 250px;
}
#nav a {
	border: none;
}
#quote {
	padding-top: 10px;
	padding-left: 10px;
}
#content {
	background: #FFFFFF url(../images/banner_reflection.jpg) no-repeat center top;
}
#content-padding {
	padding: 15px;
}
#footer {
	background: #FFFFFF;
	font-size: 10px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	padding: 25px 0 10px;
	clear: both;
}
#footer a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover {
}
.photo_right {
	font-size: 11px;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
}
.photo_left {
	font-size: 11px;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: center;
}
.photo_left a, .photo_right a, .photo_left a:hover, .photo_right a:hover {
	border: none;
}
.h-inline {
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 0.2pt;
}
caption {
	font-size: 12pt;
	font-weight: bold;
	padding-top: 10px;
}
th {
	color: #666666;
	text-align: left;
}
td {
	text-align: left;
}
a {
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #E0E0E0;
}
a:hover {
	color: #CC0000;
	border-bottom: 1px solid #CC0000;
}
h1 {
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 0.2pt;
	margin: 0px;
}
h3 {
	font-size: 10pt;
}
h4 {
}
p {
	margin: 0 0 15px 0;
}
